Follow the question structure recommended by Dev Bot before submitting your integration questions.
skip and take parameters.| Parameter | Type | Required | Description |
|---|---|---|---|
| idEmployee | int32 | No | ID of the staff member associated with the workouts. |
| idTag | int32 | No | ID of the associated tag for the workouts (optional). |
| skip | int32 | No | Number of records to skip. Default value: 0. |
| take | int32 | No | Maximum number of records to return. Default value: 100. |
| Field | Type | Description |
|---|---|---|
idWorkout | int32 | Unique identifier of the default workout. |
workoutName | string | Name of the default workout. |
observations | string | General observations of the workout. |
idClient | int32 | null |
idProspect | int32 | null |
idEmployee | int32 | null |
flDefaultWorkout | boolean | Indicates if the workout is a default workout. |
isDeleted | boolean | Indicates if the workout has been logically deleted. |
creationDate | string (date-time) | null |
startDate | string (date-time) | null |
expiryDate | string (date-time) | null |
tags | array | List of tags associated with the workout. |
restrictions | array | List of restrictions associated with the workout. |
series | array | List of series that make up the default workout. |
idInstructor | int32 | ID of the instructor responsible for creating 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 sessions per week. |
weeklyFrequency | int32 | Weekly frequency of the workout. |
idLastWorkut | int32 | null |
workoutStatus | int32 | Current status of the workout in the system. |
series| Field | Type | Description |
|---|---|---|
seriesName | string | Name of the series. |
seriesObservations | string | Specific observations of the series. |
seriesOrder | int32 | Order of the series within the workout. |
seriesItems | array | List of items (exercises) in the series. |