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": [
"f68f77d0-cb78-4460-9c1b-979ecb52e4ef",
"eac684e1-e65e-40f2-bf16-348a7f75383c"
]
}