Get Notification Data
When sending notifications with ReturnMode as RESUME, the response will be a RequestID that you can use to get the notification data.
This service will return information about the number of notifications sent, processed and processing.
POST variables
- HASH: Hash of the company where the template is registered
- ANNAEXEC: The generated IV, which will be used to encrypt the values of other variables
- SentId: The generated ID when sending notifications in ReturnMode = RESUME
Response
- The response is an encrypted string with the following structure:
- EncryptedData + IV + NewEncryptedIV
- The decrypted structure will be the following:
- Possible values for base RequestStatus:
- CANCELED
- QUEUED
- PROCESSED
- PROCESSING
- Possible values for RequestResult Status:
- canceled
- waiting
- sent
- delivered
- failed