GET /usermatch
Checks the Club OS database for a user with the given systemCode and userId unique to that system.
GET https://api.club-os.com/exerciselibrary?memberId=[memberId]
Parameters
The following fields must be included as parameters in the URL of the request.
Variable | Type | Description |
---|---|---|
memberId | Integer | The Club OS unique id for the member you wish to access. |
Response
The response type is a list of exercises (List<Exercise). See here for details on the Exercise object.