GET api/v1/Agents/{AgentID}/MobileWhiteLabel/MOTD

Get Message of the day - kept for backward compatibility

Request Information

Parameters

NameDescriptionAdditional information
AgentID
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "EventID": 1,
  "motd": "sample string 2"
}

application/xml, text/xml

Sample:
<MobileWhiteLabelMOTDOldDTO>
  <EventID>1</EventID>
  <motd>sample string 2</motd>
</MobileWhiteLabelMOTDOldDTO>