Skip to main content

Get request handlers list

Gets the list of handlers in the project

Function GetRequestsHandlersList(Val Project) Export

ParameterCLI optionTypeRequiredDescription
Project--projStringProject filepath

Returns: Structure Of KeyAndValue - Handlers list


    melezh  GetRequestsHandlersList \
--proj "/proj.melezh"
Result
{
"data": [
{
"active": 1,
"function": "SendTextMessage",
"key": "3c068dd20",
"library": "telegram",
"method": "GET"
}
],
"result": true
}