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-04-24T13:11:10.9250712Z" }
application/xml, text/xml
Sample:
<MobileWhiteLabelMOTDDTO> <BroadcastNotificationID>1</BroadcastNotificationID> <Message>sample string 2</Message> <Subject>sample string 3</Subject> <CreatedOn>2025-04-24T13:11:10.9250712+00:00</CreatedOn> </MobileWhiteLabelMOTDDTO>