The minimum number of arguments that need to be passed when
calling this function. If zero, all arguments are optional. This
value is never larger than the length of the array given for
member arg.
Get /sys/func/basic/{name}/min-args
SecurityApiKey
Request
path Parameters
name
required
string
The name of an eScript basic function.
Responses
200
Normal response.
401
Unauthorized response.
get/sys/func/basic/{name}/min-args
Request samples
curl
Python
JavaScript
Go
Response samples
200
401
application/json
{
"result": 2,
"error": "Error message (present if an error occurred)."