Devices
Devices
This endpoint returns all Devices that have been created by Connections for your Tenancy.
You can specify the telematics_provider, and it will return only Devices with that provider.
You can specify the tags, and it will return only Devices that have all the tags specified.
The response is paginated, so if the next link is not null, use that link to get the next page of results.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Query Parameters
Name of the telematics provider
Available options:
mtdata
, geotab
, navman
, mixtelematics
, radius
, verizon_connect
, volvo
, fleetsu
, digital_matter
, netstar
, webfleet
, scania
, linxio
, geoforce
Connection ID of data provider
Tags to include. Use query parameters e.g ?tags=a&tags=b to filter for Devices with tags 'a' and 'b'.
Page number for pagination (zero-indexed)
Required range:
x > 0