Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idConfiguration | int32 | Situational. Must be provided along with activityDate. | Filters by the identifier of the activity configuration. |
| activityDate | date-time | Situational. Must be provided along with idConfiguration. | Filters by the date of the activity. |
| idActivitySession | int32 | Situational. Required when idConfiguration and activityDate are not provided. | Filters by the id of the activity session. |
| Field | Type | Description |
|---|---|---|
| idConfiguration | integer | Identifier of the activity configuration. |
| idActivity | integer | Identifier of the activity. |
| idGroupActivity | integer | Identifier of the activity group. |
| name | string | Name of the activity. |
| description | string | Detailed description. |
| imageUrl | string | URL of the activity image. |
| area | string | Area where the activity will take place. |
| idArea | integer | Identifier of the area. |
| capacity | integer | Maximum capacity. |
| ocupation | integer | Number of occupied spots. |
| allowChoosingSpot | boolean | Allows choosing a seat (true/false). |
| startTime | string | Start time (HH:MM). |
| endTime | string | End time (HH:MM). |
| bookingStartTime | string | Start of the booking period. |
| bookingEndTime | string | End of the booking period. |
| instructor | string | Name of the instructor. |
| instructorPhoto | string | URL of the instructor's photo. |
| activityDate | datetime | Date of the activity (ISO 8601). |
| audience | string | Target audience. |
| idAudience | integer | Identifier of the target audience. |
| code | string | Code of the activity. |
| confirmed | boolean | Indicates if it is confirmed. |
| spots | array | List of seats/spots (structure below). |
| periodization | array | List of periodizations (structure below). |
| status | integer | Status code of the activity. |
| statusName | string | Name of the activity status. |
| enrollments | array | List of customer enrollments. |
| allowExperimentalClass | boolean | Indicates whether scheduling a trial class is allowed. |
| experimentalClassSlots | int32 | Number of available slots for the trial class. |
| limitAgeRange | boolean | Indicates whether there is an age range limit for scheduling. |
| ageRangeFrom | int32 | Initial age allowed for scheduling. |
| ageRangeFromInMonths | boolean | Indicates whether the initial age is expressed in months. |
| ageRangeTo | int32 | Final age allowed for scheduling. |
| ageRangeToInMonths | boolean | Indicates whether the final age is expressed in months. |
spots Object| Field | Type | Description |
|---|---|---|
| number | integer | Seat number. |
| available | boolean | If the seat is available. |
| nameSpot | string | Name of the seat. |
periodization Object| Field | Type | Description |
|---|---|---|
| name | string | Name of the periodization. |
| characteristics | string | Specific characteristics. |
| color | string | Associated color code. |
| intensityNumber | integer | Intensity level. |
| type | string | Type of periodization. |
| Status | Description | Value |
|---|---|---|
| Free | Class configured as free in the system (Evo). | 0 |
| Available | Class can be scheduled. | 1 |
| Full | Class is full, waiting list enabled. | 2 |
| Reservation Closed | Reservation period closed. | 3 |
| Restricted | Member without right to the activity (insufficient contract). | 4 |
| Registered | Member is already enrolled. | 5 |
| Completed | Class completed in Evo. | 6 |
| Cancelled | Class cancelled in Evo. | 7 |
| In Line | Member is on the waiting list. | 8 |
| Free Closed | Free class completed. | 10 |
| Restricted Closed | Restricted class completed. | 11 |
| Restricted Does Not Allow Participation | Class does not allow scheduling; only in-person participation. | 12 |
| Full Without Waiting List | Full and does not allow the member to enter the waiting list. | 15 |
Enrollments Enum β Customer Status| Value | Name | Description |
|---|---|---|
| 0 | Present | Customer was present. |
| 1 | Absent | Customer was absent. |
| 2 | Justified Absence | Customer was absent with justification. |
Origin Enum| Value | Name | Description |
|---|---|---|
| 0 | WalkInReception | Origin for walk-in reception. |
| 1 | WeeklyReception | Origin for weekly reception. |
| 2 | Mobile | Origin on mobile device. |
| 3 | Kiosk | Origin via Kiosk. |
| 4 | Enrollment | Enrollment process. |
| 5 | Link | Access via link. |
| 6 | Gympass | Origin associated with Gympass. |
| 7 | ClassPass | Origin associated with ClassPass. |
| 8 | WorkoutPrint | Workout printing. |
| 9 | TotalPass | Origin associated with TotalPass. |
| 10 | External | External source. |
| 11 | YourGuru | Origin associated with YourGuru. |
| 12 | MyWellness | Origin related to MyWellness. |