Live test: data raw series

This endpoint allows you to retrieve raw data from one or multiple variables in a range of time.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

📘

Columns parameter

Available options are:

  • value.value
  • variable.id
  • variable.label
  • value.context
  • variable.name
  • variable.properties.color
  • device.name
  • device.label
  • timestamp

📘

Optional parameters

  • If neither start nor end is included, the request will use the last 100 values of each variable.
  • If only start is sent, values from that timestamp up to the last value in the time series are included, regardless of whether that last value is in the future.
  • If only end is sent, values from the beginning of data collection up to that timestamp are included.
  • If the precision parameter is not defined, the number of displayed decimal places depends on the calculation.
Query Params
string

The token to authenticate the request. Supported but not recommended. It's recommended to use the X-Auth-Token header instead.

Body Params
variables
array of strings
required

An array of variable IDs.

variables*
columns
array of strings
required

List of data fields to include in the response for each variable.
See the note above for supported column values.

columns*
boolean

Controls whether data from multiple variables is combined or returned separately.

true: returns a single combined time series.
false (default): returns one time series per variable.

number

Start timestamp (in milliseconds POSIX format). Values recorded at or after this time are included.

number

End timestamp (in milliseconds POSIX format). Values recorded at or before this time are included.

number

Maximum number of values returned per variable.

string

Timezone in which the request timestamps are interpreted. For example, America/New_York, Africa/Bissau, America/Argentina/La_Rioja, etc.

integer

Number of decimal places applied to values in the response.

Responses
200

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json