Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idMember | int32 | Situational | ID of the member. |
| idProspect | int32 | Situational | ID of the prospect. |
| skip | int32 | No | Number of records to be skipped (pagination). Default value: 0. |
| take | int32 | No | Number of records to be returned. Default value: 10. |
| dateStart | date-time | No | Start date for filtering sessions. |
| dateEnd | date-time | No | End date for filtering sessions. |
| idBranch | int32 | No | ID of the branch to filter results. |
| idActivities | string | No | List of activity IDs for filtering (comma-separated). |
| Field | Type | Description |
|---|---|---|
| idConfiguration | int32 | ID of the activity configuration. |
| idActivitie | int32 | ID of the activity. |
| imageURL | string | URL of the activity image. |
| activitieName | string | Name of the activity. |
| idActivitieSession | int32 | ID of the activity session. |
| idGroupActivity | int32 | ID of the activity group. |
| description | string | Description of the activity. |
| area | string | Name of the area where the activity occurs. |
| idArea | int32 | ID of the area. |
| date | date-time | Date of the session. |
| startTime | string | Start time of the session. |
| endTime | string | End time of the session. |
| instructor | string | Name of the instructor. |
| instructorPhoto | string | URL of the instructor's photo. |
| code | string | Code of the activity. |
| statusID | int32 | Code of the session status. |
| statusName | string | Name of the session status. |
| presenca | boolean | Indicates if the member was present. |
| falta | boolean | Indicates if the member was absent. |
| faltaJustificada | boolean | Indicates if the absence was justified. |
| spotNumber | int32 | Number of the spot occupied by the member. |
| spotName | string | Name/identification of the spot. |
| isReplacement | boolean | Indicates if the session is a make-up. |
| isFinalized | boolean | Indicates if the session has been finalized. |