Get equipment status list
GET {{baseUrl}}/equipments/statuses
Description
This API endpoint allows users to retrieve a list of equipment statuses.
Notes
- Please ensure that you have the necessary authentication and authorization to access this endpoint.
RESPONSES
status: OK
{"data":[{"id":1,"name":"Gate-In"},{"id":4,"name":"Ready for Pick-Up"},{"id":2,"name":"Ready for Gate-Out"},{"id":3,"name":"Gate-Out"}]}