GET api/TargetOUTCList?key={key}&signature={signature}&accountId={accountId}&userId={userId}&targetId={targetId}
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 |
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": "14c45a84-4df8-4f20-90b8-5b7d5131262c", "Name": "sample string 2" }, { "Id": "14c45a84-4df8-4f20-90b8-5b7d5131262c", "Name": "sample string 2" } ], "Error": true, "ErrorCode": "sample string 2", "ErrorDescription": "sample string 3", "Warnings": "sample string 4", "AccessGranted": true }