Download OpenAPI specification:
VEROO API for a GPS Health Check
Request a health check for a device whose signals are expected to be provided by an organization or a partner organizations, given its license plate.
| licensePlate required | string (license_plate) License plate of the device. |
| validUntil | string <date-time> The result link is valid until this time (in UTC). Maximum can be up to 72 hours in the future. Default is 12 hours. |
| partnerReference | string (partner_reference) Partner reference provided to a referred organization (based on the signal source or a signal sharing agreement). Used to generate a health check for a license plate that belongs to the partner organization. |
object |
{- "licensePlate": "string",
- "validUntil": "2019-08-24T14:15:22Z",
- "partnerReference": "string",
- "reference": {
- "reference": "string",
- "referenceLink": "string"
}
}{- "validUntil": "2019-08-24T14:15:22Z"
}Send a name, a title and a list of license plates to update or create a health check list.
| name required | string Name of the list. If a list with this name already exists, it will be overwritten. Name can only contain |
| title required | string Title of the list. Used for display purposes. |
required | Array of objects |
{- "name": "string",
- "title": "string",
- "items": [
- {
- "licensePlate": "string",
- "partnerReference": "string",
- "reference": {
- "reference": "string",
- "referenceLink": "string"
}
}
]
}{- "name": "string"
}(Renamed, will be removed soon) Send a name, a title and a list of license plates to update or create a health check list.
| name required | string Name of the list. If a list with this name already exists, it will be overwritten. |
| title required | string Title of the list. Used for display purposes. |
required | Array of objects |
{- "name": "string",
- "title": "string",
- "items": [
- {
- "licensePlate": "string",
- "partnerReference": "string"
}
]
}{- "name": "string"
}For each given license plate in the list check if there are any signals and return latest device status
| licensePlates required | Array of strings unique List of license plates to check |
{- "licensePlates": [
- "A001",
- "A002"
]
}{- "property1": {
- "lastPositionDate": "string",
- "status": "string"
}, - "property2": {
- "lastPositionDate": "string",
- "status": "string"
}
}