GET api/v1/Agents/{AgentID}/MobileWhiteLabel/MOTD?brand={brand}
Get Message of the day
Request Information
Parameters
| Name | Description | Additional 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-10-26T07:12:32.5139658Z"
}
application/xml, text/xml
Sample:
<MobileWhiteLabelMOTDDTO> <BroadcastNotificationID>1</BroadcastNotificationID> <Message>sample string 2</Message> <Subject>sample string 3</Subject> <CreatedOn>2025-10-26T07:12:32.5139658+00:00</CreatedOn> </MobileWhiteLabelMOTDDTO>