Envelope
All API responses are in JSON format. A result
field, with a value of success
or error
is returned with each request. In the event of an error, a message
field will provide an error message.
An access
object is also echoed back. It contains two ranges of timestamps:
access_range
: The time range for which the Client has access to the APIdata_range
: The time range of data the Client is authorized to access
Key | Data type | Description |
---|---|---|
|
| Time ranges of accesses. |
|
| Response result data. |
|
| Error message, if query was not successful. |
|
| All handled query parameters echoed back. |
|
|
|
|
| The current time at our endpoint. |
|
| The current time at our endpoint. |
Last updated