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

« Previous Version 2 Next »

GET /usermatch

Gets the Club OS unique id for a member given the userId from one of Club OS's integrated systems.

GET https://api.club-os.com/usermatch?systemCode[systemCode]&userId=[userId]

Parameters

The following fields must be included as parameters in the URL of the request.

VariableTypeDescription
systemCodeString

The code of the system you wish to access. Codes can be:

ABC - Abc Financial

OS - Club OS

userIdStringThe userId to match.
Response

The response type is a list of exercises (List<Exercise).  See here for details on the Exercise object.

 

  • No labels