Toggle menu

List Notifications

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  CodeResultResponse Message
20000TrueNotification Available
20001FalseNo Notification Available
Last modified on June 27, 2023

Share this page

Facebook icon Twitter icon email icon

Print

print icon