GET /containers/{id}
Retrieves the RowContainer specified by the ID.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
ID of the container to be returned |
path
|
|
String
|
Result
RowContainer
of type:
application/xml
application/json
the requested RowContainer object
Additional attributes:
__statusDescr
This value represents the description of the container status, found in the container.status
field.
Child Elements:
RowUsers
This element represents the entered user associated with the container, by the container.entered_by
field.
The element contains a __name
attribute with the value enteredByUser
.
RowLocation
This element represents the steam ship location of the container, by the container.ss_location_id
field.
The element contains a __name
attribute with the value ssLocation
.
RowEquipmentType
This element represents the equipment type of the container, by the container.container_type_id
field.
The element contains a __name
attribute with the value containerType
.
Try It Out
Request