/clubservices
GET /clubservices
Returns a list of club services for the given clubLocationId.
GET https://api.club-os.com/clubservices?clubLocationId=[clubLocationId]
Variable | Type | Description |
---|---|---|
clubLocationId | Integer | The Club OS unique id for the club location you wish to access. Club OS will provide these to you. |
Response
You will receive an array of ClubService objects having the following properties:
Property | Type | Description |
id | Integer | the unique Club OS id for the club service |
name | String | the name of the club service |
eventTypeId | Integer | 2=Personal Training, 3=Group Class |