The message object provides methods to query the message queue.
Acknowledge and remove a message from the notification queue.
Table 2.180. Parameters
Parameter | Description | Type | Required | Default |
---|---|---|---|---|
id | Message ID which can be obtained via the poll method | int | true |
Get the first message from your notification queue.
Table 2.181. Parameters
Parameter | Description | Type | Optional |
---|---|---|---|
count | Number of unread messages | int | |
msg | |||
... type | Type of the message | message_type | |
... id | ID of the message | int | |
... date | Time of the message creation date | dateTime | |
... object | Name of object, for example a domain name | token255 | |
... status | Status of the object | message_status | |
... statusDetails | Extra information on for example why an action did fail | text | Yes |