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": "2f6bf430-585e-4fb1-9d9d-e13b734739be", "TriggerType": 0, "OnField": "a18c20ed-ff3c-45ed-b486-6f7b860e7169", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "f7908287-7420-4e74-b5b5-0cb89328b411", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "413aab3a-84dd-421c-9fa8-46d190276fe1", "65f6056a-bde1-40da-b4b9-107a4cb7885c" ], "EmailReceiverTeamsSelection": [ "862e0c43-5b38-42d7-874b-883d07004f92", "96ccf9e8-fac8-4a19-9428-2514e776d126" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "9267af3e-f5d4-4845-b3a2-97517cc58e7c", "sample string 3": "2b3a3f08-9074-4371-8f5d-06c6bba7c429" }, "EmailBody": "sample string 9", "UserId": "15603822-4e59-473e-98f9-32a9298a495d", "PlanId": "1996aacd-a28c-42be-93b9-ce1c9f465ace", "id": "fdee4ccc-4050-46ee-bf98-bc06a8e11ba4", "ConfigId": "0a970457-955e-4514-80be-bd006825320f" }, { "NotificationScope": 0, "PlanType": "2f6bf430-585e-4fb1-9d9d-e13b734739be", "TriggerType": 0, "OnField": "a18c20ed-ff3c-45ed-b486-6f7b860e7169", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "f7908287-7420-4e74-b5b5-0cb89328b411", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "413aab3a-84dd-421c-9fa8-46d190276fe1", "65f6056a-bde1-40da-b4b9-107a4cb7885c" ], "EmailReceiverTeamsSelection": [ "862e0c43-5b38-42d7-874b-883d07004f92", "96ccf9e8-fac8-4a19-9428-2514e776d126" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "9267af3e-f5d4-4845-b3a2-97517cc58e7c", "sample string 3": "2b3a3f08-9074-4371-8f5d-06c6bba7c429" }, "EmailBody": "sample string 9", "UserId": "15603822-4e59-473e-98f9-32a9298a495d", "PlanId": "1996aacd-a28c-42be-93b9-ce1c9f465ace", "id": "fdee4ccc-4050-46ee-bf98-bc06a8e11ba4", "ConfigId": "0a970457-955e-4514-80be-bd006825320f" } ]