V1.0

get

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

Retrieves the notification properties for a study.

Request

Path Parameters
  • Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.
    Example:
    62A16307A4F4479D9415FE7DB0EA0233

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 : NotificationPropertiesDto
Type: object
Collection of notification configuration properties for a study
Show Source
Nested Schema : notificationProperties
Type: array
List of notification properties
Show Source
Nested Schema : NotificationPropertyDto
Type: object
Key-value pair to configure a single notification property
Show Source
  • Minimum Length: 0
    Maximum Length: 100
    Allowed Values: [ "showLogo", "helpdeskInfo" ]
    Name of the notification property key
    Example: showLogo
  • Minimum Length: 0
    Maximum Length: 4000
    Value of the notification property
    Example: For assistance, contact support@example.com or +1-800-123-4567
Examples

Back to Top