GET /trailers/{id}
Retrieves the Trailer record with the given ID.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
ID for the trailer to be returned |
path
|
|
String
|
includeComments |
if related Comment records should be included |
query
|
false |
Boolean
|
Result
RowTrailer
of type:
application/xml
application/json
the requested RowTrailer record
Additional attributes:
__fleetDescr
This value represents the description of the fleet, found in the trailer.trailer_group
field.
__trailerTypeDescr
This value represents the description of the trailer type, found in the trailer.trailer_type
field.
__currentMovementId
This value represents the ID of the trailer's current movement.
Child Elements:
RowComments
These elements represent the comments associated with the trailer.
The element contains a __name
attribute with the value comments
.
*Note this is only returned if the includeComments
Query Parameter is passed as true.
Try It Out
Request