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": "cd162e9f-2b36-48f1-80b1-1ef0b3f13914", "TriggerType": 0, "OnField": "88a50fa1-7a79-44a6-bcb6-84e65aa7f374", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "467246ec-ccdd-4696-8098-9b32bd815eb7", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "2d96eef7-b4e9-47b6-aa15-1befab8dd601", "eeba2efa-e85c-427f-9271-afd164b57c4e" ], "EmailReceiverTeamsSelection": [ "cc93d998-6383-48ad-bb17-8e0d94a9091d", "d15da2bc-be27-47a2-b35a-dc1e2f007dab" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "62ba86b7-1e73-4a36-bb78-617eea4e6722", "sample string 3": "a64d87a8-9a34-4aab-8e4a-8f4f33349bee" }, "EmailBody": "sample string 9", "UserId": "3a2f6ef4-ff1e-40a6-9790-6fad45f14e76", "PlanId": "be02edb2-62f4-458c-9fba-ce5c9d05117e", "id": "a724fbe8-c33f-44c6-addc-c11aa6efeb05", "ConfigId": "ae1017cd-b29d-49e2-a311-94675245b368" }, { "NotificationScope": 0, "PlanType": "cd162e9f-2b36-48f1-80b1-1ef0b3f13914", "TriggerType": 0, "OnField": "88a50fa1-7a79-44a6-bcb6-84e65aa7f374", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "467246ec-ccdd-4696-8098-9b32bd815eb7", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "2d96eef7-b4e9-47b6-aa15-1befab8dd601", "eeba2efa-e85c-427f-9271-afd164b57c4e" ], "EmailReceiverTeamsSelection": [ "cc93d998-6383-48ad-bb17-8e0d94a9091d", "d15da2bc-be27-47a2-b35a-dc1e2f007dab" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "62ba86b7-1e73-4a36-bb78-617eea4e6722", "sample string 3": "a64d87a8-9a34-4aab-8e4a-8f4f33349bee" }, "EmailBody": "sample string 9", "UserId": "3a2f6ef4-ff1e-40a6-9790-6fad45f14e76", "PlanId": "be02edb2-62f4-458c-9fba-ce5c9d05117e", "id": "a724fbe8-c33f-44c6-addc-c11aa6efeb05", "ConfigId": "ae1017cd-b29d-49e2-a311-94675245b368" } ]