Follow the question structure recommended by Dev Bot before submitting your integration questions.
skip and take parameters.| Parameter | Type | Required | Description |
|---|---|---|---|
| idProfessor | int32 | No | ID of the instructor responsible for creating the workouts. |
| month | int32 | No | Month to filter workouts (1 to 12). |
| year | int32 | No | Year to filter workouts (e.g., 2025). |
| skip | int32 | No | Number of records to skip (for pagination). Default value: 0. |
| take | int32 | No | Maximum number of records to return (maximum 50). Default value: 10. |
| Field | Type | Description |
|---|---|---|
idWorkout | int32 | Unique identifier of the workout. |
workoutName | string | Name of the workout. |
observations | string | General observations of the workout. |
idClient | int32 | ID of the client linked to the workout. |
idProspect | int32 | null |
idEmployee | int32 | null |
flDefaultWorkout | boolean | null |
isDeleted | boolean | Indicates if the workout has been logically deleted. |
creationDate | string (date-time) | Creation date of the workout. |
startDate | string (date-time) | Start date of the workout's validity. |
expiryDate | string (date-time) | End date of the workout's validity. |
tags | array | List of tags associated with the workout. |
restrictions | array | List of restrictions associated with the workout. |
series | array | List of series linked to the workout. |
idInstructor | int32 | ID of the instructor responsible for the workout. |
instructorName | string | Name of the responsible instructor. |
photoUrl | string | URL of the instructor's photo. |
instructorPhoto | string | Alternative URL of the instructor's photo. |
totalSessions | int32 | Total number of sessions planned in the workout. |
weeklyQuantity | int32 | Number of weekly sessions planned. |
weeklyFrequency | int32 | Weekly frequency of the workout. |
idLastWorkut | int32 | null |
workoutStatus | int32 | Current status of the workout in the system. |
tags| Field | Type | Description |
|---|---|---|
idTagTreino | int32 | Identifier of the workout tag. |
nome | string | Name of the tag. |
idFilial | int32 | ID of the branch associated with the tag. |
filial | object | null |
evoTreinoTags | array | Auxiliary relationships of the tag with the workout. |