cURL
Vehicles
List vehicles
Retrieve a list of vehicles. Filter by organisation with ?filter=eq(organisation,xxx).
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.ctrl-hub.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Session token for authentication.
Query Parameters
Filters the response data based on the value provided.
Available filters:
eq(id,xxx): Filter vehicles by ID.eq(organisation,xxx): Filter vehicles by organisation ID.eq(registration,xxx): Filter vehicles by registration number.contains(registration,xxx): Filter vehicles where registration contains value.eq(specification,xxx): Filter vehicles by specification ID.eq(team,xxx): Filter vehicles by team ID.eq(assignee,xxx): Filter vehicles by assignee user ID.eq(status,xxx): Filter vehicles by status.
For more information on using named filters, see the docs
A comma separated list of related resources to include.
Available options:
assignee, equipment, organisation, specification, team Limit the number of resources returned by the API
Required range:
x >= 1Offset the resources returned by the API
Required range:
x >= 0