GET api/notifications/surveys
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SystemNotificationName | Description | Type | Additional information |
---|---|---|---|
Audience | SystemNotificationAudience |
None. |
|
Subject | string |
None. |
|
Body | string |
None. |
|
SurveyToken | string |
None. |
|
SurveyName | string |
None. |
|
Start | date |
None. |
|
Expiration | date |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Audience": 0, "Subject": "sample string 1", "Body": "sample string 2", "SurveyToken": "sample string 3", "SurveyName": "sample string 4", "Start": "2025-05-23T20:44:36.9497241+00:00", "Expiration": "2025-05-23T20:44:36.9497241+00:00", "id": "3dbbcefe-8ba4-41b1-9313-39f1a2b8bdd9", "ConfigId": "cb8ead4e-d649-48ae-9b57-a474141d91ec" }, { "Audience": 0, "Subject": "sample string 1", "Body": "sample string 2", "SurveyToken": "sample string 3", "SurveyName": "sample string 4", "Start": "2025-05-23T20:44:36.9497241+00:00", "Expiration": "2025-05-23T20:44:36.9497241+00:00", "id": "3dbbcefe-8ba4-41b1-9313-39f1a2b8bdd9", "ConfigId": "cb8ead4e-d649-48ae-9b57-a474141d91ec" } ]