/sys/func/alert/{name}/min-args

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/alert/{name}/min-args

SecurityApiKey
Request
path Parameters
name
required
string

The name of an eScript alert function.

Responses
200

Normal response.

401

Unauthorized response.

get/sys/func/alert/{name}/min-args
Request samples
Response samples
application/json
{
  • "result": 1,
  • "error": "Error message (present if an error occurred)."
}