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 PlanNotification| Name | 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": "1fa6c51e-2961-430a-80ec-6a1cf564126c",
"TriggerType": 0,
"OnField": "2fa76c6a-29d9-4fb5-856c-5a7d690b7aa5",
"FieldName": "sample string 3",
"MatchingValue": "sample string 4",
"WhenObject": {
"WhenType": 0,
"DayOfWeek": "sample string 1"
},
"Filter": "sample string 5",
"EmailReceiverType": 0,
"EmailReceiverFieldSelection": "fe90e2aa-e67a-450b-b4bb-1aea47eb7023",
"EmailReceiverFieldSelectionName": "sample string 7",
"EmailReceiverSharedWithLevels": [
0,
0
],
"EmailReceiverUsersSelection": [
"cb7a0bad-998b-4f8c-bacb-069e962a4e35",
"3a941e58-d9c8-4b02-8beb-942411652959"
],
"EmailReceiverTeamsSelection": [
"6f774e98-2d05-4d2d-9496-507711b00fbb",
"0ecd1851-a1a3-443f-b9aa-5fcc3195d97c"
],
"EmailSubject": "sample string 8",
"EmailFieldsSent": {
"sample string 1": "82d3e8f1-aa32-481f-aa81-f40bed0b8297",
"sample string 3": "b63fe78e-a672-4b81-82ba-98eab829dbe6"
},
"EmailBody": "sample string 9",
"UserId": "116702ed-cda0-42a0-a46f-d36ac958eb5d",
"PlanId": "c7bfd650-5c8d-4fd4-aa5d-72e656499a8b",
"id": "489ebd5d-e999-488f-9cbe-b4d382b23e94",
"ConfigId": "2727f5e9-31b8-4156-a5b9-55bc20d06e1c"
},
{
"NotificationScope": 0,
"PlanType": "1fa6c51e-2961-430a-80ec-6a1cf564126c",
"TriggerType": 0,
"OnField": "2fa76c6a-29d9-4fb5-856c-5a7d690b7aa5",
"FieldName": "sample string 3",
"MatchingValue": "sample string 4",
"WhenObject": {
"WhenType": 0,
"DayOfWeek": "sample string 1"
},
"Filter": "sample string 5",
"EmailReceiverType": 0,
"EmailReceiverFieldSelection": "fe90e2aa-e67a-450b-b4bb-1aea47eb7023",
"EmailReceiverFieldSelectionName": "sample string 7",
"EmailReceiverSharedWithLevels": [
0,
0
],
"EmailReceiverUsersSelection": [
"cb7a0bad-998b-4f8c-bacb-069e962a4e35",
"3a941e58-d9c8-4b02-8beb-942411652959"
],
"EmailReceiverTeamsSelection": [
"6f774e98-2d05-4d2d-9496-507711b00fbb",
"0ecd1851-a1a3-443f-b9aa-5fcc3195d97c"
],
"EmailSubject": "sample string 8",
"EmailFieldsSent": {
"sample string 1": "82d3e8f1-aa32-481f-aa81-f40bed0b8297",
"sample string 3": "b63fe78e-a672-4b81-82ba-98eab829dbe6"
},
"EmailBody": "sample string 9",
"UserId": "116702ed-cda0-42a0-a46f-d36ac958eb5d",
"PlanId": "c7bfd650-5c8d-4fd4-aa5d-72e656499a8b",
"id": "489ebd5d-e999-488f-9cbe-b4d382b23e94",
"ConfigId": "2727f5e9-31b8-4156-a5b9-55bc20d06e1c"
}
]