Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
searchText | string | No | Filters exercises by name or related keywords. |
muscleGroups | string | No | Filters exercises by muscle group(s). |
exerciseGroup | string | No | Filters exercises by exercise group or category. |
skip | int32 | No | Number of records to skip in pagination. Default: 0. |
take | int32 | No | Maximum number of records to return. Default: 50. |
showSimilarExercises | boolean | No | Indicates whether similar exercises should be included in the result. |
| Field | Type | Description |
|---|---|---|
idExercise | int32 | Unique identifier of the exercise. |
name | string | Name of the exercise. |
code | string | Internal code of the exercise (when available). |
exerciseGroup | string | Group or category of the exercise (when applicable). |
muscleGroups | array | List of muscle groups worked by the exercise. |
similarExercises | array | List of related similar exercises. |
exerciseType | string | Type of the exercise. |
exerciseLevel | string | Difficulty level of the exercise. |
objective | string | Main objective of the exercise. |
load | string | Load unit used in the exercise. |
description | string | Detailed description of the exercise (when available). |
videoUrl | string | URL of the demonstration video of the exercise (when available). |
imageGifUrl | string | URL of the animated GIF illustrating the execution of the exercise. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v2/workout/exercises?searchText=undefined&muscleGroups=undefined&exerciseGroup=undefined&skip=undefined&take=undefined&showSimilarExercises=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"mensagens": [
"string"
]
}