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": "c0c5f9d0-9372-4074-8b83-16777e242345",
"Target": null,
"TrackPositionONLINE": null
},
{
"TargetId": "c0c5f9d0-9372-4074-8b83-16777e242345",
"Target": null,
"TrackPositionONLINE": null
}
]
}