Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oura_api/mod.ts>Oura#getDailyActivityDocuments

Deno project to interact with v2 of the Oura Ring API
Go to Latest
method Oura.prototype.getDailyActivityDocuments
Re-export
import { Oura } from "https://deno.land/x/oura_api@0.4.0/mod.ts";

Retrieves daily activity documents for a specified date range.

Parameters

startDate: DateFormat
  • Start date of the period in string format (e.g., 'YYYY-MM-DD').
endDate: DateFormat
  • End date of the period in string format (e.g., 'YYYY-MM-DD').

Returns

A DailyActivityDocuments typed object.