V1.0

get

/ec-notifications-svc/rest/v1.0/studies/{studyId}/{mode}/notificationsbroadcast/notificationCount

Display number of total and unread broadcast notifications for a user & study.

Request

Path Parameters
  • Indicates the operational mode of the study. Accepted values: active, test, or training.
    Example:
    active
  • Unique identifier of the study. Uses UUID in a 32-character uppercase hexadecimal string format.
    Example:
    6153170BDE5244A0BB3DF169C4168483

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Request processed successfully, check the result
Body ()
Root Schema : NotificationCount
Type: object
Counts of total notifications and unread notifications for the user and study.
Show Source
Examples

Back to Top