Class mbo_ClassService
Defined in: mbo_ClassService.js.
Constructor Attributes | Constructor Name and Description |
---|---|
mbo_ClassService(username, password)
Represents the MINDOBDY Class Service.
|
Method Attributes | Method Name and Description |
---|---|
getClassAttendees(classId)
Gets the IDs of all clients in a given class.
|
Class Detail
mbo_ClassService(username, password)
Represents the MINDOBDY Class Service.
- Parameters:
- {string} username
- Username of the MINDBODY client interacting with the service.
- {string} password
- Password of the MINDBODY client interacting with the service.
- Returns:
- {mbo_ClassService} Returns the Class Service.
Method Detail
{Promise}
getClassAttendees(classId)
Gets the IDs of all clients in a given class.
- Parameters:
- {number} classId
- The ID of the class to inspect.
- Returns:
- {Promise} An A+ promise passed an array of client IDs who attended the class.