---
title: "Store a Tracking Reminder"
method: POST
path: "/v3/trackingReminders"
tags: ["reminders"]
---

# Store a Tracking Reminder

`POST /v3/trackingReminders`

This is to enable users to create reminders to track a variable with a default value at a specified frequency

## Request body

- TrackingReminder[]
  - `actionArray` TrackingReminderNotificationAction[]
    - `action` string, required — Ex: track
    - `callback` string, required — Ex: trackThreeRatingAction
    - `modifiedValue` integer, required — Ex: 3
    - `title` string, required — Ex: 3/5
    - `longTitle` string — Ex: Rate 3/5
    - `shortTitle` string — Ex: 3
  - `availableUnits` Unit[]
    - `abbreviatedName` string, required — Unit abbreviation
    - `advanced` integer — Ex: 1
    - `category` 'Distance' | 'Duration' | 'Energy' | 'Frequency' | 'Miscellany' | 'Pressure' | 'Proportion' | 'Rating' | 'Temperature' | 'Volume' | 'Weight' | 'Count', required — Unit category
    - `categoryId` integer — Ex: 6
    - `categoryName` string — Ex: Miscellany
    - `conversionSteps` ConversionStep[], required — Conversion steps list
      - `operation` 'ADD' | 'MULTIPLY', required — ADD or MULTIPLY
      - `value` number, double, required — This specifies the order of conversion steps starting with 0
    - `id` integer — Ex: 29
    - `manualTracking` integer — Ex: 0
    - `maximumAllowedValue` number, double — The maximum allowed value for measurements. While you can record a value above this maximum, it will be excluded from the correlation analysis.
    - `maximumValue` integer, required — Ex: 4
    - `minimumAllowedValue` number, double — The minimum allowed value for measurements. While you can record a value below this minimum, it will be excluded from the correlation analysis.
    - `minimumValue` integer — Ex: 0
    - `name` string, required — Unit name
    - `unitCategory` UnitCategory, required
      - `id` integer — id
      - `name` string, required — Category name
      - `standardUnitAbbreviatedName` string — Base unit for in which measurements are to be converted to and stored
  - `bestStudyLink` string — Link to study comparing variable with strongest relationship for user or population
  - `bestStudyCard` Card
    - `actionSheetButtons` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `avatar` string — Smaller square image
    - `avatarCircular` string — Smaller circular image
    - `backgroundColor` string — Ex: #f2f2f2
    - `buttons` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `buttonsSecondary` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `content` string — Ex: Content
    - `headerTitle` string — Ex: Title
    - `html` string — HTML for the entire card.
    - `htmlContent` string — Ex: <div>Content</div>
    - `id` string, required — HTML element id
    - `image` string — Larger image of variable dimensions
    - `inputFields` InputField[]
      - `displayName` string, required
      - `helpText` string
      - `hint` string
      - `icon` string
      - `id` string — HTML element id
      - `image` string
      - `key` string
      - `labelLeft` string
      - `labelRight` string
      - `link` string
      - `maxLength` integer
      - `maxValue` number
      - `minLength` integer
      - `minValue` number
      - `options` string[] — Selector list options
      - `placeholder` string — Ex: Title
      - `postUrl` string
      - `required` boolean
      - `show` boolean — Ex: Title
      - `submitButton` Button
        - `accessibilityText` string — Ex: connect
        - `action` object — Action data
        - `additionalInformation` string — Ex: connect
        - `color` string — Ex: #f2f2f2
        - `confirmationText` string — Text to show user before executing functionName
        - `functionName` string — Name of function to call
        - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
        - `html` string — Ex: connect
        - `id` string — HTML element id
        - `image` string — Ex: https://image.jpg
        - `ionIcon` string — Ex: ion-refresh
        - `link` string, required — Ex: https://local.quantimo.do
        - `stateName` string — State to go to
        - `stateParams` object — Data to provide to the state
        - `successToastText` string — Text to show user after executing functionName
        - `successAlertTitle` string — Text to show user after executing functionName
        - `successAlertBody` string — Text to show user after executing functionName
        - `text` string, required — Ex: Connect
        - `tooltip` string — Ex: This is a tooltip
        - `webhookUrl` string — Post here on button click
      - `type` 'check_box' | 'date' | 'email' | 'number' | 'postal_code' | 'select_option' | 'string' | 'switch' | 'text_area' | 'unit' | 'variable_category', required — Ex: Title
      - `validationPattern` string — See http://html5pattern.com/ for examples
      - `value` string
    - `ionIcon` string — Ex: ion-refresh
    - `link` string — A link to a web page or something. Not much more to say about that.
    - `parameters` object — Key value pairs derived from user input fields, button clicks, or preset defaults
    - `relatedCards` Card[]
    - `selectedButton` Button
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `sharingBody` string — Ex: sharingBody
    - `sharingButtons` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `sharingTitle` string — Ex: sharingTitle
    - `subHeader` string — Ex: subTitle
    - `subTitle` string — Ex: subTitle
    - `title` string — Ex: Title
  - `bestUserStudyLink` string — Link to study comparing variable with strongest relationship for user
  - `bestUserStudyCard` Card
    - `actionSheetButtons` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `avatar` string — Smaller square image
    - `avatarCircular` string — Smaller circular image
    - `backgroundColor` string — Ex: #f2f2f2
    - `buttons` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `buttonsSecondary` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `content` string — Ex: Content
    - `headerTitle` string — Ex: Title
    - `html` string — HTML for the entire card.
    - `htmlContent` string — Ex: <div>Content</div>
    - `id` string, required — HTML element id
    - `image` string — Larger image of variable dimensions
    - `inputFields` InputField[]
      - `displayName` string, required
      - `helpText` string
      - `hint` string
      - `icon` string
      - `id` string — HTML element id
      - `image` string
      - `key` string
      - `labelLeft` string
      - `labelRight` string
      - `link` string
      - `maxLength` integer
      - `maxValue` number
      - `minLength` integer
      - `minValue` number
      - `options` string[] — Selector list options
      - `placeholder` string — Ex: Title
      - `postUrl` string
      - `required` boolean
      - `show` boolean — Ex: Title
      - `submitButton` Button
        - `accessibilityText` string — Ex: connect
        - `action` object — Action data
        - `additionalInformation` string — Ex: connect
        - `color` string — Ex: #f2f2f2
        - `confirmationText` string — Text to show user before executing functionName
        - `functionName` string — Name of function to call
        - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
        - `html` string — Ex: connect
        - `id` string — HTML element id
        - `image` string — Ex: https://image.jpg
        - `ionIcon` string — Ex: ion-refresh
        - `link` string, required — Ex: https://local.quantimo.do
        - `stateName` string — State to go to
        - `stateParams` object — Data to provide to the state
        - `successToastText` string — Text to show user after executing functionName
        - `successAlertTitle` string — Text to show user after executing functionName
        - `successAlertBody` string — Text to show user after executing functionName
        - `text` string, required — Ex: Connect
        - `tooltip` string — Ex: This is a tooltip
        - `webhookUrl` string — Post here on button click
      - `type` 'check_box' | 'date' | 'email' | 'number' | 'postal_code' | 'select_option' | 'string' | 'switch' | 'text_area' | 'unit' | 'variable_category', required — Ex: Title
      - `validationPattern` string — See http://html5pattern.com/ for examples
      - `value` string
    - `ionIcon` string — Ex: ion-refresh
    - `link` string — A link to a web page or something. Not much more to say about that.
    - `parameters` object — Key value pairs derived from user input fields, button clicks, or preset defaults
    - `relatedCards` Card[]
    - `selectedButton` Button
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `sharingBody` string — Ex: sharingBody
    - `sharingButtons` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `sharingTitle` string — Ex: sharingTitle
    - `subHeader` string — Ex: subTitle
    - `subTitle` string — Ex: subTitle
    - `title` string — Ex: Title
  - `bestPopulationStudyLink` string — Link to study comparing variable with strongest relationship for population
  - `bestPopulationStudyCard` Card
    - `actionSheetButtons` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `avatar` string — Smaller square image
    - `avatarCircular` string — Smaller circular image
    - `backgroundColor` string — Ex: #f2f2f2
    - `buttons` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `buttonsSecondary` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `content` string — Ex: Content
    - `headerTitle` string — Ex: Title
    - `html` string — HTML for the entire card.
    - `htmlContent` string — Ex: <div>Content</div>
    - `id` string, required — HTML element id
    - `image` string — Larger image of variable dimensions
    - `inputFields` InputField[]
      - `displayName` string, required
      - `helpText` string
      - `hint` string
      - `icon` string
      - `id` string — HTML element id
      - `image` string
      - `key` string
      - `labelLeft` string
      - `labelRight` string
      - `link` string
      - `maxLength` integer
      - `maxValue` number
      - `minLength` integer
      - `minValue` number
      - `options` string[] — Selector list options
      - `placeholder` string — Ex: Title
      - `postUrl` string
      - `required` boolean
      - `show` boolean — Ex: Title
      - `submitButton` Button
        - `accessibilityText` string — Ex: connect
        - `action` object — Action data
        - `additionalInformation` string — Ex: connect
        - `color` string — Ex: #f2f2f2
        - `confirmationText` string — Text to show user before executing functionName
        - `functionName` string — Name of function to call
        - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
        - `html` string — Ex: connect
        - `id` string — HTML element id
        - `image` string — Ex: https://image.jpg
        - `ionIcon` string — Ex: ion-refresh
        - `link` string, required — Ex: https://local.quantimo.do
        - `stateName` string — State to go to
        - `stateParams` object — Data to provide to the state
        - `successToastText` string — Text to show user after executing functionName
        - `successAlertTitle` string — Text to show user after executing functionName
        - `successAlertBody` string — Text to show user after executing functionName
        - `text` string, required — Ex: Connect
        - `tooltip` string — Ex: This is a tooltip
        - `webhookUrl` string — Post here on button click
      - `type` 'check_box' | 'date' | 'email' | 'number' | 'postal_code' | 'select_option' | 'string' | 'switch' | 'text_area' | 'unit' | 'variable_category', required — Ex: Title
      - `validationPattern` string — See http://html5pattern.com/ for examples
      - `value` string
    - `ionIcon` string — Ex: ion-refresh
    - `link` string — A link to a web page or something. Not much more to say about that.
    - `parameters` object — Key value pairs derived from user input fields, button clicks, or preset defaults
    - `relatedCards` Card[]
    - `selectedButton` Button
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `sharingBody` string — Ex: sharingBody
    - `sharingButtons` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `sharingTitle` string — Ex: sharingTitle
    - `subHeader` string — Ex: subTitle
    - `subTitle` string — Ex: subTitle
    - `title` string — Ex: Title
  - `optimalValueMessage` string — Description of relationship with variable with strongest relationship for user or population
  - `commonOptimalValueMessage` string — Description of relationship with variable with strongest relationship for population
  - `userOptimalValueMessage` string — Description of relationship with variable with strongest relationship for user
  - `card` Card
    - `actionSheetButtons` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `avatar` string — Smaller square image
    - `avatarCircular` string — Smaller circular image
    - `backgroundColor` string — Ex: #f2f2f2
    - `buttons` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `buttonsSecondary` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `content` string — Ex: Content
    - `headerTitle` string — Ex: Title
    - `html` string — HTML for the entire card.
    - `htmlContent` string — Ex: <div>Content</div>
    - `id` string, required — HTML element id
    - `image` string — Larger image of variable dimensions
    - `inputFields` InputField[]
      - `displayName` string, required
      - `helpText` string
      - `hint` string
      - `icon` string
      - `id` string — HTML element id
      - `image` string
      - `key` string
      - `labelLeft` string
      - `labelRight` string
      - `link` string
      - `maxLength` integer
      - `maxValue` number
      - `minLength` integer
      - `minValue` number
      - `options` string[] — Selector list options
      - `placeholder` string — Ex: Title
      - `postUrl` string
      - `required` boolean
      - `show` boolean — Ex: Title
      - `submitButton` Button
        - `accessibilityText` string — Ex: connect
        - `action` object — Action data
        - `additionalInformation` string — Ex: connect
        - `color` string — Ex: #f2f2f2
        - `confirmationText` string — Text to show user before executing functionName
        - `functionName` string — Name of function to call
        - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
        - `html` string — Ex: connect
        - `id` string — HTML element id
        - `image` string — Ex: https://image.jpg
        - `ionIcon` string — Ex: ion-refresh
        - `link` string, required — Ex: https://local.quantimo.do
        - `stateName` string — State to go to
        - `stateParams` object — Data to provide to the state
        - `successToastText` string — Text to show user after executing functionName
        - `successAlertTitle` string — Text to show user after executing functionName
        - `successAlertBody` string — Text to show user after executing functionName
        - `text` string, required — Ex: Connect
        - `tooltip` string — Ex: This is a tooltip
        - `webhookUrl` string — Post here on button click
      - `type` 'check_box' | 'date' | 'email' | 'number' | 'postal_code' | 'select_option' | 'string' | 'switch' | 'text_area' | 'unit' | 'variable_category', required — Ex: Title
      - `validationPattern` string — See http://html5pattern.com/ for examples
      - `value` string
    - `ionIcon` string — Ex: ion-refresh
    - `link` string — A link to a web page or something. Not much more to say about that.
    - `parameters` object — Key value pairs derived from user input fields, button clicks, or preset defaults
    - `relatedCards` Card[]
    - `selectedButton` Button
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `sharingBody` string — Ex: sharingBody
    - `sharingButtons` Button[]
      - `accessibilityText` string — Ex: connect
      - `action` object — Action data
      - `additionalInformation` string — Ex: connect
      - `color` string — Ex: #f2f2f2
      - `confirmationText` string — Text to show user before executing functionName
      - `functionName` string — Name of function to call
      - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
      - `html` string — Ex: connect
      - `id` string — HTML element id
      - `image` string — Ex: https://image.jpg
      - `ionIcon` string — Ex: ion-refresh
      - `link` string, required — Ex: https://local.quantimo.do
      - `stateName` string — State to go to
      - `stateParams` object — Data to provide to the state
      - `successToastText` string — Text to show user after executing functionName
      - `successAlertTitle` string — Text to show user after executing functionName
      - `successAlertBody` string — Text to show user after executing functionName
      - `text` string, required — Ex: Connect
      - `tooltip` string — Ex: This is a tooltip
      - `webhookUrl` string — Post here on button click
    - `sharingTitle` string — Ex: sharingTitle
    - `subHeader` string — Ex: subTitle
    - `subTitle` string — Ex: subTitle
    - `title` string — Ex: Title
  - `clientId` string — Your CureDAO client id can be obtained by creating an app at https://builder.quantimo.do
  - `combinationOperation` 'MEAN' | 'SUM' — The way multiple measurements are aggregated over time
  - `createdAt` string — Ex: 2016-05-18 02:24:08 UTC ISO 8601 YYYY-MM-DDThh:mm:ss
  - `displayName` string — Ex: Trader Joe's Bedtime Tea
  - `unitAbbreviatedName` string, required — Ex: /5
  - `unitCategoryId` integer — Ex: 5
  - `unitCategoryName` string — Ex: Rating
  - `unitId` integer — Ex: 10
  - `unitName` string — Ex: 1 to 5 Rating
  - `defaultValue` number, float — Default value to use for the measurement when tracking. Unit: User-specified or common.
  - `enabled` boolean — If a tracking reminder is enabled, tracking reminder notifications will be generated for this variable.
  - `email` boolean — True if the reminders should be delivered via email
  - `errorMessage` string — Ex: reminderStartTimeLocal is less than $user->earliestReminderTime or greater than $user->latestReminderTime
  - `fillingValue` integer — Ex: 0. Unit: User-specified or common.
  - `firstDailyReminderTime` string — Ex: 02:45:20 in UTC timezone
  - `frequencyTextDescription` string — Ex: Daily
  - `frequencyTextDescriptionWithTime` string — Ex: Daily at 09:45 PM
  - `id` integer — id
  - `inputType` string — Ex: saddestFaceIsFive
  - `instructions` string — Ex: I am an instruction!
  - `ionIcon` string — Ex: ion-sad-outline
  - `lastTracked` string — UTC ISO 8601 YYYY-MM-DDThh:mm:ss timestamp for the last time a measurement was received for this user and variable
  - `lastValue` number, double — Ex: 2
  - `latestTrackingReminderNotificationReminderTime` string — UTC ISO 8601 YYYY-MM-DDThh:mm:ss timestamp for the reminder time of the latest tracking reminder notification that has been pre-emptively generated in the database
  - `localDailyReminderNotificationTimes` string[]
  - `localDailyReminderNotificationTimesForAllReminders` string[]
  - `manualTracking` boolean — Ex: 1
  - `maximumAllowedValue` number, double — Ex: 5. Unit: User-specified or common.
  - `minimumAllowedValue` number, double — Ex: 1. Unit: User-specified or common.
  - `nextReminderTimeEpochSeconds` integer — Ex: 1501555520
  - `notificationBar` boolean — True if the reminders should appear in the notification bar
  - `numberOfRawMeasurements` integer — Ex: 445
  - `numberOfUniqueValues` integer — Ex: 1
  - `outcome` boolean — Indicates whether or not the variable is usually an outcome of interest such as a symptom or emotion
  - `pngPath` string — Ex: img/variable_categories/symptoms.png
  - `pngUrl` string — Ex: https://web.quantimo.do/img/variable_categories/symptoms.png
  - `productUrl` string — Link to associated product for purchase
  - `popUp` boolean — True if the reminders should appear as a popup notification
  - `question` string — Ex: How is your overall mood?
  - `longQuestion` string — Ex: How is your overall mood on a scale of 1 to 5??
  - `reminderEndTime` string — Latest time of day at which reminders should appear in UTC HH:MM:SS format
  - `reminderFrequency` integer, required — Number of seconds between one reminder and the next
  - `reminderSound` string — String identifier for the sound to accompany the reminder
  - `reminderStartEpochSeconds` integer — Ex: 1469760320
  - `reminderStartTime` string — Earliest time of day at which reminders should appear in UTC HH:MM:SS format
  - `reminderStartTimeLocal` string, string — Ex: 21:45:20
  - `reminderStartTimeLocalHumanFormatted` string — Ex: 09:45 PM
  - `repeating` boolean — Ex: true
  - `secondDailyReminderTime` string — Ex: 01:00:00
  - `secondToLastValue` number, double — Ex: 1. Unit: User-specified or common.
  - `sms` boolean — True if the reminders should be delivered via SMS
  - `startTrackingDate` string, string — Earliest date on which the user should be reminded to track in YYYY-MM-DD format
  - `stopTrackingDate` string, string — Latest date on which the user should be reminded to track in YYYY-MM-DD format
  - `svgUrl` string — Ex: https://web.quantimo.do/img/variable_categories/symptoms.svg
  - `thirdDailyReminderTime` string — Ex: 20:00:00
  - `thirdToLastValue` number, double — Ex: 3
  - `trackingReminderId` integer — Ex: 11841
  - `trackingReminderImageUrl` string — Ex: Not Found
  - `upc` string — UPC or other barcode scan result
  - `updatedAt` string — When the record in the database was last updated. Use UTC ISO 8601 YYYY-MM-DDThh:mm:ss datetime format. Time zone should be UTC and not local.
  - `userId` integer — ID of User
  - `userVariableUnitAbbreviatedName` string — Ex: /5
  - `userVariableUnitCategoryId` integer — Ex: 5
  - `userVariableUnitCategoryName` string — Ex: Rating
  - `userVariableUnitId` integer — Ex: 10
  - `userVariableUnitName` string — Ex: 1 to 5 Rating
  - `userVariableVariableCategoryId` integer — Ex: 10
  - `userVariableVariableCategoryName` string — Ex: Symptoms
  - `valence` string — Valence indicates what type of buttons should be used when recording measurements for this variable. positive - Face buttons with the happiest face equating to a 5/5 rating where higher is better like Overall Mood. negative - Face buttons with happiest face equating to a 1/5 rating where lower is better like Headache Severity. numeric - Just 1 to 5 numeric buttons for neutral variables.
  - `valueAndFrequencyTextDescription` string — Ex: Rate daily
  - `valueAndFrequencyTextDescriptionWithTime` string — Ex: Rate daily at 09:45 PM
  - `variableCategoryId` integer — Ex: 10
  - `variableCategoryImageUrl` string — Ex: https://static.quantimo.do/img/variable_categories/sad-96.png
  - `variableCategoryName` 'Activity' | 'Books' | 'Causes of Illness' | 'Cognitive Performance' | 'Conditions' | 'Emotions' | 'Environment' | 'Foods' | 'Goals' | 'Locations' | 'Miscellaneous' | 'Movies and TV' | 'Music' | 'Nutrients' | 'Payments' | 'Physical Activities' | 'Physique' | 'Sleep' | 'Social Interactions' | 'Software' | 'Symptoms' | 'Treatments' | 'Vital Signs', required — Ex: Emotions, Treatments, Symptoms...
  - `variableDescription` string — Valence indicates what type of buttons should be used when recording measurements for this variable. positive - Face buttons with the happiest face equating to a 5/5 rating where higher is better like Overall Mood. negative - Face buttons with happiest face equating to a 1/5 rating where lower is better like Headache Severity. numeric - Just 1 to 5 numeric buttons for neutral variables.
  - `variableId` integer — Id for the variable to be tracked
  - `variableName` string, required — Name of the variable to be used when sending measurements

## Response `201`

Successful operation

- PostTrackingRemindersResponse
  - `data` PostTrackingRemindersDataResponse
    - `trackingReminderNotifications` TrackingReminderNotification[]
      - `actionArray` TrackingReminderNotificationAction[], required
        - `action` string, required — Ex: track
        - `callback` string, required — Ex: trackThreeRatingAction
        - `modifiedValue` integer, required — Ex: 3
        - `title` string, required — Ex: 3/5
        - `longTitle` string — Ex: Rate 3/5
        - `shortTitle` string — Ex: 3
      - `availableUnits` Unit[], required
        - `abbreviatedName` string, required — Unit abbreviation
        - `advanced` integer — Ex: 1
        - `category` 'Distance' | 'Duration' | 'Energy' | 'Frequency' | 'Miscellany' | 'Pressure' | 'Proportion' | 'Rating' | 'Temperature' | 'Volume' | 'Weight' | 'Count', required — Unit category
        - `categoryId` integer — Ex: 6
        - `categoryName` string — Ex: Miscellany
        - `conversionSteps` ConversionStep[], required — Conversion steps list
          - `operation` 'ADD' | 'MULTIPLY', required — ADD or MULTIPLY
          - `value` number, double, required — This specifies the order of conversion steps starting with 0
        - `id` integer — Ex: 29
        - `manualTracking` integer — Ex: 0
        - `maximumAllowedValue` number, double — The maximum allowed value for measurements. While you can record a value above this maximum, it will be excluded from the correlation analysis.
        - `maximumValue` integer, required — Ex: 4
        - `minimumAllowedValue` number, double — The minimum allowed value for measurements. While you can record a value below this minimum, it will be excluded from the correlation analysis.
        - `minimumValue` integer — Ex: 0
        - `name` string, required — Unit name
        - `unitCategory` UnitCategory, required
          - `id` integer — id
          - `name` string, required — Category name
          - `standardUnitAbbreviatedName` string — Base unit for in which measurements are to be converted to and stored
      - `bestStudyLink` string — Link to study comparing variable with strongest relationship for user or population
      - `bestStudyCard` Card
        - `actionSheetButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `avatar` string — Smaller square image
        - `avatarCircular` string — Smaller circular image
        - `backgroundColor` string — Ex: #f2f2f2
        - `buttons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `buttonsSecondary` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `content` string — Ex: Content
        - `headerTitle` string — Ex: Title
        - `html` string — HTML for the entire card.
        - `htmlContent` string — Ex: <div>Content</div>
        - `id` string, required — HTML element id
        - `image` string — Larger image of variable dimensions
        - `inputFields` InputField[]
          - `displayName` string, required
          - `helpText` string
          - `hint` string
          - `icon` string
          - `id` string — HTML element id
          - `image` string
          - `key` string
          - `labelLeft` string
          - `labelRight` string
          - `link` string
          - `maxLength` integer
          - `maxValue` number
          - `minLength` integer
          - `minValue` number
          - `options` string[] — Selector list options
          - `placeholder` string — Ex: Title
          - `postUrl` string
          - `required` boolean
          - `show` boolean — Ex: Title
          - `submitButton` Button
            - `accessibilityText` string — Ex: connect
            - `action` object — Action data
            - `additionalInformation` string — Ex: connect
            - `color` string — Ex: #f2f2f2
            - `confirmationText` string — Text to show user before executing functionName
            - `functionName` string — Name of function to call
            - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
            - `html` string — Ex: connect
            - `id` string — HTML element id
            - `image` string — Ex: https://image.jpg
            - `ionIcon` string — Ex: ion-refresh
            - `link` string, required — Ex: https://local.quantimo.do
            - `stateName` string — State to go to
            - `stateParams` object — Data to provide to the state
            - `successToastText` string — Text to show user after executing functionName
            - `successAlertTitle` string — Text to show user after executing functionName
            - `successAlertBody` string — Text to show user after executing functionName
            - `text` string, required — Ex: Connect
            - `tooltip` string — Ex: This is a tooltip
            - `webhookUrl` string — Post here on button click
          - `type` 'check_box' | 'date' | 'email' | 'number' | 'postal_code' | 'select_option' | 'string' | 'switch' | 'text_area' | 'unit' | 'variable_category', required — Ex: Title
          - `validationPattern` string — See http://html5pattern.com/ for examples
          - `value` string
        - `ionIcon` string — Ex: ion-refresh
        - `link` string — A link to a web page or something. Not much more to say about that.
        - `parameters` object — Key value pairs derived from user input fields, button clicks, or preset defaults
        - `relatedCards` Card[]
        - `selectedButton` Button
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingBody` string — Ex: sharingBody
        - `sharingButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingTitle` string — Ex: sharingTitle
        - `subHeader` string — Ex: subTitle
        - `subTitle` string — Ex: subTitle
        - `title` string — Ex: Title
      - `bestUserStudyLink` string — Link to study comparing variable with strongest relationship for user
      - `bestUserStudyCard` Card
        - `actionSheetButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `avatar` string — Smaller square image
        - `avatarCircular` string — Smaller circular image
        - `backgroundColor` string — Ex: #f2f2f2
        - `buttons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `buttonsSecondary` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `content` string — Ex: Content
        - `headerTitle` string — Ex: Title
        - `html` string — HTML for the entire card.
        - `htmlContent` string — Ex: <div>Content</div>
        - `id` string, required — HTML element id
        - `image` string — Larger image of variable dimensions
        - `inputFields` InputField[]
          - `displayName` string, required
          - `helpText` string
          - `hint` string
          - `icon` string
          - `id` string — HTML element id
          - `image` string
          - `key` string
          - `labelLeft` string
          - `labelRight` string
          - `link` string
          - `maxLength` integer
          - `maxValue` number
          - `minLength` integer
          - `minValue` number
          - `options` string[] — Selector list options
          - `placeholder` string — Ex: Title
          - `postUrl` string
          - `required` boolean
          - `show` boolean — Ex: Title
          - `submitButton` Button
            - `accessibilityText` string — Ex: connect
            - `action` object — Action data
            - `additionalInformation` string — Ex: connect
            - `color` string — Ex: #f2f2f2
            - `confirmationText` string — Text to show user before executing functionName
            - `functionName` string — Name of function to call
            - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
            - `html` string — Ex: connect
            - `id` string — HTML element id
            - `image` string — Ex: https://image.jpg
            - `ionIcon` string — Ex: ion-refresh
            - `link` string, required — Ex: https://local.quantimo.do
            - `stateName` string — State to go to
            - `stateParams` object — Data to provide to the state
            - `successToastText` string — Text to show user after executing functionName
            - `successAlertTitle` string — Text to show user after executing functionName
            - `successAlertBody` string — Text to show user after executing functionName
            - `text` string, required — Ex: Connect
            - `tooltip` string — Ex: This is a tooltip
            - `webhookUrl` string — Post here on button click
          - `type` 'check_box' | 'date' | 'email' | 'number' | 'postal_code' | 'select_option' | 'string' | 'switch' | 'text_area' | 'unit' | 'variable_category', required — Ex: Title
          - `validationPattern` string — See http://html5pattern.com/ for examples
          - `value` string
        - `ionIcon` string — Ex: ion-refresh
        - `link` string — A link to a web page or something. Not much more to say about that.
        - `parameters` object — Key value pairs derived from user input fields, button clicks, or preset defaults
        - `relatedCards` Card[]
        - `selectedButton` Button
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingBody` string — Ex: sharingBody
        - `sharingButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingTitle` string — Ex: sharingTitle
        - `subHeader` string — Ex: subTitle
        - `subTitle` string — Ex: subTitle
        - `title` string — Ex: Title
      - `bestPopulationStudyLink` string — Link to study comparing variable with strongest relationship for population
      - `bestPopulationStudyCard` Card
        - `actionSheetButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `avatar` string — Smaller square image
        - `avatarCircular` string — Smaller circular image
        - `backgroundColor` string — Ex: #f2f2f2
        - `buttons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `buttonsSecondary` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `content` string — Ex: Content
        - `headerTitle` string — Ex: Title
        - `html` string — HTML for the entire card.
        - `htmlContent` string — Ex: <div>Content</div>
        - `id` string, required — HTML element id
        - `image` string — Larger image of variable dimensions
        - `inputFields` InputField[]
          - `displayName` string, required
          - `helpText` string
          - `hint` string
          - `icon` string
          - `id` string — HTML element id
          - `image` string
          - `key` string
          - `labelLeft` string
          - `labelRight` string
          - `link` string
          - `maxLength` integer
          - `maxValue` number
          - `minLength` integer
          - `minValue` number
          - `options` string[] — Selector list options
          - `placeholder` string — Ex: Title
          - `postUrl` string
          - `required` boolean
          - `show` boolean — Ex: Title
          - `submitButton` Button
            - `accessibilityText` string — Ex: connect
            - `action` object — Action data
            - `additionalInformation` string — Ex: connect
            - `color` string — Ex: #f2f2f2
            - `confirmationText` string — Text to show user before executing functionName
            - `functionName` string — Name of function to call
            - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
            - `html` string — Ex: connect
            - `id` string — HTML element id
            - `image` string — Ex: https://image.jpg
            - `ionIcon` string — Ex: ion-refresh
            - `link` string, required — Ex: https://local.quantimo.do
            - `stateName` string — State to go to
            - `stateParams` object — Data to provide to the state
            - `successToastText` string — Text to show user after executing functionName
            - `successAlertTitle` string — Text to show user after executing functionName
            - `successAlertBody` string — Text to show user after executing functionName
            - `text` string, required — Ex: Connect
            - `tooltip` string — Ex: This is a tooltip
            - `webhookUrl` string — Post here on button click
          - `type` 'check_box' | 'date' | 'email' | 'number' | 'postal_code' | 'select_option' | 'string' | 'switch' | 'text_area' | 'unit' | 'variable_category', required — Ex: Title
          - `validationPattern` string — See http://html5pattern.com/ for examples
          - `value` string
        - `ionIcon` string — Ex: ion-refresh
        - `link` string — A link to a web page or something. Not much more to say about that.
        - `parameters` object — Key value pairs derived from user input fields, button clicks, or preset defaults
        - `relatedCards` Card[]
        - `selectedButton` Button
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingBody` string — Ex: sharingBody
        - `sharingButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingTitle` string — Ex: sharingTitle
        - `subHeader` string — Ex: subTitle
        - `subTitle` string — Ex: subTitle
        - `title` string — Ex: Title
      - `optimalValueMessage` string — Description of relationship with variable with strongest relationship for user or population
      - `commonOptimalValueMessage` string — Description of relationship with variable with strongest relationship for population
      - `userOptimalValueMessage` string — Description of relationship with variable with strongest relationship for user
      - `card` Card
        - `actionSheetButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `avatar` string — Smaller square image
        - `avatarCircular` string — Smaller circular image
        - `backgroundColor` string — Ex: #f2f2f2
        - `buttons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `buttonsSecondary` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `content` string — Ex: Content
        - `headerTitle` string — Ex: Title
        - `html` string — HTML for the entire card.
        - `htmlContent` string — Ex: <div>Content</div>
        - `id` string, required — HTML element id
        - `image` string — Larger image of variable dimensions
        - `inputFields` InputField[]
          - `displayName` string, required
          - `helpText` string
          - `hint` string
          - `icon` string
          - `id` string — HTML element id
          - `image` string
          - `key` string
          - `labelLeft` string
          - `labelRight` string
          - `link` string
          - `maxLength` integer
          - `maxValue` number
          - `minLength` integer
          - `minValue` number
          - `options` string[] — Selector list options
          - `placeholder` string — Ex: Title
          - `postUrl` string
          - `required` boolean
          - `show` boolean — Ex: Title
          - `submitButton` Button
            - `accessibilityText` string — Ex: connect
            - `action` object — Action data
            - `additionalInformation` string — Ex: connect
            - `color` string — Ex: #f2f2f2
            - `confirmationText` string — Text to show user before executing functionName
            - `functionName` string — Name of function to call
            - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
            - `html` string — Ex: connect
            - `id` string — HTML element id
            - `image` string — Ex: https://image.jpg
            - `ionIcon` string — Ex: ion-refresh
            - `link` string, required — Ex: https://local.quantimo.do
            - `stateName` string — State to go to
            - `stateParams` object — Data to provide to the state
            - `successToastText` string — Text to show user after executing functionName
            - `successAlertTitle` string — Text to show user after executing functionName
            - `successAlertBody` string — Text to show user after executing functionName
            - `text` string, required — Ex: Connect
            - `tooltip` string — Ex: This is a tooltip
            - `webhookUrl` string — Post here on button click
          - `type` 'check_box' | 'date' | 'email' | 'number' | 'postal_code' | 'select_option' | 'string' | 'switch' | 'text_area' | 'unit' | 'variable_category', required — Ex: Title
          - `validationPattern` string — See http://html5pattern.com/ for examples
          - `value` string
        - `ionIcon` string — Ex: ion-refresh
        - `link` string — A link to a web page or something. Not much more to say about that.
        - `parameters` object — Key value pairs derived from user input fields, button clicks, or preset defaults
        - `relatedCards` Card[]
        - `selectedButton` Button
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingBody` string — Ex: sharingBody
        - `sharingButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingTitle` string — Ex: sharingTitle
        - `subHeader` string — Ex: subTitle
        - `subTitle` string — Ex: subTitle
        - `title` string — Ex: Title
      - `clientId` string — Your CureDAO client id can be obtained by creating an app at https://builder.quantimo.do
      - `combinationOperation` 'MEAN' | 'SUM' — The way multiple measurements are aggregated over time
      - `createdAt` string — Ex: 2017-07-29 20:49:54 UTC ISO 8601 YYYY-MM-DDThh:mm:ss
      - `displayName` string — Ex: Trader Joe's Bedtime Tea
      - `modifiedValue` number, double — Is the user specified default value or falls back to the last value in user unit. Good for initializing input fields. Unit: User-specified or common.
      - `unitAbbreviatedName` string — Ex: /5
      - `unitCategoryId` integer — Ex: 5
      - `unitCategoryName` string — Ex: Rating
      - `unitId` integer — Ex: 10
      - `unitName` string — Ex: 1 to 5 Rating
      - `defaultValue` number, float — Default value to use for the measurement when tracking
      - `description` string — Valence indicates what type of buttons should be used when recording measurements for this variable. positive - Face buttons with the happiest face equating to a 5/5 rating where higher is better like Overall Mood. negative - Face buttons with happiest face equating to a 1/5 rating where lower is better like Headache Severity. numeric - Just 1 to 5 numeric buttons for neutral variables.
      - `email` boolean — True if the reminders should be delivered via email
      - `fillingValue` integer, required — Ex: 0
      - `iconIcon` string — Ex: ion-sad-outline
      - `id` integer, required — id for the specific PENDING tracking remidner
      - `imageUrl` string — Ex: https://rximage.nlm.nih.gov/image/images/gallery/original/55111-0129-60_RXNAVIMAGE10_B051D81E.jpg
      - `inputType` string — Ex: happiestFaceIsFive
      - `ionIcon` string — Ex: ion-happy-outline
      - `lastValue` number, double — Ex: 3
      - `manualTracking` boolean — True if this variable is normally tracked via manual user input rather than automatic imports
      - `maximumAllowedValue` integer — Ex: 5
      - `minimumAllowedValue` integer — Ex: 1
      - `mostCommonValue` number, double — Ex: 3
      - `notificationBar` boolean — True if the reminders should appear in the notification bar
      - `notifiedAt` string — Ex: UTC ISO 8601 YYYY-MM-DDThh:mm:ss
      - `numberOfUniqueValues` integer — Ex: 5
      - `outcome` boolean — Indicates whether or not the variable is usually an outcome of interest such as a symptom or emotion
      - `pngPath` string — Ex: img/variable_categories/emotions.png
      - `pngUrl` string — Ex: https://web.quantimo.do/img/variable_categories/emotions.png
      - `popUp` boolean — True if the reminders should appear as a popup notification
      - `productUrl` string — Link to associated product for purchase
      - `question` string — Ex: How is your overall mood?
      - `longQuestion` string — Ex: How is your overall mood on a scale of 1 to 5??
      - `reminderEndTime` string — Ex: 01-01-2018
      - `reminderFrequency` integer — How often user should be reminded in seconds. Ex: 86400
      - `reminderSound` string — String identifier for the sound to accompany the reminder
      - `reminderStartTime` string — Earliest time of day at which reminders should appear in UTC HH:MM:SS format
      - `reminderTime` string — UTC ISO 8601 YYYY-MM-DDThh:mm:ss timestamp for the specific time the variable should be tracked in UTC. This will be used for the measurement startTime if the track endpoint is used.
      - `secondMostCommonValue` number, double — Ex: 4
      - `secondToLastValue` number, double — Ex: 1
      - `sms` boolean — True if the reminders should be delivered via SMS
      - `svgUrl` string — Ex: https://web.quantimo.do/img/variable_categories/emotions.svg
      - `thirdMostCommonValue` number, double — Ex: 2
      - `thirdToLastValue` number, double — Ex: 2
      - `title` string — Ex: Rate Overall Mood
      - `total` number, double — Ex: 3
      - `trackAllActions` TrackingReminderNotificationTrackAllAction[], required
        - `action` string, required — Ex: trackAll
        - `callback` string, required — Ex: trackThreeRatingAction
        - `modifiedValue` integer, required — Ex: 3
        - `title` string, required — Ex: Rate 3/5 for all
      - `trackingReminderId` integer — id for the repeating tracking remidner
      - `trackingReminderImageUrl` string — Ex: https://rximage.nlm.nih.gov/image/images/gallery/original/55111-0129-60_RXNAVIMAGE10_B051D81E.jpg
      - `trackingReminderNotificationId` integer — Ex: 5072482
      - `trackingReminderNotificationTime` string — UTC ISO 8601 YYYY-MM-DDThh:mm:ss timestamp for the specific time the variable should be tracked in UTC. This will be used for the measurement startTime if the track endpoint is used.
      - `trackingReminderNotificationTimeEpoch` integer — Ex: 1501534124
      - `trackingReminderNotificationTimeLocal` string — Ex: 15:48:44
      - `trackingReminderNotificationTimeLocalHumanString` string — Ex: 8PM Sun, May 1
      - `updatedAt` string — When the record in the database was last updated. Use UTC ISO 8601 YYYY-MM-DDThh:mm:ss datetime format. Time zone should be UTC and not local.
      - `userId` integer — ID of User
      - `userVariableUnitAbbreviatedName` string — Ex: /5
      - `userVariableUnitCategoryId` integer — Ex: 5
      - `userVariableUnitCategoryName` string — Ex: Rating
      - `userVariableUnitId` integer — Ex: 10
      - `userVariableUnitName` string — Ex: 1 to 5 Rating
      - `userVariableVariableCategoryId` integer — Ex: 1
      - `userVariableVariableCategoryName` string — Ex: Emotions
      - `valence` string — Valence indicates what type of buttons should be used when recording measurements for this variable. positive - Face buttons with the happiest face equating to a 5/5 rating where higher is better like Overall Mood. negative - Face buttons with happiest face equating to a 1/5 rating where lower is better like Headache Severity. numeric - Just 1 to 5 numeric buttons for neutral variables.
      - `variableCategoryId` integer — Ex: 1
      - `variableCategoryImageUrl` string — Ex: https://static.quantimo.do/img/variable_categories/theatre_mask-96.png
      - `variableCategoryName` 'Activity' | 'Books' | 'Causes of Illness' | 'Cognitive Performance' | 'Conditions' | 'Emotions' | 'Environment' | 'Foods' | 'Goals' | 'Locations' | 'Miscellaneous' | 'Movies and TV' | 'Music' | 'Nutrients' | 'Payments' | 'Physical Activities' | 'Physique' | 'Sleep' | 'Social Interactions' | 'Software' | 'Symptoms' | 'Treatments' | 'Vital Signs' — Ex: Emotions, Treatments, Symptoms...
      - `variableId` integer — Id for the variable to be tracked
      - `variableImageUrl` string — Ex: https://image.png
      - `variableName` string — Name of the variable to be used when sending measurements
    - `trackingReminders` TrackingReminder[]
      - `actionArray` TrackingReminderNotificationAction[]
        - `action` string, required — Ex: track
        - `callback` string, required — Ex: trackThreeRatingAction
        - `modifiedValue` integer, required — Ex: 3
        - `title` string, required — Ex: 3/5
        - `longTitle` string — Ex: Rate 3/5
        - `shortTitle` string — Ex: 3
      - `availableUnits` Unit[]
        - `abbreviatedName` string, required — Unit abbreviation
        - `advanced` integer — Ex: 1
        - `category` 'Distance' | 'Duration' | 'Energy' | 'Frequency' | 'Miscellany' | 'Pressure' | 'Proportion' | 'Rating' | 'Temperature' | 'Volume' | 'Weight' | 'Count', required — Unit category
        - `categoryId` integer — Ex: 6
        - `categoryName` string — Ex: Miscellany
        - `conversionSteps` ConversionStep[], required — Conversion steps list
          - `operation` 'ADD' | 'MULTIPLY', required — ADD or MULTIPLY
          - `value` number, double, required — This specifies the order of conversion steps starting with 0
        - `id` integer — Ex: 29
        - `manualTracking` integer — Ex: 0
        - `maximumAllowedValue` number, double — The maximum allowed value for measurements. While you can record a value above this maximum, it will be excluded from the correlation analysis.
        - `maximumValue` integer, required — Ex: 4
        - `minimumAllowedValue` number, double — The minimum allowed value for measurements. While you can record a value below this minimum, it will be excluded from the correlation analysis.
        - `minimumValue` integer — Ex: 0
        - `name` string, required — Unit name
        - `unitCategory` UnitCategory, required
          - `id` integer — id
          - `name` string, required — Category name
          - `standardUnitAbbreviatedName` string — Base unit for in which measurements are to be converted to and stored
      - `bestStudyLink` string — Link to study comparing variable with strongest relationship for user or population
      - `bestStudyCard` Card
        - `actionSheetButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `avatar` string — Smaller square image
        - `avatarCircular` string — Smaller circular image
        - `backgroundColor` string — Ex: #f2f2f2
        - `buttons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `buttonsSecondary` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `content` string — Ex: Content
        - `headerTitle` string — Ex: Title
        - `html` string — HTML for the entire card.
        - `htmlContent` string — Ex: <div>Content</div>
        - `id` string, required — HTML element id
        - `image` string — Larger image of variable dimensions
        - `inputFields` InputField[]
          - `displayName` string, required
          - `helpText` string
          - `hint` string
          - `icon` string
          - `id` string — HTML element id
          - `image` string
          - `key` string
          - `labelLeft` string
          - `labelRight` string
          - `link` string
          - `maxLength` integer
          - `maxValue` number
          - `minLength` integer
          - `minValue` number
          - `options` string[] — Selector list options
          - `placeholder` string — Ex: Title
          - `postUrl` string
          - `required` boolean
          - `show` boolean — Ex: Title
          - `submitButton` Button
            - `accessibilityText` string — Ex: connect
            - `action` object — Action data
            - `additionalInformation` string — Ex: connect
            - `color` string — Ex: #f2f2f2
            - `confirmationText` string — Text to show user before executing functionName
            - `functionName` string — Name of function to call
            - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
            - `html` string — Ex: connect
            - `id` string — HTML element id
            - `image` string — Ex: https://image.jpg
            - `ionIcon` string — Ex: ion-refresh
            - `link` string, required — Ex: https://local.quantimo.do
            - `stateName` string — State to go to
            - `stateParams` object — Data to provide to the state
            - `successToastText` string — Text to show user after executing functionName
            - `successAlertTitle` string — Text to show user after executing functionName
            - `successAlertBody` string — Text to show user after executing functionName
            - `text` string, required — Ex: Connect
            - `tooltip` string — Ex: This is a tooltip
            - `webhookUrl` string — Post here on button click
          - `type` 'check_box' | 'date' | 'email' | 'number' | 'postal_code' | 'select_option' | 'string' | 'switch' | 'text_area' | 'unit' | 'variable_category', required — Ex: Title
          - `validationPattern` string — See http://html5pattern.com/ for examples
          - `value` string
        - `ionIcon` string — Ex: ion-refresh
        - `link` string — A link to a web page or something. Not much more to say about that.
        - `parameters` object — Key value pairs derived from user input fields, button clicks, or preset defaults
        - `relatedCards` Card[]
        - `selectedButton` Button
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingBody` string — Ex: sharingBody
        - `sharingButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingTitle` string — Ex: sharingTitle
        - `subHeader` string — Ex: subTitle
        - `subTitle` string — Ex: subTitle
        - `title` string — Ex: Title
      - `bestUserStudyLink` string — Link to study comparing variable with strongest relationship for user
      - `bestUserStudyCard` Card
        - `actionSheetButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `avatar` string — Smaller square image
        - `avatarCircular` string — Smaller circular image
        - `backgroundColor` string — Ex: #f2f2f2
        - `buttons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `buttonsSecondary` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `content` string — Ex: Content
        - `headerTitle` string — Ex: Title
        - `html` string — HTML for the entire card.
        - `htmlContent` string — Ex: <div>Content</div>
        - `id` string, required — HTML element id
        - `image` string — Larger image of variable dimensions
        - `inputFields` InputField[]
          - `displayName` string, required
          - `helpText` string
          - `hint` string
          - `icon` string
          - `id` string — HTML element id
          - `image` string
          - `key` string
          - `labelLeft` string
          - `labelRight` string
          - `link` string
          - `maxLength` integer
          - `maxValue` number
          - `minLength` integer
          - `minValue` number
          - `options` string[] — Selector list options
          - `placeholder` string — Ex: Title
          - `postUrl` string
          - `required` boolean
          - `show` boolean — Ex: Title
          - `submitButton` Button
            - `accessibilityText` string — Ex: connect
            - `action` object — Action data
            - `additionalInformation` string — Ex: connect
            - `color` string — Ex: #f2f2f2
            - `confirmationText` string — Text to show user before executing functionName
            - `functionName` string — Name of function to call
            - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
            - `html` string — Ex: connect
            - `id` string — HTML element id
            - `image` string — Ex: https://image.jpg
            - `ionIcon` string — Ex: ion-refresh
            - `link` string, required — Ex: https://local.quantimo.do
            - `stateName` string — State to go to
            - `stateParams` object — Data to provide to the state
            - `successToastText` string — Text to show user after executing functionName
            - `successAlertTitle` string — Text to show user after executing functionName
            - `successAlertBody` string — Text to show user after executing functionName
            - `text` string, required — Ex: Connect
            - `tooltip` string — Ex: This is a tooltip
            - `webhookUrl` string — Post here on button click
          - `type` 'check_box' | 'date' | 'email' | 'number' | 'postal_code' | 'select_option' | 'string' | 'switch' | 'text_area' | 'unit' | 'variable_category', required — Ex: Title
          - `validationPattern` string — See http://html5pattern.com/ for examples
          - `value` string
        - `ionIcon` string — Ex: ion-refresh
        - `link` string — A link to a web page or something. Not much more to say about that.
        - `parameters` object — Key value pairs derived from user input fields, button clicks, or preset defaults
        - `relatedCards` Card[]
        - `selectedButton` Button
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingBody` string — Ex: sharingBody
        - `sharingButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingTitle` string — Ex: sharingTitle
        - `subHeader` string — Ex: subTitle
        - `subTitle` string — Ex: subTitle
        - `title` string — Ex: Title
      - `bestPopulationStudyLink` string — Link to study comparing variable with strongest relationship for population
      - `bestPopulationStudyCard` Card
        - `actionSheetButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `avatar` string — Smaller square image
        - `avatarCircular` string — Smaller circular image
        - `backgroundColor` string — Ex: #f2f2f2
        - `buttons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `buttonsSecondary` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `content` string — Ex: Content
        - `headerTitle` string — Ex: Title
        - `html` string — HTML for the entire card.
        - `htmlContent` string — Ex: <div>Content</div>
        - `id` string, required — HTML element id
        - `image` string — Larger image of variable dimensions
        - `inputFields` InputField[]
          - `displayName` string, required
          - `helpText` string
          - `hint` string
          - `icon` string
          - `id` string — HTML element id
          - `image` string
          - `key` string
          - `labelLeft` string
          - `labelRight` string
          - `link` string
          - `maxLength` integer
          - `maxValue` number
          - `minLength` integer
          - `minValue` number
          - `options` string[] — Selector list options
          - `placeholder` string — Ex: Title
          - `postUrl` string
          - `required` boolean
          - `show` boolean — Ex: Title
          - `submitButton` Button
            - `accessibilityText` string — Ex: connect
            - `action` object — Action data
            - `additionalInformation` string — Ex: connect
            - `color` string — Ex: #f2f2f2
            - `confirmationText` string — Text to show user before executing functionName
            - `functionName` string — Name of function to call
            - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
            - `html` string — Ex: connect
            - `id` string — HTML element id
            - `image` string — Ex: https://image.jpg
            - `ionIcon` string — Ex: ion-refresh
            - `link` string, required — Ex: https://local.quantimo.do
            - `stateName` string — State to go to
            - `stateParams` object — Data to provide to the state
            - `successToastText` string — Text to show user after executing functionName
            - `successAlertTitle` string — Text to show user after executing functionName
            - `successAlertBody` string — Text to show user after executing functionName
            - `text` string, required — Ex: Connect
            - `tooltip` string — Ex: This is a tooltip
            - `webhookUrl` string — Post here on button click
          - `type` 'check_box' | 'date' | 'email' | 'number' | 'postal_code' | 'select_option' | 'string' | 'switch' | 'text_area' | 'unit' | 'variable_category', required — Ex: Title
          - `validationPattern` string — See http://html5pattern.com/ for examples
          - `value` string
        - `ionIcon` string — Ex: ion-refresh
        - `link` string — A link to a web page or something. Not much more to say about that.
        - `parameters` object — Key value pairs derived from user input fields, button clicks, or preset defaults
        - `relatedCards` Card[]
        - `selectedButton` Button
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingBody` string — Ex: sharingBody
        - `sharingButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingTitle` string — Ex: sharingTitle
        - `subHeader` string — Ex: subTitle
        - `subTitle` string — Ex: subTitle
        - `title` string — Ex: Title
      - `optimalValueMessage` string — Description of relationship with variable with strongest relationship for user or population
      - `commonOptimalValueMessage` string — Description of relationship with variable with strongest relationship for population
      - `userOptimalValueMessage` string — Description of relationship with variable with strongest relationship for user
      - `card` Card
        - `actionSheetButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `avatar` string — Smaller square image
        - `avatarCircular` string — Smaller circular image
        - `backgroundColor` string — Ex: #f2f2f2
        - `buttons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `buttonsSecondary` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `content` string — Ex: Content
        - `headerTitle` string — Ex: Title
        - `html` string — HTML for the entire card.
        - `htmlContent` string — Ex: <div>Content</div>
        - `id` string, required — HTML element id
        - `image` string — Larger image of variable dimensions
        - `inputFields` InputField[]
          - `displayName` string, required
          - `helpText` string
          - `hint` string
          - `icon` string
          - `id` string — HTML element id
          - `image` string
          - `key` string
          - `labelLeft` string
          - `labelRight` string
          - `link` string
          - `maxLength` integer
          - `maxValue` number
          - `minLength` integer
          - `minValue` number
          - `options` string[] — Selector list options
          - `placeholder` string — Ex: Title
          - `postUrl` string
          - `required` boolean
          - `show` boolean — Ex: Title
          - `submitButton` Button
            - `accessibilityText` string — Ex: connect
            - `action` object — Action data
            - `additionalInformation` string — Ex: connect
            - `color` string — Ex: #f2f2f2
            - `confirmationText` string — Text to show user before executing functionName
            - `functionName` string — Name of function to call
            - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
            - `html` string — Ex: connect
            - `id` string — HTML element id
            - `image` string — Ex: https://image.jpg
            - `ionIcon` string — Ex: ion-refresh
            - `link` string, required — Ex: https://local.quantimo.do
            - `stateName` string — State to go to
            - `stateParams` object — Data to provide to the state
            - `successToastText` string — Text to show user after executing functionName
            - `successAlertTitle` string — Text to show user after executing functionName
            - `successAlertBody` string — Text to show user after executing functionName
            - `text` string, required — Ex: Connect
            - `tooltip` string — Ex: This is a tooltip
            - `webhookUrl` string — Post here on button click
          - `type` 'check_box' | 'date' | 'email' | 'number' | 'postal_code' | 'select_option' | 'string' | 'switch' | 'text_area' | 'unit' | 'variable_category', required — Ex: Title
          - `validationPattern` string — See http://html5pattern.com/ for examples
          - `value` string
        - `ionIcon` string — Ex: ion-refresh
        - `link` string — A link to a web page or something. Not much more to say about that.
        - `parameters` object — Key value pairs derived from user input fields, button clicks, or preset defaults
        - `relatedCards` Card[]
        - `selectedButton` Button
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingBody` string — Ex: sharingBody
        - `sharingButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingTitle` string — Ex: sharingTitle
        - `subHeader` string — Ex: subTitle
        - `subTitle` string — Ex: subTitle
        - `title` string — Ex: Title
      - `clientId` string — Your CureDAO client id can be obtained by creating an app at https://builder.quantimo.do
      - `combinationOperation` 'MEAN' | 'SUM' — The way multiple measurements are aggregated over time
      - `createdAt` string — Ex: 2016-05-18 02:24:08 UTC ISO 8601 YYYY-MM-DDThh:mm:ss
      - `displayName` string — Ex: Trader Joe's Bedtime Tea
      - `unitAbbreviatedName` string, required — Ex: /5
      - `unitCategoryId` integer — Ex: 5
      - `unitCategoryName` string — Ex: Rating
      - `unitId` integer — Ex: 10
      - `unitName` string — Ex: 1 to 5 Rating
      - `defaultValue` number, float — Default value to use for the measurement when tracking. Unit: User-specified or common.
      - `enabled` boolean — If a tracking reminder is enabled, tracking reminder notifications will be generated for this variable.
      - `email` boolean — True if the reminders should be delivered via email
      - `errorMessage` string — Ex: reminderStartTimeLocal is less than $user->earliestReminderTime or greater than $user->latestReminderTime
      - `fillingValue` integer — Ex: 0. Unit: User-specified or common.
      - `firstDailyReminderTime` string — Ex: 02:45:20 in UTC timezone
      - `frequencyTextDescription` string — Ex: Daily
      - `frequencyTextDescriptionWithTime` string — Ex: Daily at 09:45 PM
      - `id` integer — id
      - `inputType` string — Ex: saddestFaceIsFive
      - `instructions` string — Ex: I am an instruction!
      - `ionIcon` string — Ex: ion-sad-outline
      - `lastTracked` string — UTC ISO 8601 YYYY-MM-DDThh:mm:ss timestamp for the last time a measurement was received for this user and variable
      - `lastValue` number, double — Ex: 2
      - `latestTrackingReminderNotificationReminderTime` string — UTC ISO 8601 YYYY-MM-DDThh:mm:ss timestamp for the reminder time of the latest tracking reminder notification that has been pre-emptively generated in the database
      - `localDailyReminderNotificationTimes` string[]
      - `localDailyReminderNotificationTimesForAllReminders` string[]
      - `manualTracking` boolean — Ex: 1
      - `maximumAllowedValue` number, double — Ex: 5. Unit: User-specified or common.
      - `minimumAllowedValue` number, double — Ex: 1. Unit: User-specified or common.
      - `nextReminderTimeEpochSeconds` integer — Ex: 1501555520
      - `notificationBar` boolean — True if the reminders should appear in the notification bar
      - `numberOfRawMeasurements` integer — Ex: 445
      - `numberOfUniqueValues` integer — Ex: 1
      - `outcome` boolean — Indicates whether or not the variable is usually an outcome of interest such as a symptom or emotion
      - `pngPath` string — Ex: img/variable_categories/symptoms.png
      - `pngUrl` string — Ex: https://web.quantimo.do/img/variable_categories/symptoms.png
      - `productUrl` string — Link to associated product for purchase
      - `popUp` boolean — True if the reminders should appear as a popup notification
      - `question` string — Ex: How is your overall mood?
      - `longQuestion` string — Ex: How is your overall mood on a scale of 1 to 5??
      - `reminderEndTime` string — Latest time of day at which reminders should appear in UTC HH:MM:SS format
      - `reminderFrequency` integer, required — Number of seconds between one reminder and the next
      - `reminderSound` string — String identifier for the sound to accompany the reminder
      - `reminderStartEpochSeconds` integer — Ex: 1469760320
      - `reminderStartTime` string — Earliest time of day at which reminders should appear in UTC HH:MM:SS format
      - `reminderStartTimeLocal` string, string — Ex: 21:45:20
      - `reminderStartTimeLocalHumanFormatted` string — Ex: 09:45 PM
      - `repeating` boolean — Ex: true
      - `secondDailyReminderTime` string — Ex: 01:00:00
      - `secondToLastValue` number, double — Ex: 1. Unit: User-specified or common.
      - `sms` boolean — True if the reminders should be delivered via SMS
      - `startTrackingDate` string, string — Earliest date on which the user should be reminded to track in YYYY-MM-DD format
      - `stopTrackingDate` string, string — Latest date on which the user should be reminded to track in YYYY-MM-DD format
      - `svgUrl` string — Ex: https://web.quantimo.do/img/variable_categories/symptoms.svg
      - `thirdDailyReminderTime` string — Ex: 20:00:00
      - `thirdToLastValue` number, double — Ex: 3
      - `trackingReminderId` integer — Ex: 11841
      - `trackingReminderImageUrl` string — Ex: Not Found
      - `upc` string — UPC or other barcode scan result
      - `updatedAt` string — When the record in the database was last updated. Use UTC ISO 8601 YYYY-MM-DDThh:mm:ss datetime format. Time zone should be UTC and not local.
      - `userId` integer — ID of User
      - `userVariableUnitAbbreviatedName` string — Ex: /5
      - `userVariableUnitCategoryId` integer — Ex: 5
      - `userVariableUnitCategoryName` string — Ex: Rating
      - `userVariableUnitId` integer — Ex: 10
      - `userVariableUnitName` string — Ex: 1 to 5 Rating
      - `userVariableVariableCategoryId` integer — Ex: 10
      - `userVariableVariableCategoryName` string — Ex: Symptoms
      - `valence` string — Valence indicates what type of buttons should be used when recording measurements for this variable. positive - Face buttons with the happiest face equating to a 5/5 rating where higher is better like Overall Mood. negative - Face buttons with happiest face equating to a 1/5 rating where lower is better like Headache Severity. numeric - Just 1 to 5 numeric buttons for neutral variables.
      - `valueAndFrequencyTextDescription` string — Ex: Rate daily
      - `valueAndFrequencyTextDescriptionWithTime` string — Ex: Rate daily at 09:45 PM
      - `variableCategoryId` integer — Ex: 10
      - `variableCategoryImageUrl` string — Ex: https://static.quantimo.do/img/variable_categories/sad-96.png
      - `variableCategoryName` 'Activity' | 'Books' | 'Causes of Illness' | 'Cognitive Performance' | 'Conditions' | 'Emotions' | 'Environment' | 'Foods' | 'Goals' | 'Locations' | 'Miscellaneous' | 'Movies and TV' | 'Music' | 'Nutrients' | 'Payments' | 'Physical Activities' | 'Physique' | 'Sleep' | 'Social Interactions' | 'Software' | 'Symptoms' | 'Treatments' | 'Vital Signs', required — Ex: Emotions, Treatments, Symptoms...
      - `variableDescription` string — Valence indicates what type of buttons should be used when recording measurements for this variable. positive - Face buttons with the happiest face equating to a 5/5 rating where higher is better like Overall Mood. negative - Face buttons with happiest face equating to a 1/5 rating where lower is better like Headache Severity. numeric - Just 1 to 5 numeric buttons for neutral variables.
      - `variableId` integer — Id for the variable to be tracked
      - `variableName` string, required — Name of the variable to be used when sending measurements
    - `userVariables` Variable[]
      - `actionArray` TrackingReminderNotificationAction[]
        - `action` string, required — Ex: track
        - `callback` string, required — Ex: trackThreeRatingAction
        - `modifiedValue` integer, required — Ex: 3
        - `title` string, required — Ex: 3/5
        - `longTitle` string — Ex: Rate 3/5
        - `shortTitle` string — Ex: 3
      - `alias` string — User-Defined Variable Setting: Alternative display name
      - `availableUnits` Unit[]
        - `abbreviatedName` string, required — Unit abbreviation
        - `advanced` integer — Ex: 1
        - `category` 'Distance' | 'Duration' | 'Energy' | 'Frequency' | 'Miscellany' | 'Pressure' | 'Proportion' | 'Rating' | 'Temperature' | 'Volume' | 'Weight' | 'Count', required — Unit category
        - `categoryId` integer — Ex: 6
        - `categoryName` string — Ex: Miscellany
        - `conversionSteps` ConversionStep[], required — Conversion steps list
          - `operation` 'ADD' | 'MULTIPLY', required — ADD or MULTIPLY
          - `value` number, double, required — This specifies the order of conversion steps starting with 0
        - `id` integer — Ex: 29
        - `manualTracking` integer — Ex: 0
        - `maximumAllowedValue` number, double — The maximum allowed value for measurements. While you can record a value above this maximum, it will be excluded from the correlation analysis.
        - `maximumValue` integer, required — Ex: 4
        - `minimumAllowedValue` number, double — The minimum allowed value for measurements. While you can record a value below this minimum, it will be excluded from the correlation analysis.
        - `minimumValue` integer — Ex: 0
        - `name` string, required — Unit name
        - `unitCategory` UnitCategory, required
          - `id` integer — id
          - `name` string, required — Category name
          - `standardUnitAbbreviatedName` string — Base unit for in which measurements are to be converted to and stored
      - `bestStudyLink` string — Link to study comparing variable with strongest relationship for user or population
      - `bestStudyCard` Card
        - `actionSheetButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `avatar` string — Smaller square image
        - `avatarCircular` string — Smaller circular image
        - `backgroundColor` string — Ex: #f2f2f2
        - `buttons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `buttonsSecondary` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `content` string — Ex: Content
        - `headerTitle` string — Ex: Title
        - `html` string — HTML for the entire card.
        - `htmlContent` string — Ex: <div>Content</div>
        - `id` string, required — HTML element id
        - `image` string — Larger image of variable dimensions
        - `inputFields` InputField[]
          - `displayName` string, required
          - `helpText` string
          - `hint` string
          - `icon` string
          - `id` string — HTML element id
          - `image` string
          - `key` string
          - `labelLeft` string
          - `labelRight` string
          - `link` string
          - `maxLength` integer
          - `maxValue` number
          - `minLength` integer
          - `minValue` number
          - `options` string[] — Selector list options
          - `placeholder` string — Ex: Title
          - `postUrl` string
          - `required` boolean
          - `show` boolean — Ex: Title
          - `submitButton` Button
            - `accessibilityText` string — Ex: connect
            - `action` object — Action data
            - `additionalInformation` string — Ex: connect
            - `color` string — Ex: #f2f2f2
            - `confirmationText` string — Text to show user before executing functionName
            - `functionName` string — Name of function to call
            - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
            - `html` string — Ex: connect
            - `id` string — HTML element id
            - `image` string — Ex: https://image.jpg
            - `ionIcon` string — Ex: ion-refresh
            - `link` string, required — Ex: https://local.quantimo.do
            - `stateName` string — State to go to
            - `stateParams` object — Data to provide to the state
            - `successToastText` string — Text to show user after executing functionName
            - `successAlertTitle` string — Text to show user after executing functionName
            - `successAlertBody` string — Text to show user after executing functionName
            - `text` string, required — Ex: Connect
            - `tooltip` string — Ex: This is a tooltip
            - `webhookUrl` string — Post here on button click
          - `type` 'check_box' | 'date' | 'email' | 'number' | 'postal_code' | 'select_option' | 'string' | 'switch' | 'text_area' | 'unit' | 'variable_category', required — Ex: Title
          - `validationPattern` string — See http://html5pattern.com/ for examples
          - `value` string
        - `ionIcon` string — Ex: ion-refresh
        - `link` string — A link to a web page or something. Not much more to say about that.
        - `parameters` object — Key value pairs derived from user input fields, button clicks, or preset defaults
        - `relatedCards` Card[]
        - `selectedButton` Button
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingBody` string — Ex: sharingBody
        - `sharingButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingTitle` string — Ex: sharingTitle
        - `subHeader` string — Ex: subTitle
        - `subTitle` string — Ex: subTitle
        - `title` string — Ex: Title
      - `bestUserStudyLink` string — Link to study comparing variable with strongest relationship for user
      - `bestUserStudyCard` Card
        - `actionSheetButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `avatar` string — Smaller square image
        - `avatarCircular` string — Smaller circular image
        - `backgroundColor` string — Ex: #f2f2f2
        - `buttons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `buttonsSecondary` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `content` string — Ex: Content
        - `headerTitle` string — Ex: Title
        - `html` string — HTML for the entire card.
        - `htmlContent` string — Ex: <div>Content</div>
        - `id` string, required — HTML element id
        - `image` string — Larger image of variable dimensions
        - `inputFields` InputField[]
          - `displayName` string, required
          - `helpText` string
          - `hint` string
          - `icon` string
          - `id` string — HTML element id
          - `image` string
          - `key` string
          - `labelLeft` string
          - `labelRight` string
          - `link` string
          - `maxLength` integer
          - `maxValue` number
          - `minLength` integer
          - `minValue` number
          - `options` string[] — Selector list options
          - `placeholder` string — Ex: Title
          - `postUrl` string
          - `required` boolean
          - `show` boolean — Ex: Title
          - `submitButton` Button
            - `accessibilityText` string — Ex: connect
            - `action` object — Action data
            - `additionalInformation` string — Ex: connect
            - `color` string — Ex: #f2f2f2
            - `confirmationText` string — Text to show user before executing functionName
            - `functionName` string — Name of function to call
            - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
            - `html` string — Ex: connect
            - `id` string — HTML element id
            - `image` string — Ex: https://image.jpg
            - `ionIcon` string — Ex: ion-refresh
            - `link` string, required — Ex: https://local.quantimo.do
            - `stateName` string — State to go to
            - `stateParams` object — Data to provide to the state
            - `successToastText` string — Text to show user after executing functionName
            - `successAlertTitle` string — Text to show user after executing functionName
            - `successAlertBody` string — Text to show user after executing functionName
            - `text` string, required — Ex: Connect
            - `tooltip` string — Ex: This is a tooltip
            - `webhookUrl` string — Post here on button click
          - `type` 'check_box' | 'date' | 'email' | 'number' | 'postal_code' | 'select_option' | 'string' | 'switch' | 'text_area' | 'unit' | 'variable_category', required — Ex: Title
          - `validationPattern` string — See http://html5pattern.com/ for examples
          - `value` string
        - `ionIcon` string — Ex: ion-refresh
        - `link` string — A link to a web page or something. Not much more to say about that.
        - `parameters` object — Key value pairs derived from user input fields, button clicks, or preset defaults
        - `relatedCards` Card[]
        - `selectedButton` Button
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingBody` string — Ex: sharingBody
        - `sharingButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `sharingTitle` string — Ex: sharingTitle
        - `subHeader` string — Ex: subTitle
        - `subTitle` string — Ex: subTitle
        - `title` string — Ex: Title
      - `bestPopulationStudyLink` string — Link to study comparing variable with strongest relationship for population
      - `bestPopulationStudyCard` Card
        - `actionSheetButtons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
          - `confirmationText` string — Text to show user before executing functionName
          - `functionName` string — Name of function to call
          - `parameters` object — Data to provide to functionName or be copied to the card parameters when button is clicked and card is posted to the API
          - `html` string — Ex: connect
          - `id` string — HTML element id
          - `image` string — Ex: https://image.jpg
          - `ionIcon` string — Ex: ion-refresh
          - `link` string, required — Ex: https://local.quantimo.do
          - `stateName` string — State to go to
          - `stateParams` object — Data to provide to the state
          - `successToastText` string — Text to show user after executing functionName
          - `successAlertTitle` string — Text to show user after executing functionName
          - `successAlertBody` string — Text to show user after executing functionName
          - `text` string, required — Ex: Connect
          - `tooltip` string — Ex: This is a tooltip
          - `webhookUrl` string — Post here on button click
        - `avatar` string — Smaller square image
        - `avatarCircular` string — Smaller circular image
        - `backgroundColor` string — Ex: #f2f2f2
        - `buttons` Button[]
          - `accessibilityText` string — Ex: connect
          - `action` object — Action data
          - `additionalInformation` string — Ex: connect
          - `color` string — Ex: #f2f2f2
- … truncated; see the full OpenAPI document linked below

---

[API](https://skmtc.net/quantimo/apis/curedao-unified-health-api.md) · [All operations](https://skmtc.net/quantimo/apis/curedao-unified-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quantimo/curedao-unified-health-api/versions/7ac03025c3d2/schema)
