For the complete documentation index, see llms.txt. This page is also available as Markdown.

List all active theft reports

This service can be used to list all your currently active reports of stolen vehicles.

It can be used, for example, to retrieve a report identifier when cancelling an active report.

If you have your admin API key, you can try the API via this link.

Get all active theft reports

get
Authorizations
DriveKit-Admin-API-KeystringRequired
Header parameters
DriveKit-Admin-API-KeystringRequired

Drivekit Admin API key

Responses
200

Successful response with a list of active theft reports

application/json
totalElementsintegerOptional

The total number of active stolen vehicle reports

get
/drivekit/admin/beacon/reports

Response body

The table below summarizes the content of the response body.

Field
Format
Descriptio

data

array

List of active reports. See Report.

totalElements

integer

Total number of active reports

Report

The table below summarizes the content of the Report object.

Field
Format
Descriptio

id

string

Unique identifier of the theft report

beacon

object

Beacon information.

See Beacon

requestDate

string

Date at which the theft was reported on DriveQuant platform. Date format: YYYY-MM-dd’T’HH:mm:ss.SSSZ

theftReportDate

string

Date at which the theft was reported to the authorities.

Date format: YYYY-MM-dd’T’HH:mm:ss.SSSZ

theftReportClosingDate

string

Date at which the theft report expires.

Date format: YYYY-MM-dd’T’HH:mm:ss.SSSZ

status

string

Status of the report. Allowed values: ACTIVE, EXPIRED, CANCELED

Beacon

The table below summarizes the content of the Beacon object.

Field
Format
Descriptio

uuid

string

iBeacon UUID

major

integer

iBeacon major identifier

minor

integer

iBeacon minor identifier

Last updated

Was this helpful?