Skip to main content

List activity schedules

GET 

/api/v2/activity-schedules

An endpoint that returns the schedule of group classes at a sports center, including activity names, room assignments, employee details, reservation occupancy data, and configuration settings for the schedule.

  • The dateProgramFilter field is used as a filter in the endpoint to retrieve scheduled group classes within a specific date range. It combines two parameters, initDate and endDate, to define the time frame for the response. Activities scheduled from the initDate up to and including the endDate will be returned. The field expects dates in a standard format (YYYY-MM-DDThh:mm:ssZ). (UTC time zone).
  • The maximum allowed difference between initDate and endDate is 7 days or 1 week.
  • The dateProgramFilter field is required.

Request

Responses

Returns a list of activity schedules