Retrieves the Trailer record with the given ID.
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 |
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.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.