List Datapoint Access Events by date range

Return the individual datapoint access events for the authenticated user within a date window.

Inputs

  • start_at and end_at are dates (YYYY-MM-DD).
  • Internally, start_at expands to the start of that day in the current Django timezone; end_at expands to the end of that day in the current Django timezone.

Defaults

  • If start_at is omitted, it defaults to the first day of the current month at 00:00:00 (current timezone).
  • If end_at is omitted, it defaults to now (current datetime in the current timezone).

Behavior

  • The window is inclusive: start_at ≤ timestamp ≤ end_at.
  • Results are ordered by timestamp ascending.

Response

  • A paginated list of datapoint access events.
Query Params
date

End date (YYYY-MM-DD) of the inclusive window. Defaults to today's date (and current time) if omitted.

integer

Number of results to return per page.

integer

The initial index from which to return results.

date

Start date (YYYY-MM-DD) of the inclusive window. Defaults to the first day of the current month if omitted.

Responses

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json