Get request handler
Gets information about the handler by key
Function GetRequestsHandler(Val Project, Val HandlersKey) Export
| Parameter | CLI option | Type | Required | Description |
|---|---|---|---|---|
| Project | --proj | String | ✔ | Project filepath |
| HandlersKey | --handler | String | ✔ | Handlers key |
Returns: Structure Of KeyAndValue - Handlers information
- Bash
- CMD/Bat
melezh GetRequestsHandler \
--proj "/proj.melezh" \
--handler "cead35dfd"
melezh GetRequestsHandler ^
--proj "/proj.melezh" ^
--handler "cead35dfd"
Result
{
"data": {
"active": 1,
"function": "SendTextMessage",
"key": "cead35dfd",
"library": "telegram",
"method": "GET",
"args": []
},
"result": true
}