GET api/TrackTargetOnRoute?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TrackTargetOnRouteResult| Name | Description | Type | Additional information |
|---|---|---|---|
| TargetIds | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"TargetIds": [
"47e96e73-2dcc-4c2a-a6e5-bfb3f0ad4245",
"9f784f9f-46c1-48af-b3ba-456f5c8e4634"
]
}