V1.0

post

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

Process all unprocessed notification logs. It returns processed notifications details in response.

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 : schema
Type: array
Show Source
Nested Schema : NotificationsBroadcast
Type: object
Notification broadcast record representing a user-targeted notification with audit and delivery metadata
Show Source
Examples

Back to Top