Get Agenda with Appoint
GET
/agendas/{companyId}/{agendaId}/appointments
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/agendas/{{companyId}}/7517b42b-6b86-4553-93b0-46230c07c07c/appointments' \
--header 'Authorization: {{apiKey}}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
Exemplo:
{{companyId}}
agendaId
string
requerido
Exemplo:
7517b42b-6b86-4553-93b0-46230c07c07c
Parâmetros Header
Authorization
string
requerido
Exemplo:
{{apiKey}}
Respostas
Modificado em 2025-06-12 14:37:24