GET api/PositionTarget?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PositionList| Name | Description | Type | Additional information |
|---|---|---|---|
| PositionTargets | Collection of PositionTarget |
None. |
Response Formats
application/json, text/json
Sample:
{
"PositionTargets": [
{
"TargetId": "b0a6b069-6422-4fa2-9c38-2b6bde5b268d",
"Target": null,
"TrackPositionONLINE": null
},
{
"TargetId": "b0a6b069-6422-4fa2-9c38-2b6bde5b268d",
"Target": null,
"TrackPositionONLINE": null
}
]
}