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": "705638ee-c532-44e2-b63c-3fcb42604d61", "Global": true, "TriggerType": 0, "OnField": "c7d29e48-bcbe-44b9-bb6d-ffd5cc61076c", "FieldName": "sample string 4", "MatchingValue": "sample string 5", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 6", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "e72718f3-5a98-4231-910e-33be22f345c4", "EmailReceiverFieldSelectionName": "sample string 8", "EmailReceiverUsersSelection": [ "0636bcb2-496a-4e42-b933-f374f0bc8d02", "fc69a1e2-23a6-4348-84dc-500eb01ca8ab" ], "EmailReceiverTeamsSelection": [ "37e9dbde-a862-459a-8fea-65d2ae08f93f", "cdc78bb4-cd69-470b-9e0d-f52c9ed19850" ], "EmailSubject": "sample string 9", "EmailFieldsSent": { "sample string 1": "f77ddaf4-5f5a-4761-9a07-0ba5800d1f85", "sample string 3": "c6c99c96-f6b6-4546-9f78-4882afd61c91" }, "EmailBody": "sample string 10", "id": "df68eb69-512d-450e-96aa-74ddf6b0ec6a", "ConfigId": "9bb9a4e8-5a8c-40a4-a550-eea53a406120" }, { "PlanId": "705638ee-c532-44e2-b63c-3fcb42604d61", "Global": true, "TriggerType": 0, "OnField": "c7d29e48-bcbe-44b9-bb6d-ffd5cc61076c", "FieldName": "sample string 4", "MatchingValue": "sample string 5", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 6", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "e72718f3-5a98-4231-910e-33be22f345c4", "EmailReceiverFieldSelectionName": "sample string 8", "EmailReceiverUsersSelection": [ "0636bcb2-496a-4e42-b933-f374f0bc8d02", "fc69a1e2-23a6-4348-84dc-500eb01ca8ab" ], "EmailReceiverTeamsSelection": [ "37e9dbde-a862-459a-8fea-65d2ae08f93f", "cdc78bb4-cd69-470b-9e0d-f52c9ed19850" ], "EmailSubject": "sample string 9", "EmailFieldsSent": { "sample string 1": "f77ddaf4-5f5a-4761-9a07-0ba5800d1f85", "sample string 3": "c6c99c96-f6b6-4546-9f78-4882afd61c91" }, "EmailBody": "sample string 10", "id": "df68eb69-512d-450e-96aa-74ddf6b0ec6a", "ConfigId": "9bb9a4e8-5a8c-40a4-a550-eea53a406120" } ]