Retrieve vehicle assignment changes

Retrieve vehicle assignment changes. This includes:

  • Moving devices between vehicles;
  • Adding devices to vehicles (in this case, a sample vehicle ID is used for previous vehicle data);
  • Removing devices from vehicles (in this case, a sample vehicle ID is used for target vehicle data).
SecuritybearerAuth
Request
query Parameters
startDate
string

The start date and end date must be within 7 days of each other. If no date specified, returns data from the last 24 hours.

Example: startDate=1961-11-05T00:19:40.694Z
endDate
string

The start date and end date must be within 7 days of each other. If no date specified, returns data from the last 24 hours.

Example: endDate=1961-11-05T00:19:40.694Z
limit
string

Number of records to return.

Example: limit=27468291
offset
string

Record to start with.

Example: offset=100
sort
string

Name of the property to sort on.

Example: sort=serialNumber
order
string

Sort direction.

Example: order=asc
groupId
string

ID of the group for which to return data.

Example: groupId=urn:uuid:d74f88ac-c8ab-494e-67a6-7c17f0b6f970
includeSubgroups
string

If true, all subgroups under the specified group are included.

Example: includeSubgroups=false
Responses
200

Ok

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

get/devices/vehicleAssignments
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "metadata": {
    }
}