Status for all locations
Purpose
The Status for all locations endpoint provides Live Traffic status for all locations created by users from your organization.
Request data
HTTPS Method: GET
- Constants and parameters enclosed in curly brackets
{}
must be replaced with their values. - Please see the following Request parameters section with the required and optional parameters tables for these values. The generic URL format is as follows.
URL format
https://enterprise-api.rer.tomtom.com/api/v1/locations/liveStatus?key={Your_API_Key}
curl command format
curl 'https://enterprise-api.rer.tomtom.com/api/v1/locations/liveStatus?key={Your_API_Key}'
Request parameters
The following table describes the parameters that can be used in a request.
- Required parameters must be used or the call will fail.
- Optional parameters may be used.
Required parameters | Description |
---|---|
| Base URL for calling the API.
|
| Service version.
|
| An API Key valid for the requested service.
|
| The page number.
|
| The size.
|
Optional parameters | Description |
---|---|
| The ISO Country code.
|
| Email of the event reporter
|
| The sort facility.
|
Request headers
Optional headers | Description |
---|---|
Optional. Enables response compression.
|
Response data
Response body
For illustrative purposes the example below is neatly indented and includes all possible response fields.
- Actual responses are more compact and the fields present will vary based on the result type and the data available.
- See the following Response fields documentation for more information.
When requesting JSON output, the response has the following structure:
1{2 "entities": [3 {4 "locationId": 0,5 "liveStatusAB": "string",6 "liveStatusBA": "string",7 "overlapPercentageAB": 0,8 "overlapPercentageBA": 0,9 "lastModifiedAt": "2020-06-03T17:20:32.575Z"10 }11 ],12 "commonFilters": {13 "additionalProp1": {},14 "additionalProp2": {},15 "additionalProp3": {}16 },17 "domainFilters": {18 "additionalProp1": {},19 "additionalProp2": {},20 "additionalProp3": {}21 }22}
Response fields
The following table describes all of the fields that can appear in a response. Fields are listed by the response section they belong to and in the order that they appear in the response.
Primary fields | |
---|---|
Field | Description |
array | A list of location items. |
Field | Description |
object | The list of common filters applied. |
object | The list of additional fiters applied. |
entities array | |
Field | Description |
integer | The location id. |
string | Live Traffic status for a positive direction. See: Live Status - explanation. |
string | Live Traffic status for a negative direction. See: Live Status - explanation. |
integer | Value from 0 to 100. Describe what percentage of the location length, in positive direction, is exposed as a incident in TomTom Live Traffic service. |
integer | Value from 0 to 100. Describe what percentage of the location length, in negative direction, is exposed as a incident in TomTom Live Traffic service. |
string | The date of the last status modification. |
Live Status - explanation
ACCEPTED
: The whole geometry is ACCEPTED by the Traffic Fusion System and is visible in the output.PARTIALLY_ACCEPTED
: The part of geometry is ACCEPTED by the Traffic Fusion System and is visible in the output.REJECTED
: The whole geometry is rejected by the Traffic Fusion System and is visible in the output.MATCHING_ERROR, INVALID, UNKNOWN
: This should not happen; please contact movesupport@tomtom.com.INITIAL, SENT
: Technical statuses; the Road Event Reporter did not receive a status from the Live Traffic Fusion.PENDING
: The location is loaded by Live Traffic Fusion; waiting on the defined date to be published.PAST_DUE
: The location is no longer valid.
Response codes
The following table contains HTTP response codes signifying successful and failed requests to an API server. (Choose which response codes are used in this endpoint from the following table. Delete the ones not used, and add new ones if needed.)
Code | Meaning & possible causes |
---|---|
| OK |
| Partial Content |
| Malformed request : The requested syntax is not available. |
| Bad request : Parameters out of range. |
| Unauthorized :
|
| Unauthorized : Configuration not found.
|
| Forbidden : The supplied API Key is not valid for this request. |
| Forbidden : User can only register once. |
| Too Many Requests : The API key is over QPS (Queries per second). |
| Internal Server Error : There is a problem with the TomTom Road Event Reporter Enterprise API service. |
Response headers
The following table contains response headers sent back from an API server.
Header | Description |
---|---|
The Access-Control-Allow-Origin response header indicates whether the
Response can be shared with the requesting code from the given origin.
| |
The Connection general header controls whether or not the network
connection stays open after the current transaction finishes.
| |
The Content-Encoding entity header is used to compress the media-type.
| |
The Content-Length entity header indicates the size of the entity-body
in bytes that are sent to the recipient.
| |
The Content-Type entity header is used to indicate the media type of the
resource.
| |
The Date general header contains the date and time at which the message
was originated.
| |
The HTTP Strict-Transport-Security response header (often abbreviated as
HSTS) lets a web site tell browsers that it should only be accessed
using HTTPS, instead of using HTTP.
| |
The Vary HTTP response header determines how to match future request
headers to decide whether a cached Response can be used rather than
requesting a fresh one from the origin server.
| |
Tracking-ID | An identifier for the request. An unique identifier used by TomTom to
identify and log a specific client request and trace it back for support
purposes. It is only meant to be used for support and does not involve
tracking of you or your users in any form. If the Tracking-ID header was
specified, it is replicated in the response. Otherwise, it is generated
automatically by the service.
|