POST WEYIServer/Provider/OpenTaskStatus
As the host server, create DPTProvider for the provider in the remote server and return ProviderSessionToken for Relay calls
Request Information
URI Parameters
None.
Body Parameters
ParaWebServer_OpenTaskStatusQueryName | Description | Type | Additional information |
---|---|---|---|
RequestId | integer |
None. |
|
InterviewId | integer |
None. |
|
DPTId | integer |
None. |
|
SecurityItem | ParaWebServerSecurity |
None. |
Request Formats
application/json, text/json
Sample:
{ "RequestId": 1, "InterviewId": 2, "DPTId": 3, "SecurityItem": { "GlobalId": 1, "AuthKeyFrom": "sample string 2", "AuthKeyTo": "sample string 3" } }
application/xml, text/xml
Sample:
<ParaWebServer_OpenTaskStatusQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <SecurityItem> <AuthKeyFrom>sample string 2</AuthKeyFrom> <AuthKeyTo>sample string 3</AuthKeyTo> <GlobalId>1</GlobalId> </SecurityItem> <DPTId>3</DPTId> <InterviewId>2</InterviewId> <RequestId>1</RequestId> </ParaWebServer_OpenTaskStatusQuery>
Response Information
Resource Description
ParaIntegerName | Description | Type | Additional information |
---|---|---|---|
iValue | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "iValue": 1 }
application/xml, text/xml
Sample:
<ParaInteger xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <iValue>1</iValue> </ParaInteger>