GET
/
v3
/
userVariables
curl --request GET \
  --url https://safe.dfda.earth/api/v3/userVariables \
  --header 'Authorization: Bearer <token>'
[
  {
    "actionArray": [
      {
        "action": "<string>",
        "callback": "<string>",
        "modifiedValue": 123,
        "title": "<string>",
        "longTitle": "<string>",
        "shortTitle": "<string>"
      }
    ],
    "alias": "<string>",
    "availableUnits": [
      {
        "abbreviatedName": "<string>",
        "advanced": 123,
        "category": "Distance",
        "categoryId": 123,
        "categoryName": "<string>",
        "conversionSteps": [
          {
            "operation": "ADD",
            "value": 123
          }
        ],
        "id": 123,
        "image": "<string>",
        "manualTracking": 123,
        "maximumAllowedValue": 123,
        "maximumValue": 123,
        "minimumAllowedValue": 123,
        "minimumValue": 123,
        "name": "<string>",
        "unitCategory": {
          "id": 123,
          "name": "<string>",
          "standardUnitAbbreviatedName": "<string>"
        }
      }
    ],
    "bestStudyLink": "<string>",
    "bestStudyCard": {
      "actionSheetButtons": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "avatar": "<string>",
      "avatarCircular": "<string>",
      "backgroundColor": "<string>",
      "buttons": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "buttonsSecondary": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "content": "<string>",
      "headerTitle": "<string>",
      "html": "<string>",
      "htmlContent": "<string>",
      "id": "<string>",
      "image": "<string>",
      "inputFields": [
        {
          "displayName": "<string>",
          "helpText": "<string>",
          "hint": "<string>",
          "icon": "<string>",
          "id": "<string>",
          "image": "<string>",
          "key": "<string>",
          "labelLeft": "<string>",
          "labelRight": "<string>",
          "link": "<string>",
          "maxLength": 123,
          "maxValue": 123,
          "minLength": 123,
          "minValue": 123,
          "options": [
            "<string>"
          ],
          "placeholder": "<string>",
          "postUrl": "<string>",
          "required": true,
          "show": true,
          "submitButton": {
            "accessibilityText": "<string>",
            "action": {},
            "additionalInformation": "<string>",
            "color": "<string>",
            "confirmationText": "<string>",
            "functionName": "<string>",
            "parameters": {},
            "html": "<string>",
            "id": "<string>",
            "image": "<string>",
            "ionIcon": "<string>",
            "link": "<string>",
            "stateName": "<string>",
            "stateParams": {},
            "successToastText": "<string>",
            "successAlertTitle": "<string>",
            "successAlertBody": "<string>",
            "text": "<string>",
            "tooltip": "<string>",
            "webhookUrl": "<string>"
          },
          "type": "check_box",
          "validationPattern": "<string>",
          "value": "<string>"
        }
      ],
      "ionIcon": "<string>",
      "link": "<string>",
      "parameters": {},
      "selectedButton": {
        "accessibilityText": "<string>",
        "action": {},
        "additionalInformation": "<string>",
        "color": "<string>",
        "confirmationText": "<string>",
        "functionName": "<string>",
        "parameters": {},
        "html": "<string>",
        "id": "<string>",
        "image": "<string>",
        "ionIcon": "<string>",
        "link": "<string>",
        "stateName": "<string>",
        "stateParams": {},
        "successToastText": "<string>",
        "successAlertTitle": "<string>",
        "successAlertBody": "<string>",
        "text": "<string>",
        "tooltip": "<string>",
        "webhookUrl": "<string>"
      },
      "sharingBody": "<string>",
      "sharingButtons": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "sharingTitle": "<string>",
      "subHeader": "<string>",
      "subTitle": "<string>",
      "title": "<string>"
    },
    "bestUserStudyLink": "<string>",
    "bestUserStudyCard": {
      "actionSheetButtons": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "avatar": "<string>",
      "avatarCircular": "<string>",
      "backgroundColor": "<string>",
      "buttons": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "buttonsSecondary": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "content": "<string>",
      "headerTitle": "<string>",
      "html": "<string>",
      "htmlContent": "<string>",
      "id": "<string>",
      "image": "<string>",
      "inputFields": [
        {
          "displayName": "<string>",
          "helpText": "<string>",
          "hint": "<string>",
          "icon": "<string>",
          "id": "<string>",
          "image": "<string>",
          "key": "<string>",
          "labelLeft": "<string>",
          "labelRight": "<string>",
          "link": "<string>",
          "maxLength": 123,
          "maxValue": 123,
          "minLength": 123,
          "minValue": 123,
          "options": [
            "<string>"
          ],
          "placeholder": "<string>",
          "postUrl": "<string>",
          "required": true,
          "show": true,
          "submitButton": {
            "accessibilityText": "<string>",
            "action": {},
            "additionalInformation": "<string>",
            "color": "<string>",
            "confirmationText": "<string>",
            "functionName": "<string>",
            "parameters": {},
            "html": "<string>",
            "id": "<string>",
            "image": "<string>",
            "ionIcon": "<string>",
            "link": "<string>",
            "stateName": "<string>",
            "stateParams": {},
            "successToastText": "<string>",
            "successAlertTitle": "<string>",
            "successAlertBody": "<string>",
            "text": "<string>",
            "tooltip": "<string>",
            "webhookUrl": "<string>"
          },
          "type": "check_box",
          "validationPattern": "<string>",
          "value": "<string>"
        }
      ],
      "ionIcon": "<string>",
      "link": "<string>",
      "parameters": {},
      "selectedButton": {
        "accessibilityText": "<string>",
        "action": {},
        "additionalInformation": "<string>",
        "color": "<string>",
        "confirmationText": "<string>",
        "functionName": "<string>",
        "parameters": {},
        "html": "<string>",
        "id": "<string>",
        "image": "<string>",
        "ionIcon": "<string>",
        "link": "<string>",
        "stateName": "<string>",
        "stateParams": {},
        "successToastText": "<string>",
        "successAlertTitle": "<string>",
        "successAlertBody": "<string>",
        "text": "<string>",
        "tooltip": "<string>",
        "webhookUrl": "<string>"
      },
      "sharingBody": "<string>",
      "sharingButtons": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "sharingTitle": "<string>",
      "subHeader": "<string>",
      "subTitle": "<string>",
      "title": "<string>"
    },
    "bestPopulationStudyLink": "<string>",
    "bestPopulationStudyCard": {
      "actionSheetButtons": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "avatar": "<string>",
      "avatarCircular": "<string>",
      "backgroundColor": "<string>",
      "buttons": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "buttonsSecondary": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "content": "<string>",
      "headerTitle": "<string>",
      "html": "<string>",
      "htmlContent": "<string>",
      "id": "<string>",
      "image": "<string>",
      "inputFields": [
        {
          "displayName": "<string>",
          "helpText": "<string>",
          "hint": "<string>",
          "icon": "<string>",
          "id": "<string>",
          "image": "<string>",
          "key": "<string>",
          "labelLeft": "<string>",
          "labelRight": "<string>",
          "link": "<string>",
          "maxLength": 123,
          "maxValue": 123,
          "minLength": 123,
          "minValue": 123,
          "options": [
            "<string>"
          ],
          "placeholder": "<string>",
          "postUrl": "<string>",
          "required": true,
          "show": true,
          "submitButton": {
            "accessibilityText": "<string>",
            "action": {},
            "additionalInformation": "<string>",
            "color": "<string>",
            "confirmationText": "<string>",
            "functionName": "<string>",
            "parameters": {},
            "html": "<string>",
            "id": "<string>",
            "image": "<string>",
            "ionIcon": "<string>",
            "link": "<string>",
            "stateName": "<string>",
            "stateParams": {},
            "successToastText": "<string>",
            "successAlertTitle": "<string>",
            "successAlertBody": "<string>",
            "text": "<string>",
            "tooltip": "<string>",
            "webhookUrl": "<string>"
          },
          "type": "check_box",
          "validationPattern": "<string>",
          "value": "<string>"
        }
      ],
      "ionIcon": "<string>",
      "link": "<string>",
      "parameters": {},
      "selectedButton": {
        "accessibilityText": "<string>",
        "action": {},
        "additionalInformation": "<string>",
        "color": "<string>",
        "confirmationText": "<string>",
        "functionName": "<string>",
        "parameters": {},
        "html": "<string>",
        "id": "<string>",
        "image": "<string>",
        "ionIcon": "<string>",
        "link": "<string>",
        "stateName": "<string>",
        "stateParams": {},
        "successToastText": "<string>",
        "successAlertTitle": "<string>",
        "successAlertBody": "<string>",
        "text": "<string>",
        "tooltip": "<string>",
        "webhookUrl": "<string>"
      },
      "sharingBody": "<string>",
      "sharingButtons": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "sharingTitle": "<string>",
      "subHeader": "<string>",
      "subTitle": "<string>",
      "title": "<string>"
    },
    "optimalValueMessage": "<string>",
    "commonOptimalValueMessage": "<string>",
    "userOptimalValueMessage": "<string>",
    "card": {
      "actionSheetButtons": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "avatar": "<string>",
      "avatarCircular": "<string>",
      "backgroundColor": "<string>",
      "buttons": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "buttonsSecondary": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "content": "<string>",
      "headerTitle": "<string>",
      "html": "<string>",
      "htmlContent": "<string>",
      "id": "<string>",
      "image": "<string>",
      "inputFields": [
        {
          "displayName": "<string>",
          "helpText": "<string>",
          "hint": "<string>",
          "icon": "<string>",
          "id": "<string>",
          "image": "<string>",
          "key": "<string>",
          "labelLeft": "<string>",
          "labelRight": "<string>",
          "link": "<string>",
          "maxLength": 123,
          "maxValue": 123,
          "minLength": 123,
          "minValue": 123,
          "options": [
            "<string>"
          ],
          "placeholder": "<string>",
          "postUrl": "<string>",
          "required": true,
          "show": true,
          "submitButton": {
            "accessibilityText": "<string>",
            "action": {},
            "additionalInformation": "<string>",
            "color": "<string>",
            "confirmationText": "<string>",
            "functionName": "<string>",
            "parameters": {},
            "html": "<string>",
            "id": "<string>",
            "image": "<string>",
            "ionIcon": "<string>",
            "link": "<string>",
            "stateName": "<string>",
            "stateParams": {},
            "successToastText": "<string>",
            "successAlertTitle": "<string>",
            "successAlertBody": "<string>",
            "text": "<string>",
            "tooltip": "<string>",
            "webhookUrl": "<string>"
          },
          "type": "check_box",
          "validationPattern": "<string>",
          "value": "<string>"
        }
      ],
      "ionIcon": "<string>",
      "link": "<string>",
      "parameters": {},
      "selectedButton": {
        "accessibilityText": "<string>",
        "action": {},
        "additionalInformation": "<string>",
        "color": "<string>",
        "confirmationText": "<string>",
        "functionName": "<string>",
        "parameters": {},
        "html": "<string>",
        "id": "<string>",
        "image": "<string>",
        "ionIcon": "<string>",
        "link": "<string>",
        "stateName": "<string>",
        "stateParams": {},
        "successToastText": "<string>",
        "successAlertTitle": "<string>",
        "successAlertBody": "<string>",
        "text": "<string>",
        "tooltip": "<string>",
        "webhookUrl": "<string>"
      },
      "sharingBody": "<string>",
      "sharingButtons": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "sharingTitle": "<string>",
      "subHeader": "<string>",
      "subTitle": "<string>",
      "title": "<string>"
    },
    "causeOnly": true,
    "charts": {
      "hourlyColumnChart": {
        "highchartConfig": {},
        "chartId": "<string>",
        "chartTitle": "<string>",
        "explanation": "<string>",
        "svgUrl": "<string>",
        "svg": "<string>"
      },
      "monthlyColumnChart": {
        "highchartConfig": {},
        "chartId": "<string>",
        "chartTitle": "<string>",
        "explanation": "<string>",
        "svgUrl": "<string>",
        "svg": "<string>"
      },
      "distributionColumnChart": {
        "highchartConfig": {},
        "chartId": "<string>",
        "chartTitle": "<string>",
        "explanation": "<string>",
        "svgUrl": "<string>",
        "svg": "<string>"
      },
      "weekdayColumnChart": {
        "highchartConfig": {},
        "chartId": "<string>",
        "chartTitle": "<string>",
        "explanation": "<string>",
        "svgUrl": "<string>",
        "svg": "<string>"
      },
      "lineChartWithoutSmoothing": {
        "highchartConfig": {},
        "chartId": "<string>",
        "chartTitle": "<string>",
        "explanation": "<string>",
        "svgUrl": "<string>",
        "svg": "<string>"
      },
      "lineChartWithSmoothing": {
        "highchartConfig": {},
        "chartId": "<string>",
        "chartTitle": "<string>",
        "explanation": "<string>",
        "svgUrl": "<string>",
        "svg": "<string>"
      }
    },
    "chartsLinkDynamic": "<string>",
    "chartsLinkEmail": "<string>",
    "chartsLinkFacebook": "<string>",
    "chartsLinkGoogle": "<string>",
    "chartsLinkStatic": "<string>",
    "chartsLinkTwitter": "<string>",
    "childCommonTagVariables": [
      "<any>"
    ],
    "childUserTagVariables": [
      "<any>"
    ],
    "clientId": "<string>",
    "combinationOperation": "MEAN",
    "commonAlias": "<string>",
    "commonTaggedVariables": [
      "<any>"
    ],
    "commonTagVariables": [
      "<any>"
    ],
    "createdAt": "<string>",
    "dataSourceNames": "<string>",
    "dataSources": [
      "<any>"
    ],
    "description": "<string>",
    "displayName": "<string>",
    "durationOfAction": 123,
    "durationOfActionInHours": 123,
    "earliestFillingTime": 123,
    "earliestMeasurementTime": 123,
    "earliestSourceTime": 123,
    "errorMessage": "<string>",
    "experimentEndTime": "<string>",
    "experimentStartTime": "<string>",
    "fillingType": "none",
    "fillingValue": 123,
    "iconIcon": "<string>",
    "id": 123,
    "imageUrl": "<string>",
    "informationalUrl": "<string>",
    "ingredientOfCommonTagVariables": [
      "<any>"
    ],
    "ingredientCommonTagVariables": [
      "<any>"
    ],
    "ingredientOfUserTagVariables": [
      "<any>"
    ],
    "ingredientUserTagVariables": [
      "<any>"
    ],
    "inputType": "<string>",
    "ionIcon": "<string>",
    "joinedCommonTagVariables": [
      "<any>"
    ],
    "joinedUserTagVariables": [
      "<any>"
    ],
    "joinWith": 123,
    "kurtosis": 123,
    "lastProcessedDailyValue": 123,
    "lastSuccessfulUpdateTime": "<string>",
    "lastValue": 123,
    "latestFillingTime": 123,
    "latestMeasurementTime": 123,
    "latestSourceTime": 123,
    "latestUserMeasurementTime": 123,
    "latitude": 123,
    "location": "<string>",
    "longitude": 123,
    "manualTracking": true,
    "maximumAllowedDailyValue": 123,
    "maximumAllowedValue": 123,
    "maximumRecordedDailyValue": 123,
    "maximumRecordedValue": 123,
    "mean": 123,
    "measurementsAtLastAnalysis": 123,
    "median": 123,
    "minimumAllowedValue": 123,
    "minimumAllowedDailyValue": 123,
    "minimumNonZeroValue": 123,
    "minimumRecordedValue": 123,
    "mostCommonConnectorId": 123,
    "mostCommonOriginalUnitId": 123,
    "mostCommonUnitId": 123,
    "mostCommonValue": 123,
    "name": "<string>",
    "numberOfGlobalVariableRelationshipsAsCause": 123,
    "numberOfGlobalVariableRelationshipsAsEffect": 123,
    "numberOfChanges": 123,
    "numberOfCorrelations": 123,
    "numberOfCorrelationsAsCause": 123,
    "numberOfCorrelationsAsEffect": 123,
    "numberOfProcessedDailyMeasurements": 123,
    "numberOfRawMeasurements": 123,
    "numberOfTrackingReminders": 123,
    "numberOfUniqueDailyValues": 123,
    "numberOfUniqueValues": 123,
    "numberOfUserVariableRelationshipsAsCause": 123,
    "numberOfUserVariableRelationshipsAsEffect": 123,
    "numberOfUserVariables": 123,
    "onsetDelay": 123,
    "onsetDelayInHours": 123,
    "outcome": true,
    "outcomeOfInterest": true,
    "parentCommonTagVariables": [
      "<any>"
    ],
    "parentUserTagVariables": [
      "<any>"
    ],
    "pngPath": "<string>",
    "pngUrl": "<string>",
    "predictorOfInterest": 123,
    "price": 123,
    "productUrl": "<string>",
    "public": true,
    "question": "<string>",
    "longQuestion": "<string>",
    "rawMeasurementsAtLastAnalysis": 123,
    "secondMostCommonValue": 123,
    "secondToLastValue": 123,
    "shareUserMeasurements": true,
    "skewness": 123,
    "standardDeviation": 123,
    "status": "<string>",
    "subtitle": "<string>",
    "svgUrl": "<string>",
    "thirdMostCommonValue": 123,
    "thirdToLastValue": 123,
    "trackingInstructions": "<string>",
    "trackingInstructionsCard": {
      "actionSheetButtons": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "avatar": "<string>",
      "avatarCircular": "<string>",
      "backgroundColor": "<string>",
      "buttons": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "buttonsSecondary": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "content": "<string>",
      "headerTitle": "<string>",
      "html": "<string>",
      "htmlContent": "<string>",
      "id": "<string>",
      "image": "<string>",
      "inputFields": [
        {
          "displayName": "<string>",
          "helpText": "<string>",
          "hint": "<string>",
          "icon": "<string>",
          "id": "<string>",
          "image": "<string>",
          "key": "<string>",
          "labelLeft": "<string>",
          "labelRight": "<string>",
          "link": "<string>",
          "maxLength": 123,
          "maxValue": 123,
          "minLength": 123,
          "minValue": 123,
          "options": [
            "<string>"
          ],
          "placeholder": "<string>",
          "postUrl": "<string>",
          "required": true,
          "show": true,
          "submitButton": {
            "accessibilityText": "<string>",
            "action": {},
            "additionalInformation": "<string>",
            "color": "<string>",
            "confirmationText": "<string>",
            "functionName": "<string>",
            "parameters": {},
            "html": "<string>",
            "id": "<string>",
            "image": "<string>",
            "ionIcon": "<string>",
            "link": "<string>",
            "stateName": "<string>",
            "stateParams": {},
            "successToastText": "<string>",
            "successAlertTitle": "<string>",
            "successAlertBody": "<string>",
            "text": "<string>",
            "tooltip": "<string>",
            "webhookUrl": "<string>"
          },
          "type": "check_box",
          "validationPattern": "<string>",
          "value": "<string>"
        }
      ],
      "ionIcon": "<string>",
      "link": "<string>",
      "parameters": {},
      "selectedButton": {
        "accessibilityText": "<string>",
        "action": {},
        "additionalInformation": "<string>",
        "color": "<string>",
        "confirmationText": "<string>",
        "functionName": "<string>",
        "parameters": {},
        "html": "<string>",
        "id": "<string>",
        "image": "<string>",
        "ionIcon": "<string>",
        "link": "<string>",
        "stateName": "<string>",
        "stateParams": {},
        "successToastText": "<string>",
        "successAlertTitle": "<string>",
        "successAlertBody": "<string>",
        "text": "<string>",
        "tooltip": "<string>",
        "webhookUrl": "<string>"
      },
      "sharingBody": "<string>",
      "sharingButtons": [
        {
          "accessibilityText": "<string>",
          "action": {},
          "additionalInformation": "<string>",
          "color": "<string>",
          "confirmationText": "<string>",
          "functionName": "<string>",
          "parameters": {},
          "html": "<string>",
          "id": "<string>",
          "image": "<string>",
          "ionIcon": "<string>",
          "link": "<string>",
          "stateName": "<string>",
          "stateParams": {},
          "successToastText": "<string>",
          "successAlertTitle": "<string>",
          "successAlertBody": "<string>",
          "text": "<string>",
          "tooltip": "<string>",
          "webhookUrl": "<string>"
        }
      ],
      "sharingTitle": "<string>",
      "subHeader": "<string>",
      "subTitle": "<string>",
      "title": "<string>"
    },
    "unit": {
      "abbreviatedName": "<string>",
      "advanced": 123,
      "category": "Distance",
      "categoryId": 123,
      "categoryName": "<string>",
      "conversionSteps": [
        {
          "operation": "ADD",
          "value": 123
        }
      ],
      "id": 123,
      "image": "<string>",
      "manualTracking": 123,
      "maximumAllowedValue": 123,
      "maximumValue": 123,
      "minimumAllowedValue": 123,
      "minimumValue": 123,
      "name": "<string>",
      "unitCategory": {
        "id": 123,
        "name": "<string>",
        "standardUnitAbbreviatedName": "<string>"
      }
    },
    "unitAbbreviatedName": "<string>",
    "unitCategoryId": 123,
    "unitCategoryName": "<string>",
    "unitId": 123,
    "unitName": "<string>",
    "upc": "<string>",
    "updated": 123,
    "updatedAt": "<string>",
    "updatedTime": "<string>",
    "userId": 123,
    "userTaggedVariables": [
      "<any>"
    ],
    "userTagVariables": [
      "<any>"
    ],
    "userVariableUnitAbbreviatedName": "<string>",
    "userVariableUnitCategoryId": 123,
    "userVariableUnitCategoryName": "<string>",
    "userVariableUnitId": 123,
    "userVariableId": 123,
    "userVariableUnitName": "<string>",
    "variableCategory": {
      "appType": "<string>",
      "causeOnly": true,
      "combinationOperation": "<string>",
      "createdTime": "<string>",
      "unitAbbreviatedName": "<string>",
      "unitId": 123,
      "durationOfAction": 123,
      "fillingValue": 123,
      "helpText": "<string>",
      "id": 123,
      "imageUrl": "<string>",
      "ionIcon": "<string>",
      "manualTracking": true,
      "maximumAllowedValue": "<string>",
      "measurementSynonymSingularLowercase": "<string>",
      "minimumAllowedValue": "<string>",
      "moreInfo": "<string>",
      "name": "<string>",
      "onsetDelay": 123,
      "outcome": true,
      "pngPath": "<string>",
      "pngUrl": "<string>",
      "public": true,
      "svgPath": "<string>",
      "svgUrl": "<string>",
      "updated": 123,
      "updatedTime": "<string>",
      "variableCategoryName": "Activity",
      "variableCategoryNameSingular": "<string>"
    },
    "joinedVariables": [
      "<any>"
    ],
    "valence": "<string>",
    "variableCategoryId": 123,
    "variableCategoryName": "Activity",
    "variableId": 123,
    "variableName": "<string>",
    "variance": 123,
    "wikipediaTitle": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Enter your bearer token in the format Bearer access_token_here

Query Parameters

includeCharts
boolean

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

numberOfRawMeasurements
string

Filter variables by the total number of measurements that they have. This could be used of you want to filter or sort by popularity.

variableCategoryName
enum<string>

Ex: Emotions, Treatments, Symptoms...

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

Name of the variable. To get results matching a substring, add % as a wildcard as the first and/or last character of a query string parameter. In order to get variables that contain Mood, the following query should be used: ?variableName=%Mood%

variableName
string

Name of the variable you want measurements for

updatedAt
string

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

sourceName
string

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

earliestMeasurementTime
string

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

latestMeasurementTime
string

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

id
integer

Common variable id

lastSourceName
string

Limit variables to those which measurements were last submitted by a specific source. So if you have a client application and you only want variables that were last updated by your app, you can include the name of your app here

limit
integer
default:100

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

offset
integer

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

Required range: x >= 0
sort
string

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

includePublic
boolean

Include variables the user has no measurements for

manualTracking
boolean

Only include variables tracked manually by the user

clientId
string

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

upc
string

UPC or other barcode scan result

effectOrCause
string

Provided variable is the effect or cause

publicEffectOrCause
string

Ex:

exactMatch
boolean

Require exact match

variableCategoryId
integer

Ex: 13

includePrivate
boolean

Include user-specific variables in results

searchPhrase
string

Ex: %Body Fat%

synonyms
string

Ex: McDonalds hotcake

taggedVariableId
integer

Id of the tagged variable (i.e. Lollipop) you would like to get variables it can be tagged with (i.e. Sugar). Converted measurements of the tagged variable are included in analysis of the tag variable (i.e. ingredient).

tagVariableId
integer

Id of the tag variable (i.e. Sugar) you would like to get variables it can be tagged to (i.e. Lollipop). Converted measurements of the tagged variable are included in analysis of the tag variable (i.e. ingredient).

joinVariableId
integer

Id of the variable you would like to get variables that can be joined to. This is used to merge duplicate variables. If joinVariableId is specified, this returns only variables eligible to be joined to the variable specified by the joinVariableId.

parentUserTagVariableId
integer

Id of the parent category variable (i.e. Fruit) you would like to get eligible child sub-type variables (i.e. Apple) for. Child variable measurements will be included in analysis of the parent variable. For instance, a child sub-type of the parent category Fruit could be Apple. When Apple is tagged with the parent category Fruit, Apple measurements will be included when Fruit is analyzed.

childUserTagVariableId
integer

Id of the child sub-type variable (i.e. Apple) you would like to get eligible parent variables (i.e. Fruit) for. Child variable measurements will be included in analysis of the parent variable. For instance, a child sub-type of the parent category Fruit could be Apple. When Apple is tagged with the parent category Fruit, Apple measurements will be included when Fruit is analyzed.

ingredientUserTagVariableId
integer

Id of the ingredient variable (i.e. Fructose) you would like to get eligible ingredientOf variables (i.e. Apple) for. IngredientOf variable measurements will be included in analysis of the ingredient variable. For instance, a ingredientOf of variable Fruit could be Apple.

ingredientOfUserTagVariableId
integer

Id of the ingredientOf variable (i.e. Apple) you would like to get eligible ingredient variables (i.e. Fructose) for. IngredientOf variable measurements will be included in analysis of the ingredient variable. For instance, a ingredientOf of variable Fruit could be Apple.

commonOnly
boolean

Return only public and aggregated common variable data instead of user-specific variables

userOnly
boolean

Return only user-specific variables and data, excluding common aggregated variable data

includeTags
boolean

Return parent, child, duplicate, and ingredient variables

recalculate
boolean

Recalculate instead of using cached analysis

variableId
integer

Ex: 13

concise
boolean

Only return field required for variable auto-complete searches. The smaller size allows for storing more variable results locally reducing API requests.

refresh
boolean

Regenerate charts instead of getting from the cache

Response

200
application/json

User variables returned

The response is of type object[].