Get Planned Workout List
You can retrieve a list of planned workouts by sending an HTTP GET request to this URL:
If successful, the method returns a JSON encoded planned workout list object.
This method can be used to retrieve all planned workouts for the authenticated user.
Parameters
Param | Description |
---|---|
pageSize | Number of results to return. Defaults to 25. |
page | Which page of results to return. Defaults to 0. |
Get Planned Workout Details
You can retrieve details for a specific planned workout by sending an HTTP GET request to this URL:
If successful, the method returns a JSON encoded planned workout object.
This method can be used to retrieve planned workouts of the authenticated user.