/sys/push/last/ts

The time of the last register data row sent to the server. The time is expressed as a decimal Unix timestamp string. If unavailable, this is an empty string.

Get /sys/push/last/ts

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/sys/push/last/ts
Request samples
Response samples
application/json
{
  • "result": "1682658480.0",
  • "error": "Error message (present if an error occurred)."
}