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": [
"efbe9a93-5c46-4a4e-a3a9-50f2e346aec5",
"4171ea0b-648f-4e6d-8159-0a192f60df1f"
]
}