GET api/TargetOUTCExecute?key={key}&signature={signature}&accountId={accountId}&userId={userId}&targetId={targetId}&password={password}&targetOUTCId={targetOUTCId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key | string |
Required |
|
signature | string |
Required |
|
accountId | globally unique identifier |
Required |
|
userId | string |
Required |
|
targetId | globally unique identifier |
Required |
|
password | string |
Required |
|
targetOUTCId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TargetOUTCResultName | Description | Type | Additional information |
---|---|---|---|
Items | Collection of TargetOUTCData |
None. |
|
Error | boolean |
None. |
|
ErrorCode | string |
None. |
|
ErrorDescription | string |
None. |
|
Warnings | string |
None. |
|
AccessGranted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Items": [ { "Id": "5aee2cb4-62ad-4093-955f-fdd60e4ec029", "Name": "sample string 2" }, { "Id": "5aee2cb4-62ad-4093-955f-fdd60e4ec029", "Name": "sample string 2" } ], "Error": true, "ErrorCode": "sample string 2", "ErrorDescription": "sample string 3", "Warnings": "sample string 4", "AccessGranted": true }