Saltar al contenido principal
GET
cURL
Límite de Tasa: 12 solicitudes por segundo

Autorizaciones

Authorization
string
header
requerido

Add api-key YOUR_API_SECRET_KEY as the value of the Authorization header.

Parámetros de ruta

id
integer
requerido

The identifier of the Campaign to return the Calls

Parámetros de consulta

status
enum<string>

Filters the Campaign Calls by the status of the Call

Opciones disponibles:
ended,
failed,
busy,
no-answer,
in-progress
answeredBy
enum<string>

Filters the Campaign Calls by who answered the call

Opciones disponibles:
human,
machine,
unknown
startDate
string<ISO 8601>

Filter calls created after this date in ISO 8601 format

endDate
string<ISO 8601>

Filter calls created before this date in ISO 8601 format

pageSize
integer
predeterminado:50

Number of items per page to return.

Rango requerido: 1 <= x <= 100
pageIndex
integer
predeterminado:0

Page number to return (0-based).

Rango requerido: 0 <= x <= 25000

Respuesta

Campaign Calls response

total_count
integer

Total number of Campaign Calls for the given query.

calls
object[]
pagination
object

Pagination information for campaign calls