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": [
"82904dac-9ab4-48af-8938-b9857700f673",
"59b5ae53-9bdd-4716-aa6b-d58b5bb337ed"
]
}