/lotecobv
Query Parameters
- Type: string Format: date-timeiniciorequired
the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- Type: string Format: date-timefimrequired
the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- Type: object ·paginationrequired
Pagination and sorting parameters
- Type: integer Format: int32page
Page number (zero-based)
- Type: integer Format: int32sizemax:500
Number of items per page (max: 500)
- Type: array string[]sort
Sort criteria in the format 'field,direction' (e.g., 'createdAt,desc')
Headers
- Type: stringIdempotency
- Key required
Responses
- application/json
Request Example for get/lotecobv
curl 'http://localhost/lotecobv?inicio=&fim=&page=0&size=50&sort=' \
--header 'Idempotency-Key: ' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"parametros": {
"inicio": "2026-07-31T12:59:10.303Z",
"fim": "2026-07-31T12:59:10.303Z",
"paginacao": {
"paginaAtual": 1,
"itensPorPagina": 1,
"quantidadeDePaginas": 1,
"quantidadeTotalDeItens": 1
}
},
"lotes": [
{
"id": "string",
"descricao": "string",
"criacao": "2026-07-31T12:59:10.303Z",
"cobsv": [
{
"criacao": "2026-07-31T12:59:10.303Z",
"txid": "string",
"status": "EM_PROCESSAMENTO",
"problema": {
"type": "https://pix.bcb.gov.br/api/v2/error/CobVOperacaoInvalida",
"title": "Cobrança inválida.",
"status": 400,
"detail": "string",
"violacoes": [
{
"razao": "string",
"propriedade": "string"
}
]
}
}
]
}
]
}