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 PlanNotification| Name | 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": "7b59c50d-c991-44ba-ae44-6aca8da14fdd",
    "TriggerType": 0,
    "OnField": "32970dd4-a3be-43c3-a86b-e589e2ea446d",
    "FieldName": "sample string 3",
    "MatchingValue": "sample string 4",
    "WhenObject": {
      "WhenType": 0,
      "DayOfWeek": "sample string 1"
    },
    "Filter": "sample string 5",
    "EmailReceiverType": 0,
    "EmailReceiverFieldSelection": "52c38ec2-f3cd-4cf8-951e-d3981466a5ac",
    "EmailReceiverFieldSelectionName": "sample string 7",
    "EmailReceiverSharedWithLevels": [
      0,
      0
    ],
    "EmailReceiverUsersSelection": [
      "1a1aecdf-781c-4ec6-9dd6-33f1c780482d",
      "9ea65638-16a3-43b5-8a93-2ab124398ade"
    ],
    "EmailReceiverTeamsSelection": [
      "8ae23cb9-9969-4bdc-97ed-f81e69ca4d1c",
      "86192724-8d04-4d8b-af49-3f4781fe6b24"
    ],
    "EmailSubject": "sample string 8",
    "EmailFieldsSent": {
      "sample string 1": "e5d6f192-f970-4cc6-a95a-5506a0d05131",
      "sample string 3": "90bc515c-fbe8-4dd3-92c2-c7c5997dd283"
    },
    "EmailBody": "sample string 9",
    "UserId": "14ff3c73-f6e0-45a8-9510-3ceccd145024",
    "PlanId": "a4eb357a-61d6-4036-9321-75c0500e25cf",
    "id": "50f69eaf-a83a-4355-b2dd-1af1712a2d4d",
    "ConfigId": "20533db9-4ce2-4e16-8c9b-e1b7dacf06ed"
  },
  {
    "NotificationScope": 0,
    "PlanType": "7b59c50d-c991-44ba-ae44-6aca8da14fdd",
    "TriggerType": 0,
    "OnField": "32970dd4-a3be-43c3-a86b-e589e2ea446d",
    "FieldName": "sample string 3",
    "MatchingValue": "sample string 4",
    "WhenObject": {
      "WhenType": 0,
      "DayOfWeek": "sample string 1"
    },
    "Filter": "sample string 5",
    "EmailReceiverType": 0,
    "EmailReceiverFieldSelection": "52c38ec2-f3cd-4cf8-951e-d3981466a5ac",
    "EmailReceiverFieldSelectionName": "sample string 7",
    "EmailReceiverSharedWithLevels": [
      0,
      0
    ],
    "EmailReceiverUsersSelection": [
      "1a1aecdf-781c-4ec6-9dd6-33f1c780482d",
      "9ea65638-16a3-43b5-8a93-2ab124398ade"
    ],
    "EmailReceiverTeamsSelection": [
      "8ae23cb9-9969-4bdc-97ed-f81e69ca4d1c",
      "86192724-8d04-4d8b-af49-3f4781fe6b24"
    ],
    "EmailSubject": "sample string 8",
    "EmailFieldsSent": {
      "sample string 1": "e5d6f192-f970-4cc6-a95a-5506a0d05131",
      "sample string 3": "90bc515c-fbe8-4dd3-92c2-c7c5997dd283"
    },
    "EmailBody": "sample string 9",
    "UserId": "14ff3c73-f6e0-45a8-9510-3ceccd145024",
    "PlanId": "a4eb357a-61d6-4036-9321-75c0500e25cf",
    "id": "50f69eaf-a83a-4355-b2dd-1af1712a2d4d",
    "ConfigId": "20533db9-4ce2-4e16-8c9b-e1b7dacf06ed"
  }
]