GET /mcmessages/positions
Retrieves a list containing the latest position updates for all mobile units.
Note, this service returns only the most recent position update for each unit.
Roles that can access this endpoint are Users.
Parameters
This method has no parameters.
Result
List
<
RowMcPosition
>
of type:
application/xml
application/json
a list of McPosition objects
Additional attributes:
__positionTypeDescr
This value represents the position type, found in the mc_position.position_type
field.
Child Elements:
RowDriver
This element represent the driver associated with the MC Position.
The element contains a __name
attribute with the value driver
.
RowTractor
This element represent the tractor associated with the MC Position.
The element contains a __name
attribute with the value tractor
.
RowMcMessage
This element represent the mc message associated with the MC Position.
The element contains a __name
attribute with the value message
.
Try It Out
Request