GET v1/selNotifyActions

Метод який повертає масив типів подій нотифікацій.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of NotifyAction
NameDescriptionTypeAdditional information
id

ID події нотифікації

integer

None.

name

Назва події нотифікації

string

None.

params

Параметри події нотифікації

Collection of NotifyParamType

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "name": "sample string 2",
    "params": [
      {
        "id": 1,
        "notifyActionID": 2,
        "name": "sample string 3",
        "defaultValue": "sample string 4"
      },
      {
        "id": 1,
        "notifyActionID": 2,
        "name": "sample string 3",
        "defaultValue": "sample string 4"
      }
    ]
  },
  {
    "id": 1,
    "name": "sample string 2",
    "params": [
      {
        "id": 1,
        "notifyActionID": 2,
        "name": "sample string 3",
        "defaultValue": "sample string 4"
      },
      {
        "id": 1,
        "notifyActionID": 2,
        "name": "sample string 3",
        "defaultValue": "sample string 4"
      }
    ]
  }
]