The following details are taken from the documentation available on https://spportal.mycas.org.uk
This service is used to fetch all the available notifications for an organization. the service will return all the available notification IDs and their Types in chronological order of their occurrence.
The service will return all existing notifications (which have not been acknowledged) along with any newly available notifications.
Guidance
- Only first 500 unacknowledged notifications are sent
- To get the details of each notification, Get a Notification Details web service needs to be called
Request
No parameters other than the callertoken need to be passed for this method
Example
{
"method":"ListAllNotifications",
"params":{
"callertoken":"YourCallerToken"
},
"id":"12",
"jsonrpc": "2.0"
}
Response
- Notification
- NotificationID - Unique ID of a Notification
- NotificationTypeCode - Type of the Notification represented by the above ID
Response Codes
Response Code | Result | Response Message |
---|---|---|
20000 | True | Notification Available |
20001 | False | No Notification Available |
Last modified on June 27, 2023