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
TargetOUTCResult| Name | 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": "e93f67b8-e0bf-4799-bbe4-dc603d26c288",
"Name": "sample string 2"
},
{
"Id": "e93f67b8-e0bf-4799-bbe4-dc603d26c288",
"Name": "sample string 2"
}
],
"Error": true,
"ErrorCode": "sample string 2",
"ErrorDescription": "sample string 3",
"Warnings": "sample string 4",
"AccessGranted": true
}