GET api/v1/Agents/{AgentID}/MobileWhiteLabel/MOTD?brand={brand}

Get Message of the day

Request Information

Parameters

NameDescriptionAdditional information
brand
No documentation available.

Define this parameter in the request URI.

AgentID
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "BroadcastNotificationID": 1,
  "Message": "sample string 2",
  "Subject": "sample string 3",
  "CreatedOn": "2025-04-25T14:40:01.6251882Z"
}

application/xml, text/xml

Sample:
<MobileWhiteLabelMOTDDTO>
  <BroadcastNotificationID>1</BroadcastNotificationID>
  <Message>sample string 2</Message>
  <Subject>sample string 3</Subject>
  <CreatedOn>2025-04-25T14:40:01.6251882+00:00</CreatedOn>
</MobileWhiteLabelMOTDDTO>