Referência/Calls/listScheduledCalls
Calls

Lista chamadas agendadas

Reserved; returns 501 with the pinned provider.

Pro
GEThttp://localhost:8084/call/{instanceName}/schedules

Autenticação

InstanceBearerobrigatório

JWT HS256 da própria instância.

Header
Authorization
Exemplo
Bearer <INSTANCE_TOKEN>

Parâmetros

instanceNamepathobrigatório
string

Nome publico da instancia

minLength 1

Respostas

application/json
501

The current call provider does not support this feature.

response 501object
statusintegerobrigatório
errorstringobrigatório
messagestringobrigatório
Exemplo 501gerado do schema
{
"status": 501,
"error": "call_feature_not_supported",
"message": "The current call provider does not support this feature."
}