get https://evo-integracao-api.w12app.com.br/api/v1/workout/default-workout
Meaning of response objects:
- idTreino: The ID of the workout
- idTreinoCopiarSerie: The ID of the workout to copy series from (if applicable)
- idTreinoImportarSeries: The ID of the workout to import series from (if applicable)
- idCliente: The ID of the client associated with the workout (if applicable)
- idProspect: The ID of the prospect associated with the workout (if applicable)
- idFuncionario: The ID of the employee associated with the workout (if applicable)
- nomeTreino: Name of the workout
- treinoPadrao: Standard workout information (if applicable)
- dataCriacao: Date of creation
- dataInicio: Start date
- dataValidade: Validity date
- observacao: Workout observation
- tags: Tags associated with the workout
- idTagTreino: The ID of the tag associated with the workout
- nome: Tag name
- idFilial: ID of the branch (if applicable)
- filial: Branch information (if applicable)
- evoTreinoTags: Additional tag information (if applicable)
- restricoes: Restrictions (if applicable)
- series: List of workout series
- idSerie: The ID of the series
- nome: Series name
- ordem: Order of the series
- observacao: Series observation
- itens: List of items within the series
- idItemSerie: The ID of the item within the series
- exercicio: Exercise name
- codigo: Exercise code
- repeticao: Repetitions
- carga: Load or weight
- intervalo: Interval
- posicao: Position
- vezes: Number of times
- observacao: Item observation
- ordem: Order of the item
- idExercicio: ID of the exercise (if applicable)
- sessoesConcluidas: Number of completed sessions for the series
- nomeProfessor: Name of the professor
- urlFoto: URL of the photo (if applicable)
- quantidadeSessoes: Total number of sessions
- quantidadeSemanal: Number of weekly sessions
- frequenciaSemana: Weekly frequency
- sessoesConcluidas: Number of completed sessions
- statusTreino: Workout status
- idSerieAtual: ID of the current series (if applicable)
- permiteImprimir: Whether printing is allowed
- origemEvoApp: Whether it originated from the Evo App
Example Response
{
[
{
"idTreino": 67704,
"idTreinoCopiarSerie": 0,
"idTreinoImportarSeries": 0,
"idCliente": null,
"idProspect": null,
"idFuncionario": null,
"nomeTreino": "01 Musculação Padrão (+8 de exercícios)",
"treinoPadrao": null,
"dataCriacao": null,
"dataInicio": null,
"dataValidade": null,
"observacao": "Musculação Padrão com mais de 8 exercícios (teste impressão de treinos)",
"tags": [
{
"idTagTreino": 117,
"nome": "Musculação",
"idFilial": 1,
"filial": null,
"evoTreinoTags": null
}
],
"restricoes": null,
"series": [
{
"idSerie": 148442,
"nome": "Treino 0A",
"ordem": 1,
"observacao": "Treino A",
"itens": [
{
"idItemSerie": 3340575,
"exercicio": "FLEXÃO ABERTA (A)",
"codigo": "815",
"repeticao": "10",
"carga": "50",
"intervalo": "1",
"posicao": "2",
"vezes": "3",
"observacao": "ADM",
"ordem": 1,
"idExercicio": null
},
{
"idItemSerie": 3340576,
"exercicio": "REMADA FECHADA MÁQUINA",
"codigo": "555",
"repeticao": "10",
"carga": "50",
"intervalo": "1",
"posicao": "",
"vezes": "3",
"observacao": "",
"ordem": 2,
"idExercicio": null
}
],
"sessoesConcluidas": 0
},
{
"idSerie": 148443,
"nome": "Treino 0B",
"ordem": 2,
"observacao": null,
"itens": [
{
"idItemSerie": 3340578,
"exercicio": "LOMBAR NO GRAVITON (A)",
"codigo": "432",
"repeticao": "10",
"carga": "50",
"intervalo": "1",
"posicao": "",
"vezes": "3",
"observacao": "",
"ordem": 1,
"idExercicio": null
},
{
"idItemSerie": 3340579,
"exercicio": "ROSCA BARRA RETA",
"codigo": "307",
"repeticao": "10",
"carga": "50",
"intervalo": "1",
"posicao": "",
"vezes": "3",
"observacao": "",
"ordem": 2,
"idExercicio": null
}
],
"sessoesConcluidas": 0
}
],
"nomeProfessor": "SUPORTEEVO",
"urlFoto": null,
"quantidadeSessoes": null,
"quantidadeSemanal": null,
"frequenciaSemana": null,
"sessoesConcluidas": 0,
"statusTreino": 0,
"idSerieAtual": null,
"permiteImprimir": false,
"origemEvoApp": false
}
]
}