Get Telematics DVIR Data

Retrieve a list of driver-vehicle inspection reports (DVIRs)

SecuritybearerAuth
Request
query Parameters
groupId
string or null

Can use group ID or root group ID. All descendant groups under the specified group are included in the response.

Example: groupId=5100FFFF-60B6-D7CD-3FA2-22CA712B0000
deviceId
string or null
Example: deviceId=5100FFFF-60B6-D7CD-3FA2-22CA712B0000
userId
string or null

Can use user ID.

Example: userId=5100FFFF-60B6-D7CD-3FA2-22CA712B0000
limit
integer or null

Number of records to return.

Example: limit=5000
offset
integer or null

Record to start with.

Example: offset=1500
startDate
string <date-time>

The start date must be within the last 60 days.

Example: startDate=2023-06-01
endDate
string <date-time>

End date to filter by.

Example: endDate=2023-06-02
order
string or null

Sort direction.

Example: order=asc
sortProperty
string or null

Name of property to sort on.

Example: sortProperty=name
version
required
string or null

API version number.

Example: version=1
Responses
200

Ok

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

get/plus/v1/dvir
Request samples
Response samples
application/json
{
  • "data": [
    ]
}