Get DID, immobilisation and buzzer configuration for a list of vehicles (config 1)
GET/terminal/config1
This function returns the current configuration (with 1 = ON, 0 = OFF) for the following:
- Driver identification toggle
- Immobilisation toggle
- Buzzer toggle
You can use this endpoint by passing the list of identifiers (comma separated) inside the query parameter terminal_identifiers with either:
- the vehicles' identification numbers (VIN)
- the Cartrack terminals' serials
- the vehicles' registrations
Important: All identifiers in the list must be of the same type.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Validation failed for the input parameters.
Internal server error.