Ihr Browser lässt keine Web-Fonts zu. Unsere Webseiten nutzen Web-Fonts basierte Icons. Um unseren Service zu verbessern, erlauben Sie bitte Ihrem Browser Web-Fonts zu benutzen.
Wir stellen ein!
Deutsch | English | Español

2.14. Message

The message object provides methods to query the message queue.

2.14.1. message.ack

Acknowledge and remove a message from the notification queue.

2.14.1.1. Input

Table 2.179. Parameters

ParameterDescriptionTypeRequiredDefault
idMessage ID which can be obtained via the poll method int true 

2.14.1.2. Output

No additional return parameters

2.14.2. message.poll

Get the first message from your notification queue.

2.14.2.1. Input

No parameters allowed

2.14.2.2. Output

Table 2.180. Parameters

ParameterDescriptionTypeOptional
countNumber of unread messages int  
msg   
... typeType of the message message_type  
... idID of the message int  
... dateTime of the message creation date dateTime  
... objectName of object, for example a domain name token255  
... statusStatus of the object message_status  
... statusDetailsExtra information on for example why an action did fail text Yes