POST api/notifications/task/{planId}/{notificationId}/update
Update a Task Notification by configuring a TaskNotification object and passing in the Plan Id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
planId | globally unique identifier |
Required |
|
notificationId | string |
None. |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{ "PlanId": "bc369ea3-a40e-450b-83e8-0e5f5feca8d7", "Global": true, "TriggerType": 0, "OnField": "b101ae28-078a-4141-a48c-84a054eb59e0", "FieldName": "sample string 4", "MatchingValue": "sample string 5", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 6", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "bb707112-d51a-4bc3-ac06-f05eabfdb6a3", "EmailReceiverFieldSelectionName": "sample string 8", "EmailReceiverUsersSelection": [ "aee95d21-9f03-49a1-a0e8-e92cf1c2cdf9", "3f284736-23b9-455b-b674-07e0ed1eb941" ], "EmailReceiverTeamsSelection": [ "d0e13fdb-572f-416c-8b70-0ed5e1323e66", "1f6a9cfd-41e6-4837-815d-37be871cc9c3" ], "EmailSubject": "sample string 9", "EmailFieldsSent": { "sample string 1": "fd217489-046d-40dc-b5e0-b912d082d95f", "sample string 3": "8131c027-a5f0-42fa-9468-5a3bbd15393d" }, "EmailBody": "sample string 10", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.TaskNotification", "id": "313bc813-7d76-4cf3-b040-688aca5e2b4d", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "90b8beed-a8b6-4ca3-a1fd-ff4dd01fcfa9", "_ts": 638793307138111336 }
Response Information
Resource Description
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": "f75f56d6-5147-4681-86f6-9da666a7fda6", "Global": true, "TriggerType": 0, "OnField": "d804a814-c57d-4ee7-8eac-4531e31ef204", "FieldName": "sample string 4", "MatchingValue": "sample string 5", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 6", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "14be9078-32de-43d9-96db-8b70c4c26218", "EmailReceiverFieldSelectionName": "sample string 8", "EmailReceiverUsersSelection": [ "17ee303e-3765-47c5-8540-79ec2290e457", "5f5d5069-7ba6-4a26-bfe1-d1d7196e71c3" ], "EmailReceiverTeamsSelection": [ "2b2ddf1a-3313-4c92-af94-acd809d979b7", "d8d6fe0c-5606-489e-9efa-43d82663e054" ], "EmailSubject": "sample string 9", "EmailFieldsSent": { "sample string 1": "b9315d36-cd43-45fd-a10b-76436f6f3750", "sample string 3": "62146d46-16f7-433e-a392-0a71c1a34a83" }, "EmailBody": "sample string 10", "id": "ecf27f67-efa9-48e9-a50e-625ce92edd12", "ConfigId": "0929510a-3d3b-4d09-906a-5dc89be12687" }