---
title: "Cholesterol/Triglycerides"
method: GET
path: "/v2/timeseries/{user_id}/cholesterol/triglycerides"
tags: ["timeseries"]
deprecated: true
---

# Cholesterol/Triglycerides

`GET /v2/timeseries/{user_id}/cholesterol/triglycerides`

> **Deprecated.**

## Path parameters

- `user_id` string, uuid, required

## Query parameters

- `provider` string — Provider oura/strava etc
- `start_date` string, required — Date from in YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 00:00:00
- `end_date` string, nullable — Date to YYYY-MM-DD or ISO formatted date time. If a date is provided without a time, the time will be set to 23:59:59

## Response `200`

Successful Response

- ClientFacingCholesterolTimeseries[]
  - `id` integer, nullable — Deprecated
  - `timezone_offset` integer, nullable — Time zone UTC offset in seconds. Positive offset indicates east of UTC; negative offset indicates west of UTC; and null indicates the time zone information is unavailable at source.
  - `type` string, required — The reading type of the measurement.
  - `unit` string, required — Measured in mmol/L.
  - `timestamp` string, date-time, required — The timestamp of the measurement.
  - `value` number, required — The value of the measurement.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryvital/apis/junction-api.md) · [All operations](https://skmtc.net/tryvital/apis/junction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryvital/junction-api/versions/d28f5cec7d79/schema)
