V1.0
get
/ec-notifications-svc/rest/v1.0/studies/{studyId}/notificationProperties
Retrieves the notification properties for a study.
Request
Path Parameters
-
studyId(required): string
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.Example:
62A16307A4F4479D9415FE7DB0EA0233
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Request processed successfully, check the result
Root Schema : NotificationPropertiesDto
Type:
objectCollection of notification configuration properties for a study
Show Source
-
notificationProperties: array
notificationProperties
List of notification properties
Nested Schema : notificationProperties
Type:
arrayList of notification properties
Show Source
-
Array of:
object NotificationPropertyDto
Key-value pair to configure a single notification property
Nested Schema : NotificationPropertyDto
Type:
objectKey-value pair to configure a single notification property
Show Source
-
propertyName(required): string
Minimum Length:
0Maximum Length:100Allowed Values:[ "showLogo", "helpdeskInfo" ]Name of the notification property keyExample:showLogo -
propertyValue(required): string
Minimum Length:
0Maximum Length:4000Value of the notification propertyExample:For assistance, contact support@example.com or +1-800-123-4567
Examples