Get equipments by location key

GET {{baseUrl}}/locations/:locationKey/equipments

Description

This API endpoint allows users to retrieve a list of equipment for a specific location, identified by the locationKey parameter.

Notes

  • Please be advised that a valid :locationKey is required in the URL in order to obtain equipment data for a specific location.

RESPONSES

status: OK

{"equipments":[{"id":1,"name":"Container/Chassis 20'/40'/45'"},{"id":2,"name":"Container/Chassis 45'"},{"id":3,"name":"Container/Chassis 53'"}],"totalResults":3}