Skip to main content
GET
/
api
/
dashboard
/
content
/
weekly
Current weekly review
curl --request GET \
  --url https://api.example.com/api/dashboard/content/weekly \
  --header 'Authorization: Bearer <token>'
{
  "content": "<string>",
  "date": "<string>",
  "week_start": "<string>",
  "week_end": "<string>",
  "is_fallback": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

date
string | null

ISO date (default: today)

Response

Successful Response

Content widget data for daily note / weekly review.

content
string | null
date
string | null
week_start
string | null
week_end
string | null
is_fallback
boolean
default:false