Using Mir3's SOAP API, an API call is made using a notification id and a query type to retrieve the receipients of a single notification. The SOAP request body is created with the authentication values, the notification id, and whatever query information is needed and is then passed to the getNotificationReportRecipientsOp SOAP Action. If successful, the XML results will contain simple string representations of the fields that the Mir3 API returns. The only exception to this is the Recipients JSON field, which is a JSON representation of the XML that is returned with the User response statistics for the returned notification. This handler is currently using version 4.14 of the Mir3 API.
Query Types
- All Contacted: ALL_CONTACTED
- Matches all Recipients who have been contacted.
- All Responded: ALL_RESPONDED
- Matches all Recipients who have responded.
- No Response: NO_RESPONSE
- All Recipients who have been contacted but have not responded.
- Response Option: RESPONSE_OPTION
- All Recipients who have selected a particular response option.
- All Recipients: ALL_RECIPIENTS
- Matches all Recipients, including those who have not yet been contacted.
- Not Contacted: NOT_CONTACTED
- Matches all Recipients who have not yet been contacted.
- Single Recipient: RECIPIENT
- Matches a single Recipient, identified by RecipientReportId.
- All Recipients: ALL_RECIPIENTS
- Matches all Recipients, including those who have not yet