For the complete documentation index, see llms.txt. This page is also available as Markdown.

📞 Logs de Chamadas

CallLogList

get
/v2/api/external/{ApiID}/callLog/list
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
Parâmetros de consulta
pageintegerOpcionalExample: 1
limitintegerOpcionalExample: 20
Respostas
200

Successful response

application/json
get/v2/api/external/{ApiID}/callLog/list
200

Successful response

CallLogShow

get
/v2/api/external/{ApiID}/callLog/show/{id}
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
idstringObrigatório
Respostas
200

Successful response

application/json
get/v2/api/external/{ApiID}/callLog/show/{id}
200

Successful response

WavoipCallList

get
/v2/api/external/{ApiID}/wavoip/calls
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
Parâmetros de consulta
pageintegerOpcionalExample: 1
limitintegerOpcionalExample: 20
Respostas
200

Successful response

application/json
get/v2/api/external/{ApiID}/wavoip/calls
200

Successful response

WavoipCallShow

get
/v2/api/external/{ApiID}/wavoip/calls/{id}
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
idstringObrigatório
Respostas
200

Successful response

application/json
get/v2/api/external/{ApiID}/wavoip/calls/{id}
200

Successful response

Atualizado

Isto foi útil?