Retrieve a Scheduled Message
GET {{baseUrl}}/v3/grants/:grant_id/messages/schedules/:scheduleId
This API returns a scheduled message. It returns both messages that have been sent, and messages that have not yet been sent.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"schedule_id":"\u003cstring\u003e","status":{"code":"\u003cstring\u003e","description":"\u003cstring\u003e"},"close_time":"\u003cinteger\u003e"}