/sys/func/alert/{name}/arg/{idx}/name

The formal name of the argument. The name starts with a letter and consist entirely of alpha-numeric characters or underscores (_). The name usually suggests the purpose of the argument. It may also be referenced within the help string (member help). Other than that, the name has no significance.

Get /sys/func/alert/{name}/arg/{idx}/name

SecurityApiKey
Request
path Parameters
name
required
string

The name of an eScript alert function.

idx
required
integer >= 0

The name index of a function argument.

Responses
200

Normal response.

401

Unauthorized response.

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