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": "164775a2-a4c0-496f-accc-0e4f5704ec47", "TriggerType": 0, "OnField": "08235119-b108-47e8-912d-7706f8dd5162", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "7d1ef0a5-0e3f-47e1-866b-e7db49330193", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "8062fcb0-7677-4cd4-8086-d66590705077", "c4e6c04d-a9a9-40c3-8bf9-06ccb7775ab5" ], "EmailReceiverTeamsSelection": [ "17cea52d-9b95-445f-8dec-f440a858755b", "ea21cd69-69d8-429f-85a7-7dd1ba54ba49" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "fbde8ad1-7fe9-47d4-a18b-7241d8bdde33", "sample string 3": "afd0aa59-f1b6-4cd7-ad58-31d61d5452f5" }, "EmailBody": "sample string 9", "UserId": "11f6d1dc-f4e3-49cc-a425-fdc1041612a0", "PlanId": "ba9af5ab-2a9b-4f89-b7c9-a8679acbdeaf", "id": "b7c773c8-ba7f-4b86-9551-d17d07e315e2", "ConfigId": "d6575202-0429-44d4-bdb2-12132f983cc4" }, { "NotificationScope": 0, "PlanType": "164775a2-a4c0-496f-accc-0e4f5704ec47", "TriggerType": 0, "OnField": "08235119-b108-47e8-912d-7706f8dd5162", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "7d1ef0a5-0e3f-47e1-866b-e7db49330193", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "8062fcb0-7677-4cd4-8086-d66590705077", "c4e6c04d-a9a9-40c3-8bf9-06ccb7775ab5" ], "EmailReceiverTeamsSelection": [ "17cea52d-9b95-445f-8dec-f440a858755b", "ea21cd69-69d8-429f-85a7-7dd1ba54ba49" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "fbde8ad1-7fe9-47d4-a18b-7241d8bdde33", "sample string 3": "afd0aa59-f1b6-4cd7-ad58-31d61d5452f5" }, "EmailBody": "sample string 9", "UserId": "11f6d1dc-f4e3-49cc-a425-fdc1041612a0", "PlanId": "ba9af5ab-2a9b-4f89-b7c9-a8679acbdeaf", "id": "b7c773c8-ba7f-4b86-9551-d17d07e315e2", "ConfigId": "d6575202-0429-44d4-bdb2-12132f983cc4" } ]