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
Key | Datatype | Required | Description |
---|---|---|---|
before | string | An epoch timestamp to use for filtering activities that have taken place before a certain time. | |
after | string | An epoch timestamp to use for filtering activities that have taken place after a certain time. | |
No Name | string |