Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/appointments/activities | Returns all registered activities. |
GET | /api/v1/appointments/schedule/detail | Returns the complete details of activity sessions. |
GET | /api/v1/appointment/blocked | Returns the times or sessions blocked for booking. |
GET | /api/v1/appointment/activities-available | Returns the activities available for booking, considering availability rules. |
GET | /api/v1/appointment/availability | Returns the available times for booking an activity. |
PATCH | /api/v1/appointment/enroll/change-status | Changes the participation status of a member in a booking. |
POST | /api/v1/appointment/enroll | Enrolls a member in an activity/booking. |