Serviço exclusivo para processadora Dock.
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/agenda-lojista/agenda/analitico?idAgenda=1&idLoja=1&dataVencimento=2023-08-28&pageLancamento=0&sizeLancamento=10&pagePagamento=0&sizePagamento=10' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
{
"lancamentos": {
"totalPages": 52,
"totalElements": 1000,
"size": 20,
"content": [
{
"idAgenda": 1,
"idOrigem": "123",
"idTransacao": "123",
"idLoja": 1,
"parcelaAtual": 2,
"totalParcelas": 5,
"dataProcessamento": "2025-03-17T14:38:24.637Z",
"dataVencimentoAgenda": "2025-03-17T14:38:24.637Z",
"valorOriginal": 100,
"valorTaxa": 10,
"valor": 110
}
],
"number": 0,
"sort": {
"empty": false,
"sorted": true,
"unsorted": true
},
"pageable": {
"offset": 0,
"sort": {
"empty": false,
"sorted": true,
"unsorted": true
},
"pageNumber": 0,
"pageSize": 20,
"paged": true,
"unpaged": false
},
"numberOfElements": 1000,
"first": true,
"last": false,
"empty": false
},
"pagamentos": {
"totalPages": 50,
"totalElements": 1000,
"size": 20,
"content": [
{
"id": "1",
"valor": 1,
"dataHoraRecebimento": "2025-03-17T14:36:01.330Z",
"dataHoraProcessamento": "2025-03-17T14:36:01.330Z",
"meioPagamento": "PIX",
"agenda": {
"id": 1
}
}
],
"number": 1,
"sort": {
"empty": false,
"sorted": true,
"unsorted": true
},
"pageable": {
"offset": 0,
"sort": {
"empty": false,
"sorted": true,
"unsorted": true
},
"pageNumber": 0,
"pageSize": 20,
"paged": true,
"unpaged": false
},
"numberOfElements": 20,
"first": true,
"last": false,
"empty": false
}
}