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

A type code indicating the type of the argument. The special value string indicates that the value must be a string.

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

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}/type
Request samples
Response samples
application/json
{
  • "result": "string",
  • "error": "Error message (present if an error occurred)."
}