API Reference

Get measurements for this user

Measurements are any value that can be recorded like daily steps, a mood rating, or apples eaten.

Log in to see full request history
Query Params
string

Name of the variable you want measurements for

string

Sort by one of the listed field names. If the field name is prefixed with -, it will sort in descending order.

integer
Defaults to 100

The LIMIT is used to limit the number of results returned. So if youhave 1000 results, but only want to the first 10, you would set this to 10 and offset to 0. The maximum limit is 200 records.

integer
≥ 0

OFFSET says to skip that many rows before beginning to return rows to the client. OFFSET 0 is the same as omitting the OFFSET clause.If both OFFSET and LIMIT appear, then OFFSET rows are skipped before starting to count the LIMIT rows that are returned.

string

Ex: Emotions, Treatments, Symptoms...

string

When the record was last updated. Use UTC ISO 8601 YYYY-MM-DDThh:mm:ss datetime format. Time zone should be UTC and not local.

number

User's id

string

ID of the source you want measurements for (supports exact name match only)

string

Ex: facebook

string

Value of measurement

string

Ex: Milligrams

string

Excluded records with measurement times earlier than this value. Use UTC ISO 8601 YYYY-MM-DDThh:mm:ss datetime format. Time zone should be UTC and not local.

string

Excluded records with measurement times later than this value. Use UTC ISO 8601 YYYY-MM-DDThh:mm:ss datetime format. Time zone should be UTC and not local.

string

When the record was first created. Use UTC ISO 8601 YYYY-MM-DDThh:mm:ss datetime format. Time zone should be UTC and not local.

integer

Measurement id

integer

The time (in seconds) over which measurements are grouped together

string

The time (in seconds) over which measurements are grouped together

boolean

Ex: true

string

Your CureDAO client id can be obtained by creating an app at https://builder.quantimo.do

boolean

Ex: 1

boolean

Ex: 1

Responses

401

Not Authenticated

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