/notification
Methods
GET
Gets the list of notifications.
NOTE #1: There is currently no means to get all notifications. Rather, only notifications in the valid timeframe values.
NOTE #2: If a retrieved message had a status of 'new', it will be updated to 'sent'
Fields Parameter
Request Parameters
Example Response
/notification/{id}
Methods
GET
Gets the notification associated with {id}.
NOTE: If a retrieved message had a status of 'new', it will be updated to 'sent'
Fields Parameter
Request Parameters
None
Example Response
/notification
Methods
PATCH
Patch the notification update particular id or All notification
NOTE: If required to update status id wise then pass id ex. '1,2,3' and for all notification update pass 'All'
Fields Parameter
None