Retrieve a user's move history

Fetches a paginated list of a user's recorded moves, ordered by start date and time in descending order (most recent first).

The start parameter is required to define the initial range of moves.

read:moves:hr scope is required to retrieve heartrate data

Required Scope: read:moves

Path Params
string
required

The requested account's ID

Query Params
string

The start date and time of when you want workouts from. RFC3339 without milliseconds.

string

The end date and time of when you want workouts until. RFC3339 without milliseconds.

integer
1 to 100
Defaults to 10

The number of records to fetch.

integer
≥ 0
Defaults to 0

The number of records skipped.

Responses

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