API Reference

Get Personal or Population Studies

If you have enough data, this will be a list of your personal studies, otherwise it will consist of aggregated population studies.

Log in to see full request history
Query Params
string

Deprecated: Name of the hypothetical predictor variable. Ex: Sleep Duration

string

Deprecated: Name of the outcome variable of interest. Ex: Overall Mood

integer

Variable id of the hypothetical predictor variable. Ex: 1398

integer

Variable id of the outcome variable of interest. Ex: 1398

string

Name of the hypothetical predictor variable. Ex: Sleep Duration

string

Name of the outcome variable of interest. Ex: Overall Mood

number

User's id

string

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

boolean

Highcharts configs that can be used if you have highcharts.js included on the page. This only works if the id or name query parameter is also provided.

boolean

Recalculate instead of using cached analysis

string

Client id for the study you want

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

Pearson correlation coefficient between cause and effect after lagging by onset delay and grouping by duration of action

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.

boolean

Only include correlations for which the effect is an outcome of interest for the user

integer

These are studies created by a specific principal investigator

boolean

These are studies that anyone can join

boolean

These are studies that you have joined

boolean

These are studies that you have created

boolean

These are studies based on the entire population of users that have shared their data

boolean

These are studies that you have down-voted

Responses

404

Not found

500

Internal server error

Language
Credentials
Click Try It! to start a request and see the response here!