Vehicles
Fleet directory and per-vehicle operations
Vehicles are reusable transport assets. Each vehicle can be assigned to an event and, through that assignment, to specific guests.
Resource overview
GET
/api/vehiclesAPI key · SessionPOST
/api/vehiclesAPI key · SessionGET
/api/vehicles/{id}API key · SessionPATCH
/api/vehicles/{id}API key · SessionDELETE
/api/vehicles/{id}API key · SessionList vehicles
GET
/api/vehiclesAPI key · Session| Name | Type | Required | Description |
|---|---|---|---|
page | integer | Optional | Page number. Default: 1 |
limit | integer | Optional | Page size. Default: 10 |
type | string | Optional | Filter by vehicle type. |
Create vehicle
POST
/api/vehiclesAPI key · Session| Name | Type | Required | Description |
|---|---|---|---|
name | string | Required | Vehicle label (e.g. `Coach #4`). |
type | string | Required | Vehicle type (e.g. `bus`, `van`, `car`). |
capacity | integer | Required | Seat count. |
registration | string | Optional | License plate / registration ID. |
notes | string | Optional | Free-form notes. |
Get / update / delete
GET
/api/vehicles/{id}API key · SessionPATCH
/api/vehicles/{id}API key · SessionDELETE
/api/vehicles/{id}API key · SessionSee also Vehicle assignments for event-specific allocation.