POST api/notifications/plan/create
Create a Plan Notification by configuring a PlanNotification object
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{ "NotificationScope": 0, "PlanType": "e0605881-8590-4132-a41c-fbac8328d98c", "TriggerType": 0, "OnField": "9d86eedc-df2e-495b-8aee-c2e9a24171b1", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "7d3cfbbb-c52c-4743-a3de-cc2693a35d73", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "b78b24ac-9d13-4411-a69d-9174e10ef59f", "41d85c57-6945-4c7f-af49-62ad2314d641" ], "EmailReceiverTeamsSelection": [ "08eb40a5-49f9-42c4-8b80-683aecb92af1", "a9ba4b12-ddd2-41e6-b16a-71ec30daf7f5" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "8c6ddef9-c831-4daf-81d4-e1d6aa13d818", "sample string 3": "8194424e-d52e-4db4-a8d4-6fe6d1e550b3" }, "EmailBody": "sample string 9", "UserId": "b9b6c0aa-9530-450d-ab83-f2340f0dff19", "PlanId": "89dbaef1-0674-41ad-a0e4-dd00c9d66d46", "__app__": "WORKPLANNER", "__entity_kind__": "WorkPlanner.Models.PlanNotification", "id": "addd5cf0-c12a-42bc-8644-c32b81d88ea6", "RestoreFromId": "00000000-0000-0000-0000-000000000000", "ConfigId": "6e4f41c1-a9dc-4aa3-be1e-af268443559b", "_ts": 638793307134048806 }
Response Information
Resource Description
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": "64ef818a-e241-4794-8517-e28d868aef51", "TriggerType": 0, "OnField": "d6b276f6-c354-44f8-96b1-364a50ac93a3", "FieldName": "sample string 3", "MatchingValue": "sample string 4", "WhenObject": { "WhenType": 0, "DayOfWeek": "sample string 1" }, "Filter": "sample string 5", "EmailReceiverType": 0, "EmailReceiverFieldSelection": "58ca3eae-78a5-4b07-8596-9451abd959b4", "EmailReceiverFieldSelectionName": "sample string 7", "EmailReceiverSharedWithLevels": [ 0, 0 ], "EmailReceiverUsersSelection": [ "3ed7dff4-4007-4079-9db0-4e022d42f4f5", "cda249a1-fbc3-4141-bce3-2f4d3c328735" ], "EmailReceiverTeamsSelection": [ "85412109-0f37-46f6-99ac-666b3b9a6e41", "5324d797-862f-48c7-8a59-bc91b4958408" ], "EmailSubject": "sample string 8", "EmailFieldsSent": { "sample string 1": "071cf010-5902-4983-a871-d44ae0b346d0", "sample string 3": "fd427cac-0fce-4c6e-a250-297e6d9a34e3" }, "EmailBody": "sample string 9", "UserId": "a0b54669-948d-4d64-99a3-5c38637233dc", "PlanId": "d6dfe297-03f4-4953-8d1c-bbf4d2c0eb56", "id": "61312e36-b40c-4090-b7b2-db05d4d9b312", "ConfigId": "ce49d312-4a5c-4c6b-8473-61434f1d7c39" }