---
title: "Get specific tracking reminder notifications"
method: GET
path: "/v3/trackingReminderNotifications"
tags: ["reminders"]
---

# Get specific tracking reminder notifications

`GET /v3/trackingReminderNotifications`

Specific tracking reminder notification instances that still need to be tracked.

## Query parameters

- `sort` string
- `userId` number
- `createdAt` string
- `updatedAt` string
- `limit` integer
- `offset` integer
- `variableCategoryName` 'Activities' | 'Books' | 'Causes of Illness' | 'Cognitive Performance' | 'Conditions' | 'Emotions' | 'Environment' | 'Foods' | 'Location' | 'Miscellaneous' | 'Movies and TV' | 'Music' | 'Nutrients' | 'Payments' | 'Physical Activity' | 'Physique' | 'Sleep' | 'Social Interactions' | 'Software' | 'Symptoms' | 'Treatments' | 'Vital Signs' | 'Goals'
- `reminderTime` string
- `clientId` string
- `onlyPast` boolean
- `includeDeleted` boolean

## Response `200`

Successful operation

- GetTrackingReminderNotificationsResponse
  - `data` 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
  - `description` string, required — Can be used as body of help info popup
  - `summary` string, required — Can be used as title in help info popup
  - `errors` Error[] — Array of error objects with message property
    - `message` string, required — Error message
  - `status` string — ex. OK or ERROR
  - `success` boolean — true or false
  - `code` number — Response code such as 200
  - `link` string — A super neat url you might want to share with your users!
  - `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

---

[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)
