Get booking's equipment list
GET {{baseUrl}}/bookings/:bookingCode/equipments
Description
This API endpoint allows users to retrieve the equipment list associated with a specific booking, identified by the :bookingCode parameter.
Notes
Please ensure that you have the necessary authentication and authorization to access this endpoint.
Please be advised that a valid
:bookingCodeis required in the URL to retrieve the equipment list for a specific booking.The
searchandstatusparameters are optional and can be used for filtering.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
search | null | (optional) Search term to filter equipments. | |
status | null | (optional) Filter equipments based on their status. |