Get All Carpool Enabled Vehicles
GET/carpool/vehicles
Retrieve the catalogue of vehicles configured for carpool use under the authenticated client, including each vehicle's category, setup completeness, and department/location/license requirements. Only vehicles enabled for carpool use are returned. Supports optional filtering by vehicle ID, registration plate, category, setup status, or common pool membership.
Request
Responses
- 200
- 401
- 403
- 422
- 500
A paginated list of carpool-enabled vehicles.
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
Validation failed for the input parameters.
Internal server error.