Get equipment type list

GET {{baseUrl}}/equipments/types

Description

This API endpoint enables the retrieval of a list of equipment types.

Notes

  • Please ensure that you have the necessary authentication and authorization to access this endpoint.

RESPONSES

status: OK

{"data":[{"id":1,"name":"Container/Chassis (20'/40'/45')"},{"id":2,"name":"Container/Chassis (45')"},{"id":3,"name":"Container/Chassis (53')"},{"id":4,"name":"Trailer (53')"},{"id":5,"name":"Truck Only (25')"},{"id":6,"name":"Yacht (36 Feet and Longer)"},{"id":7,"name":"Boat"},{"id":8,"name":"Construction Equipment (41 Feet and Longer)"},{"id":9,"name":"Construction Equipment (40 Feet and Shorter)"},{"id":10,"name":"Car/SUV (40 Feet)"}]}