GET v1/getNotifyAction?id={id}
Метод який повертає тип події нотифікації.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
NotifyAction| Name | Description | Type | Additional 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"
}
]
}