Listar llamadas

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
default:0
cursor
string
portfolioId
string
debtorId
string

Id del deudor. Solo se listan llamadas vinculadas a un deudor.

from
string

Fecha ISO 8601 (fecha o fecha y hora) desde la que se incluyen llamadas. Un valor no parseable responde 400.

to
string

Fecha ISO 8601 hasta la que se incluyen llamadas. Si viene sin hora, se toma hasta el final de ese día (UTC). Un valor no parseable responde 400.

status
string

Uno o varios estados separados por coma.

direction
string

Response

200 - application/json

Response for status 200

data
object[]
required
pagination
object
required