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": [
"838caa38-0b45-42f7-a587-9e91926dbd4c",
"c02960bf-e560-4d57-a36c-04a3e0939cda"
]
}