POST api/notifications/task/{planId}/list
Get Task Notifications for a specific plan. Will also return Global task notifications if the user has sufficient permissions.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
planId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TaskNotificationName | Description | Type | Additional information |
---|---|---|---|
PlanId | globally unique identifier |
None. |
|
Global | boolean |
None. |
|
TriggerType | TriggerType |
None. |
|
OnField | globally unique identifier |
None. |
|
FieldName | string |
None. |
|
MatchingValue | string |
None. |
|
WhenObject | WhenObject |
None. |
|
Filter | string |
None. |
|
EmailReceiverType | EmailReceiverType |
None. |
|
EmailReceiverFieldSelection | globally unique identifier |
None. |
|
EmailReceiverFieldSelectionName | string |
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. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PlanId": "f46a6eca-421c-46bd-8e29-a997395ddf4a", "Global": true, "TriggerType": 0, "OnField": "2df33730-deaa-4310-8db7-e033ba28bf2a", "FieldName": "sample string 4", "MatchingValue": "sample string 5", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 6", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "782eeff4-77b8-42a1-9db0-840171eb9444", "EmailReceiverFieldSelectionName": "sample string 8", "EmailReceiverUsersSelection": [ "fedda208-c522-449f-af26-fdc47a7c1f72", "9d454ea8-6de6-4705-b23b-a90a136bc62e" ], "EmailReceiverTeamsSelection": [ "f00fb7ee-a9bb-4d8a-8d81-54ce0005cd3f", "3995e4ed-577c-404b-a716-71f8e8c39fb9" ], "EmailSubject": "sample string 9", "EmailFieldsSent": { "sample string 1": "2f7cba84-6513-4e5e-9948-8993899d32cb", "sample string 3": "3074d358-f278-4ddc-b5a9-16f3dc454722" }, "EmailBody": "sample string 10", "id": "713aed11-928c-4ce0-9ebd-0edf1263bd8d", "ConfigId": "7b84b3bf-7365-4556-8570-81a79b606d33" }, { "PlanId": "f46a6eca-421c-46bd-8e29-a997395ddf4a", "Global": true, "TriggerType": 0, "OnField": "2df33730-deaa-4310-8db7-e033ba28bf2a", "FieldName": "sample string 4", "MatchingValue": "sample string 5", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 6", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "782eeff4-77b8-42a1-9db0-840171eb9444", "EmailReceiverFieldSelectionName": "sample string 8", "EmailReceiverUsersSelection": [ "fedda208-c522-449f-af26-fdc47a7c1f72", "9d454ea8-6de6-4705-b23b-a90a136bc62e" ], "EmailReceiverTeamsSelection": [ "f00fb7ee-a9bb-4d8a-8d81-54ce0005cd3f", "3995e4ed-577c-404b-a716-71f8e8c39fb9" ], "EmailSubject": "sample string 9", "EmailFieldsSent": { "sample string 1": "2f7cba84-6513-4e5e-9948-8993899d32cb", "sample string 3": "3074d358-f278-4ddc-b5a9-16f3dc454722" }, "EmailBody": "sample string 10", "id": "713aed11-928c-4ce0-9ebd-0edf1263bd8d", "ConfigId": "7b84b3bf-7365-4556-8570-81a79b606d33" } ]