Get Single Agenda
GET
/agendas/{companyId}/{agendaId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/agendas/{{companyId}}/{{agendaId}}' \
--header 'Authorization: {{apiKey}}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
Exemplo:
{{companyId}}
agendaId
string
requerido
Exemplo:
{{agendaId}}
Parâmetros Header
Authorization
string
requerido
Exemplo:
{{apiKey}}
Respostas
Modificado em 2025-04-24 20:06:01