Pular para o conteúdo

Get the overall call evaluation

get /v1/calls/{call_id}/evaluations/overall

Devolve um objeto avaliação.

Exige o escopo calls.read.

NomeTipoObrigatórioDescrição
call_idstringSim
Terminal window
curl "https://api.salesbud.com.br/v1/calls/call_01JEXAMPLE/evaluations/overall" \
-H "Authorization: Bearer $SALESBUD_ACCESS_TOKEN"
200 OK
{
"data": {
"id": null,
"object": "overall_meeting_evaluation",
"meeting_id": "call_ExampleCall01",
"status": "not_started",
"score": null,
"justification": null,
"created_at": null,
"updated_at": null
},
"request_id": "req_ExampleRequestId01"
}
StatusDescrição
200Overall evaluation state and result.
401Missing or invalid credentials.
403The token does not contain the required scope.
404Resource not found in the authenticated company.
429Client rate limit exceeded.
503A required audit or rate-limit dependency is unavailable.