v1.0 REST Endpoints
Notifications/Broadcast/v1.0
The operations from the Notifications/Broadcast/v1.0 category.
- Delete a notification for an ID
- Method: deletePath:
/ec-notifications-svc/rest/v1.0/studies/{studyId}/{mode}/notificationsbroadcast/{id}
- Display number of unread and read notifications in the inbox
- Method: getPath:
/ec-notifications-svc/rest/v1.0/studies/{studyId}/{mode}/notificationsbroadcast/notificationCount
- Get a specific notification by ID
- Method: getPath:
/ec-notifications-svc/rest/v1.0/studies/{studyId}/{mode}/notificationsbroadcast/{id}
- Post notification broadcast for a user
- Method: postPath:
/ec-notifications-svc/rest/v1.0/studies/{studyId}/{mode}/notificationsbroadcast
- Update the notification broadcast with an ID
- Method: putPath:
/ec-notifications-svc/rest/v1.0/studies/{studyId}/{mode}/notificationsbroadcast/{id}
- View a user's inbox
- Method: getPath:
/ec-notifications-svc/rest/v1.0/studies/{studyId}/{mode}/notificationsbroadcast