Skip to main content
GET
Listar asientos contables

Authorizations

Authorization
string
header
required

Incluí tu API key en el header Authorization con el prefijo Bearer.

Query Parameters

cursor
string

Valor de next_cursor recibido en la respuesta anterior

limit
integer
default:50

Cantidad máxima de resultados por respuesta

Required range: 1 <= x <= 100
source_type
string

Tipo de origen contable, por ejemplo sale o purchase

source_id
string<uuid>

ID del recurso de origen

account_id
string<uuid>

Filtra asientos que tengan al menos una línea en esta cuenta

date_from
string<date>

Fecha inicial del asiento

date_to
string<date>

Fecha final del asiento

Response

Asientos contables listados exitosamente

request_id
string
required
object
string
required
Allowed value: "list"
url
string
required
data
object[]
required
has_more
boolean
required
next_cursor
string | null
required