Get measurements for this userAsk AIget https://app.quantimo.do/api/v3/measurementsMeasurements are any value that can be recorded like daily steps, a mood rating, or apples eaten.Query ParamsvariableNamestringName of the variable you want measurements forsortstringSort by one of the listed field names. If the field name is prefixed with -, it will sort in descending order.limitintegerDefaults to 100The 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.offsetinteger≥ 0OFFSET 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.variableCategoryNamestringenumEx: Emotions, Treatments, Symptoms...ActivitiesBooksCauses of IllnessCognitive PerformanceConditionsEmotionsEnvironmentFoodsLocationMiscellaneousMovies and TVMusicNutrientsPaymentsPhysical ActivityPhysiqueSleepSocial InteractionsSoftwareSymptomsTreatmentsVital SignsGoalsShow 23 enum valuesupdatedAtstringWhen the record was last updated. Use UTC ISO 8601 YYYY-MM-DDThh:mm:ss datetime format. Time zone should be UTC and not local.userIdnumberUser's idsourceNamestringID of the source you want measurements for (supports exact name match only)connectorNamestringEx: facebookvaluestringValue of measurementunitNamestringenumEx: Milligrams% Recommended Daily Allowance-4 to 4 Rating0 to 1 Rating0 to 5 Rating1 to 10 Rating1 to 5 RatingApplicationsBeats per MinuteCaloriesCapsulesCentimetersCountDegrees CelsiusDegrees EastDegrees FahrenheitDegrees NorthDollarsDropsEventFeetGramsHoursInchesIndexKilocaloriesKilogramsKilometersLitersMetersMicrogramsMicrograms per decilitreMilesMilligramsMillilitersMillimetersMillimeters MercMillisecondsMinutesPascalPercentPiecesPillsPoundsPuffsSecondsServingSpraysTabletsTorrUnitsYes/Noper MinuteDosesQuartsOuncesInternational UnitsMeters per SecondShow 57 enum valuesearliestMeasurementTimestringExcluded 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.latestMeasurementTimestringExcluded 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.createdAtstringWhen the record was first created. Use UTC ISO 8601 YYYY-MM-DDThh:mm:ss datetime format. Time zone should be UTC and not local.idintegerMeasurement idgroupingWidthintegerThe time (in seconds) over which measurements are grouped togethergroupingTimezonestringThe time (in seconds) over which measurements are grouped togetherdoNotProcessbooleanEx: truetruefalseclientIdstringYour CureDAO client id can be obtained by creating an app at https://builder.quantimo.dodoNotConvertbooleanEx: 1truefalseminMaxFilterbooleanEx: 1truefalseResponses 200Successful operation 401Not AuthenticatedUpdated about 4 years ago