Skip to main content
GET
/
api
/
ScheduledMessages
Get all Scheduled Messages.
curl --request GET \
  --url https://api.example.com/api/ScheduledMessages
[
  {
    "messageID": 123,
    "messageType": "<string>",
    "subject": "<string>",
    "createdDate": "2023-11-07T05:31:56Z",
    "sendAfter": "2023-11-07T05:31:56Z",
    "sender": "<string>",
    "entityID": 123,
    "playerID": 123,
    "recordType": "<string>",
    "recordName": "<string>"
  }
]

Response

200 - application/json

OK

messageID
integer<int32>
messageType
string | null
subject
string | null
createdDate
string<date-time>
sendAfter
string<date-time>
sender
string | null
entityID
integer<int32>
playerID
integer<int32>
recordType
string | null
recordName
string | null