V2.0

post

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

Request invoked by schedular service to process pending notification broadcasts. Relative to v1.0: Notifications broadcast asynchronously.

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:
    62A16307A4F4479D9415FE7DB0EA0233

There's no request body for this operation.

Back to Top

Response

202 Response

Request processed successfully, check the result
Back to Top