Tools

get

/info/healthcheck

Used for checking that the server is up and running

Returns

{
// The current server time
time: date,
}

get

/info/version

Used to get the version of the service

Returns

{
// The running version
version: string,
}

get

/info/config

Get the basic configuration currently running


get

/info/auth (authenticated)

Get authentication info

Note:Requires sending an authentication token either in the sessionid query argument,
or in the X-API-Key header. The token is returned from the login route.


get

/info/chartcount

Get the number of charts in the system


get

/info/publishedcount

Get the number of published charts in the system


get

/info/loggedin

Is logged in?


Did you find what you were looking for? Thank you! There was a problem submitting your feedback. Please try again later.