GET
/
v3
/
trackingReminderNotifications

Authorizations

Authorization
string
header
required

Enter your bearer token in the format Bearer access_token_here

Query Parameters

sort
string

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

createdAt
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.

updatedAt
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.

limit
integer
default:
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.

offset
integer

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.

Required range: x > 0
variableCategoryName
enum<string>

Ex: Emotions, Treatments, Symptoms...

Available options:
Activities,
Books,
Causes of Illness,
Cognitive Performance,
Conditions,
Emotions,
Environment,
Foods,
Location,
Miscellaneous,
Movies and TV,
Music,
Nutrients,
Payments,
Physical Activity,
Physique,
Sleep,
Social Interactions,
Software,
Symptoms,
Treatments,
Vital Signs,
Goals
reminderTime
string

Ex: (lt)2017-07-31 21:43:26

clientId
string

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

onlyPast
boolean

Ex: 1

includeDeleted
boolean

Include deleted variables

Response

200 - application/json
description
string
required

Can be used as body of help info popup

summary
string
required

Can be used as title in help info popup

card
object
code
number

Response code such as 200

data
object[]