scheduled messages
Api reference content
get/api/messages/scheduled/{scheduledId}
Gets a scheduled message by its ID
Parameters
Parameter | Place | Required | Description |
---|---|---|---|
scheduledId | path | required |
Responses
Status | Description |
---|---|
200 | application/json { "id": "string", "name": "string", "start_at": "string", "repeat_until": "string", "repeat_each": "string", "file_id": "string", "days_of_week": "su | mo | tu | we | th | fr | sa", "actions": [ { "mac": "string", "audio": "boolean", "relays": "[double]" } ], "duration_limit": "double" } |
404 | application/json { "errors": "[string]" } |