Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

VariableTypeDescription
memberIdIntegerThe 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.

 

  • No labels