/sys/func/basic/{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/basic/{name}/arg/{idx}/type

SecurityApiKey
Request
path Parameters
name
required
string

The name of an eScript basic function.

idx
required
integer >= 0

The name index of a function argument.

Responses
200

Normal response.

401

Unauthorized response.

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