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": "ef9cf2b9-8b49-4a65-b528-b7ce81080273", "TriggerType": 0, "OnField": "0505238a-6dc5-468d-b23a-4cd2c315f493", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "d9f2a625-9c35-44e4-ad27-c220054c4426", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "5e78b123-6535-42e1-ba4d-f60a69e2199b", "33fb0f97-840c-4eee-a14e-f28e2989d21c" ], "EmailReceiverTeamsSelection": [ "87b0199f-ebd4-4dfb-8c2e-7f243759f808", "1572c2aa-b2f6-4760-95a6-d57855bb37a0" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "79b436f0-feec-4ecd-84f4-a0fdfcef7bee", "sample string 3": "a50c6ffc-b338-4a98-9d85-7c6de2d4fce7" }, "EmailBody": "sample string 9", "UserId": "f25b2334-5dae-4fb1-9092-732107210c56", "PlanId": "0f040d1b-1f5d-45df-a467-a5b838cb367a", "id": "9ba7c86a-5a99-4c14-8ecb-284847ac4ccc", "ConfigId": "49b204b0-4e26-4bdc-8ebf-120ed8f809a2" }, { "NotificationScope": 0, "PlanType": "ef9cf2b9-8b49-4a65-b528-b7ce81080273", "TriggerType": 0, "OnField": "0505238a-6dc5-468d-b23a-4cd2c315f493", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "d9f2a625-9c35-44e4-ad27-c220054c4426", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "5e78b123-6535-42e1-ba4d-f60a69e2199b", "33fb0f97-840c-4eee-a14e-f28e2989d21c" ], "EmailReceiverTeamsSelection": [ "87b0199f-ebd4-4dfb-8c2e-7f243759f808", "1572c2aa-b2f6-4760-95a6-d57855bb37a0" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "79b436f0-feec-4ecd-84f4-a0fdfcef7bee", "sample string 3": "a50c6ffc-b338-4a98-9d85-7c6de2d4fce7" }, "EmailBody": "sample string 9", "UserId": "f25b2334-5dae-4fb1-9092-732107210c56", "PlanId": "0f040d1b-1f5d-45df-a467-a5b838cb367a", "id": "9ba7c86a-5a99-4c14-8ecb-284847ac4ccc", "ConfigId": "49b204b0-4e26-4bdc-8ebf-120ed8f809a2" } ]