List Athlete Activities

GET {{baseUrl}}/athlete/activities?before=<integer>&after=<integer>&No Name=<string>

Returns the activities of an athlete for a specific identifier. Requires activity:read. Only Me activities will be filtered out unless requested by a token with activity:read_all.

Request Params

KeyDatatypeRequiredDescription
beforestringAn epoch timestamp to use for filtering activities that have taken place before a certain time.
afterstringAn epoch timestamp to use for filtering activities that have taken place after a certain time.
No Namestring