GET /mcmessages/{id}
Retrieves the RowMcMessage object for the specified ID.
Roles that can access this endpoint are Users, Drivers.
Parameters
name |
description |
type |
default |
type |
id |
ID for the RowMcMessage to be returned |
path
|
|
String
|
Result
RowMcMessage
of type:
application/xml
application/json
the requested RowMcMessage object
Child Elements:
RowUsers
This element represent the user associated with the message, by the mc_message.mc_user_id
field.
The element contains a __name
attribute with the value mcUser
.
Try It Out
Request