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": "2991e422-5e51-4831-a573-b5d362de60c4",
"TriggerType": 0,
"OnField": "472aef0d-8bc8-4efc-ba2b-616c87b595f9",
"FieldName": "sample string 3",
"MatchingValue": "sample string 4",
"WhenObject": {
"WhenType": 0,
"DayOfWeek": "sample string 1"
},
"Filter": "sample string 5",
"EmailReceiverType": 0,
"EmailReceiverFieldSelection": "8cf5268c-bbb4-4525-a142-283a854ce58c",
"EmailReceiverFieldSelectionName": "sample string 7",
"EmailReceiverSharedWithLevels": [
0,
0
],
"EmailReceiverUsersSelection": [
"9cd2cb31-0b93-4a71-82c4-e3b95d99668d",
"f5e39663-2a3e-4f11-8ffa-01a457551fd4"
],
"EmailReceiverTeamsSelection": [
"bf979572-2600-4e59-b41d-5454229cc4a7",
"c6811217-5475-43d5-b602-ee66050bab02"
],
"EmailSubject": "sample string 8",
"EmailFieldsSent": {
"sample string 1": "785a7bc7-8c41-4ffa-8d4d-538054c1f245",
"sample string 3": "a11b5bbd-782f-4e06-95a5-17705bce38af"
},
"EmailBody": "sample string 9",
"UserId": "044651d8-c673-48d2-8a86-ba319eefdc41",
"PlanId": "2d7ccabc-31ac-40f7-b9de-b7fc2681d7ce",
"id": "28114a6c-4c66-4c0a-b396-31986384cf36",
"ConfigId": "f02330fc-2cb0-4f1e-b839-217f9fb63f26"
},
{
"NotificationScope": 0,
"PlanType": "2991e422-5e51-4831-a573-b5d362de60c4",
"TriggerType": 0,
"OnField": "472aef0d-8bc8-4efc-ba2b-616c87b595f9",
"FieldName": "sample string 3",
"MatchingValue": "sample string 4",
"WhenObject": {
"WhenType": 0,
"DayOfWeek": "sample string 1"
},
"Filter": "sample string 5",
"EmailReceiverType": 0,
"EmailReceiverFieldSelection": "8cf5268c-bbb4-4525-a142-283a854ce58c",
"EmailReceiverFieldSelectionName": "sample string 7",
"EmailReceiverSharedWithLevels": [
0,
0
],
"EmailReceiverUsersSelection": [
"9cd2cb31-0b93-4a71-82c4-e3b95d99668d",
"f5e39663-2a3e-4f11-8ffa-01a457551fd4"
],
"EmailReceiverTeamsSelection": [
"bf979572-2600-4e59-b41d-5454229cc4a7",
"c6811217-5475-43d5-b602-ee66050bab02"
],
"EmailSubject": "sample string 8",
"EmailFieldsSent": {
"sample string 1": "785a7bc7-8c41-4ffa-8d4d-538054c1f245",
"sample string 3": "a11b5bbd-782f-4e06-95a5-17705bce38af"
},
"EmailBody": "sample string 9",
"UserId": "044651d8-c673-48d2-8a86-ba319eefdc41",
"PlanId": "2d7ccabc-31ac-40f7-b9de-b7fc2681d7ce",
"id": "28114a6c-4c66-4c0a-b396-31986384cf36",
"ConfigId": "f02330fc-2cb0-4f1e-b839-217f9fb63f26"
}
]