cURL
Equipment
List equipment items
Retrieve a list of equipment items. 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 equipment items by ID.eq(organisation,xxx): Filter equipment items by organisation ID.eq(model,xxx): Filter equipment items by model ID.eq(vehicle,xxx): Filter equipment items by assigned vehicle ID.eq(serial,xxx): Filter equipment items by serial number.contains(serial,xxx): Filter equipment items where serial contains value.eq(status,xxx): Filter equipment items by status.
A comma separated list of related resources to include.
Available options:
model, organisation, vehicle Limit the number of resources returned by the API
Required range:
x >= 1Offset the resources returned by the API
Required range:
x >= 0