/sys/team/reg/{name}/last/val

The current value of the register as signed 64-bit integer converted to a decimal string. Except for discrete registers, this is an accumulated value (see Section Type Codes for details).

Get /sys/team/reg/{name}/last/val

SecurityApiKey
Request
path Parameters
name
required
string

The register name.

Responses
200

Normal response.

401

Unauthorized response.

get/sys/team/reg/{name}/last/val
Request samples
Response samples
application/json
{
  • "result": "-9767738213",
  • "error": "Error message (present if an error occurred)."
}