Follow the question structure recommended by Dev Bot before submitting your integration questions.
idService or idMembership (one of the two).| Parameter | Type | Required | Description |
|---|---|---|---|
| idService | int32 | Situational | Filter by the identification of a service. Required if idMembership is not provided. |
| idMembership | int32 | Situational | Filter by the identification of a membership. Required if idService is not provided. |
| startDate | string(date-time) | Yes | Start date of the query. |
| endDate | string(date-time) | No | End date of the query. If not provided, assumes startDate + 7 days. Always limited to a maximum period of 7 days. |
| idBranch | int32 | No | Filter by the branch. Recommended for scenarios with multiple branches. |
| idActivities | string | No | One or more activity IDs separated by commas (e.g., 101,102,103). |
| AllowEnrollment | boolean | No | Filter all future schedules, returning only activities/times that have available spots. |
| Field | Type | Description |
|---|---|---|
| idConfiguration | int32 | Identifier of the activity configuration. |
| idActivity | int32 | Identifier of the activity. |
| name | string | Name of the activity. |
| idGroupActivity | int32 | Identifier of the activity group. |
| activityGroup | string | Name of the activity group. |
| description | string | Description of the activity. |
| activityDate | string(date-time) | Date of the activity. |
| startTime | string | Start time of the activity. |
| endTime | string | End time of the activity. |
| area | string | Name of the area/location where the activity occurs. |
| idArea | int32 | Identifier of the area. |
| allowChoosingSpot | boolean | Indicates if it is allowed to choose the spot in the activity. |
| capacity | int32 | Total capacity of the activity. |
| occupation | int32 | Number of spots already occupied. |
| idActivitySession | int32 | Identifier of the activity session. |
| availableOnHoliday | boolean | Indicates if the activity is available on holidays. |
| status | int32 | Status code of the activity. |
| statusName | string | Name of the status of the activity. |
| spots | array | List of available spots. |
spots Object| Field | Type | Description |
|---|---|---|
| number | int32 | Number of the spot. |
| available | boolean | Indicates if the spot is available. |
| nameSpot | string | Name or identifier of the spot. |