now #
Returns the current server timestamp, in Epoch-millis format.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/_now
Method: GET
Other protocols #
{
"controller": "server",
"action": "now"
}
Response #
Returns a now
property containing the server timestamp, in Epoch-millis format.
{
"status": 200,
"error": null,
"controller": "server",
"action": "now",
"requestId": "<unique request identifier>",
"result": {
"now": 1447151167622
}
}
Edit this page on Github(opens new window)