POST api/notifications/plan/{planId}/list

Get Plan Notifications for a specific plan.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
planId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PlanNotification
NameDescriptionTypeAdditional 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": "f781bf50-a5a6-4681-83e0-62727c86e7eb",
    "TriggerType": 0,
    "OnField": "4683bd53-808f-4985-81e4-47cfbae7108f",
    "FieldName": "sample string 3",
    "MatchingValue": "sample string 4",
    "WhenObject": {
      "WhenType": 0,
      "DayOfWeek": "sample string 1"
    },
    "Filter": "sample string 5",
    "EmailReceiverType": 0,
    "EmailReceiverFieldSelection": "a9208e59-e00d-4a9d-9027-c39ded0588f7",
    "EmailReceiverFieldSelectionName": "sample string 7",
    "EmailReceiverSharedWithLevels": [
      0,
      0
    ],
    "EmailReceiverUsersSelection": [
      "ff18d2fb-4b69-4d7d-a0ef-284ee55ca4fd",
      "2f226181-a1e2-44d2-b1db-5c76531591a6"
    ],
    "EmailReceiverTeamsSelection": [
      "d969f92e-64aa-43d7-b702-874204e18cfc",
      "776647dc-781c-4736-8f67-c65b379dfe4d"
    ],
    "EmailSubject": "sample string 8",
    "EmailFieldsSent": {
      "sample string 1": "e5c634bd-dc67-4451-a1c0-4326580eeea2",
      "sample string 3": "aff81d57-f60a-46f7-999e-bee40308a203"
    },
    "EmailBody": "sample string 9",
    "UserId": "59fde41a-7bf2-4f84-a161-7b1769ca6267",
    "PlanId": "f1bdd9a4-88ee-473d-ab8f-e33424c6817f",
    "id": "dd7bf50d-3bb2-47bb-a6c2-421c3b10ad9b",
    "ConfigId": "ffe933a1-9147-4dae-b55a-9bd5582db80f"
  },
  {
    "NotificationScope": 0,
    "PlanType": "f781bf50-a5a6-4681-83e0-62727c86e7eb",
    "TriggerType": 0,
    "OnField": "4683bd53-808f-4985-81e4-47cfbae7108f",
    "FieldName": "sample string 3",
    "MatchingValue": "sample string 4",
    "WhenObject": {
      "WhenType": 0,
      "DayOfWeek": "sample string 1"
    },
    "Filter": "sample string 5",
    "EmailReceiverType": 0,
    "EmailReceiverFieldSelection": "a9208e59-e00d-4a9d-9027-c39ded0588f7",
    "EmailReceiverFieldSelectionName": "sample string 7",
    "EmailReceiverSharedWithLevels": [
      0,
      0
    ],
    "EmailReceiverUsersSelection": [
      "ff18d2fb-4b69-4d7d-a0ef-284ee55ca4fd",
      "2f226181-a1e2-44d2-b1db-5c76531591a6"
    ],
    "EmailReceiverTeamsSelection": [
      "d969f92e-64aa-43d7-b702-874204e18cfc",
      "776647dc-781c-4736-8f67-c65b379dfe4d"
    ],
    "EmailSubject": "sample string 8",
    "EmailFieldsSent": {
      "sample string 1": "e5c634bd-dc67-4451-a1c0-4326580eeea2",
      "sample string 3": "aff81d57-f60a-46f7-999e-bee40308a203"
    },
    "EmailBody": "sample string 9",
    "UserId": "59fde41a-7bf2-4f84-a161-7b1769ca6267",
    "PlanId": "f1bdd9a4-88ee-473d-ab8f-e33424c6817f",
    "id": "dd7bf50d-3bb2-47bb-a6c2-421c3b10ad9b",
    "ConfigId": "ffe933a1-9147-4dae-b55a-9bd5582db80f"
  }
]