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": "a0cdb360-d555-40f2-9234-2a7aa8b5a593", "TriggerType": 0, "OnField": "5f2f112a-bef5-4404-b444-20ad898c31f1", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "e58097df-6a64-48bc-a9e2-a80b18bf9fb9", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "ec0df663-60f6-4818-96f9-cdaa4678b7bb", "f56a93ab-7eaa-4483-80c5-a0abe8046747" ], "EmailReceiverTeamsSelection": [ "247e9b52-780b-4365-9b79-004661d6e3d7", "ddfd4822-5878-4ae2-b0d6-2000fe24fe50" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "8d600be3-c146-49f7-bc9c-d96272ef7724", "sample string 3": "956f6d4f-c273-4c9d-bcea-27288bb2be27" }, "EmailBody": "sample string 9", "UserId": "a5f00ee6-3b8e-4fe4-b2c0-a09d5dee1c80", "PlanId": "1a3d3194-b02e-4f43-a1cd-f0dd72a329c3", "id": "550c4440-7e89-4a45-af2f-fd00e6af3c42", "ConfigId": "3773fc4d-33f1-4366-80ed-65273cf26787" }, { "NotificationScope": 0, "PlanType": "a0cdb360-d555-40f2-9234-2a7aa8b5a593", "TriggerType": 0, "OnField": "5f2f112a-bef5-4404-b444-20ad898c31f1", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "e58097df-6a64-48bc-a9e2-a80b18bf9fb9", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "ec0df663-60f6-4818-96f9-cdaa4678b7bb", "f56a93ab-7eaa-4483-80c5-a0abe8046747" ], "EmailReceiverTeamsSelection": [ "247e9b52-780b-4365-9b79-004661d6e3d7", "ddfd4822-5878-4ae2-b0d6-2000fe24fe50" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "8d600be3-c146-49f7-bc9c-d96272ef7724", "sample string 3": "956f6d4f-c273-4c9d-bcea-27288bb2be27" }, "EmailBody": "sample string 9", "UserId": "a5f00ee6-3b8e-4fe4-b2c0-a09d5dee1c80", "PlanId": "1a3d3194-b02e-4f43-a1cd-f0dd72a329c3", "id": "550c4440-7e89-4a45-af2f-fd00e6af3c42", "ConfigId": "3773fc4d-33f1-4366-80ed-65273cf26787" } ]