Get Events for All Vehicles
GET/vehicles/events
Retrieves vehicle events for all vehicles associated with the account within a specified date and time range. The accepted date-time format is "YYYY-MM-DD hh:mm:ss". The time range between start_timestamp and end_timestamp is limited to a maximum of 24 hours to ensure focused and performant data retrieval. For more information about vehicle event types and related services, refer to https://developer.cartrack.com/docs/fleet-api-general/services/vehicles-events-services
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
successful operation
Validation failed for the input parameters.
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Internal server error.