Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idMember | int32 | Yes | ID of the member (student) who wants to query the enrollments. |
| idMemberMemberShip | int32 | No | ID of the member's plan (membership). |
| date | date-time | No | Reference date to filter activities. |
| idBranch | int32 | No | ID of the branch to filter results. |
| Field | Type | Description |
|---|---|---|
| idConfigurationEnroll | int32 | ID of the enrollment configuration. |
| idConfiguration | int32 | ID of the activity configuration. |
| idActivitie | int32 | ID of the activity. |
| idActivitieSession | int32 | ID of the activity session. |
| idGroupActivity | int32 | ID of the activity group. |
| activitieName | string | Name of the activity. |
| description | string | Description of the activity. |
| imageURL | string | URL of the activity image. |
| area | string | Name of the area where the activity occurs. |
| idArea | int32 | ID of the area. |
| capacity | int32 | Maximum capacity of the activity. |
| ocupation | int32 | Number of occupied spots. |
| allowChoosingSpot | boolean | Indicates if choosing a spot/position is allowed. |
| startTime | string | Start time of the activity. |
| endTime | string | End time of the activity. |
| bookingStartTime | string | Opening time for reservations. |
| bookingEndTime | string | Closing time for reservations. |
| instructor | string | Name of the responsible instructor. |
| instructorPhoto | string | URL of the instructor's photo. |
| date | date-time | Date of the activity. |
| audience | string | Target audience of the activity. |
| idAudience | int32 | ID of the target audience. |
| code | string | Code of the activity. |
| confirmed | boolean | Indicates if the enrollment is confirmed. |
| spots | arrayobject | List of available or occupied spots/positions. See more below. |
| periodization | arrayobject | Information on the activity's periodization. See more below. |
| status | int32 | Code of the enrollment status. |
| statusName | string | Descriptive name of the enrollment status. |
| memberStatus | string | Status of the member in the activity (e.g., confirmed, waiting list, etc.). |
spots| Field | Type | Description |
|---|---|---|
| number | int32 | Identifier number of the spot. |
| available | boolean | Indicates if the spot is available. |
| nameSpot | string | Name or identification of the spot. |
periodization| Field | Type | Description |
|---|---|---|
| name | string | Name of the periodization. |
| characteristics | string | Characteristics of the periodization. |
| color | string | Color associated with the periodization (e.g., for UI display). |
| intensityNumber | int32 | Numeric level of intensity. |
| type | string | Type of the periodization. |