Classes

Use these Rest services to get basic information about the classes defined in your Studioware account

APIDescription
GET api/Classes/{id}/Tuition

Load the tuition for the specified class

GET api/Classes/{id}/Sessions?OnlyActive={OnlyActive}

Load a list of scheduled dates for a class

GET api/Classes/{id}/Sessions/{SessionId}/Dates

Returns a list of dates for the specified scheduled class

GET api/Classes

Get a list of classes defined in the studioware account

GET api/Classes/{id}

Returns the details abount the specified class

Studio

The Studio API REST methods are used for obtaining information about the Studio/Business.

APIDescription
GET api/Studio/Locations

Returns information about the studio/business locations

GET api/Studio

No documentation available.