POST api/notifications/plan/{planId}/list
Get Plan Notifications for a specific plan.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
planId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PlanNotificationName | Description | Type | Additional information |
---|---|---|---|
NotificationScope | NotificationScope |
None. |
|
PlanType | globally unique identifier |
None. |
|
TriggerType | PlanNotificationTrigger |
None. |
|
OnField | globally unique identifier |
None. |
|
FieldName | string |
None. |
|
MatchingValue | string |
None. |
|
WhenObject | WhenObject |
None. |
|
Filter | string |
None. |
|
EmailReceiverType | PlanNotificationReceiver |
None. |
|
EmailReceiverFieldSelection | globally unique identifier |
None. |
|
EmailReceiverFieldSelectionName | string |
None. |
|
EmailReceiverSharedWithLevels | Collection of AccessLevel |
None. |
|
EmailReceiverUsersSelection | Collection of globally unique identifier |
None. |
|
EmailReceiverTeamsSelection | Collection of globally unique identifier |
None. |
|
EmailSubject | string |
None. |
|
EmailFieldsSent | Dictionary of string [key] and globally unique identifier [value] |
None. |
|
EmailBody | string |
None. |
|
UserId | globally unique identifier |
None. |
|
PlanId | globally unique identifier |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "NotificationScope": 0, "PlanType": "95d94ee1-2c97-4f9b-9a12-b9554c7986de", "TriggerType": 0, "OnField": "50d01d89-681b-4785-95ac-0770bfc938de", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "b8e368d5-0ea1-4235-aff9-f983f6c54da9", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "e79dc826-317a-4300-bbb2-9e3e6e39e388", "f2a25200-8f9d-458a-a80b-41518a8a2f09" ], "EmailReceiverTeamsSelection": [ "4d28b986-f79d-40e8-905e-d2be2e35e3fc", "ceb8fbed-b540-4fdd-8ec1-9a6a87de1678" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "2390947f-ea3c-4c84-85fb-25005a66546a", "sample string 3": "2ea4434f-c5d3-4794-947d-4eef9e44426c" }, "EmailBody": "sample string 9", "UserId": "1914edb9-7cbb-42b9-8070-f65dc99198b8", "PlanId": "3904eafd-b282-4107-bdf5-c475cfed3156", "id": "bf5dc50e-e78d-4cf9-b8f0-05727a5c8815", "ConfigId": "df50bf77-e090-4714-93a4-2cf0feece5d6" }, { "NotificationScope": 0, "PlanType": "95d94ee1-2c97-4f9b-9a12-b9554c7986de", "TriggerType": 0, "OnField": "50d01d89-681b-4785-95ac-0770bfc938de", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "b8e368d5-0ea1-4235-aff9-f983f6c54da9", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "e79dc826-317a-4300-bbb2-9e3e6e39e388", "f2a25200-8f9d-458a-a80b-41518a8a2f09" ], "EmailReceiverTeamsSelection": [ "4d28b986-f79d-40e8-905e-d2be2e35e3fc", "ceb8fbed-b540-4fdd-8ec1-9a6a87de1678" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "2390947f-ea3c-4c84-85fb-25005a66546a", "sample string 3": "2ea4434f-c5d3-4794-947d-4eef9e44426c" }, "EmailBody": "sample string 9", "UserId": "1914edb9-7cbb-42b9-8070-f65dc99198b8", "PlanId": "3904eafd-b282-4107-bdf5-c475cfed3156", "id": "bf5dc50e-e78d-4cf9-b8f0-05727a5c8815", "ConfigId": "df50bf77-e090-4714-93a4-2cf0feece5d6" } ]