List boleto logs
GET {{baseUrl}}/{{version}}/boleto/log
Get a paged list of boleto logs. A log tracks a change in the boleto entity according to its life cycle.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | String used to get the next batch of results. | |
limit | null | Number of results per cursor. Max = 100. | |
after | null | Filter entities created after this date. | |
before | null | Filter entities created before this date. | |
types | null | Filter logs by log types. | |
boletoIds | null | Array of boleto ids that are linked to the desired logs. | |
fields | null | List of strings to filter response JSON keys. |
RESPONSES
status: OK
{"cursor":"CkkKFAoHY3JlYXRlZBIJCJvHmsDxvusCEi1qE2l-YXBpLW1zLWNoYXJnZS1zYnhyFgsSCUNoYXJnZUxvZxiAgICC4MeFCAwYACAB","logs":[{"boleto":{"taxId":"20.018.183/0001-80","overdueLimit":59,"fine":2,"id":"5756110329872384","receiverName":"Stark Bank S.A.","city":"Sao Paulo","fee":0,"streetLine2":"Apt 63","district":"Morro Dos Ingleses","streetLine1":"R Dos Ingleses, 586","due":"2020-12-03T02:59:59.999999+00:00","discounts":[],"workspaceId":"4888651368497152","interest":1,"status":"paid","tags":[],"zipCode":"01329-000","line":"34191.09107 11206.937309 71444.640008 1 84570000051000","name":"Stark Bank S.A.","created":"2020-08-19T20:11:58.645880+00:00","receiverTaxId":"20.018.183/0001-80","barCode":"34191845700000510001091011206937307144464000","amount":51000,"stateCode":"SP","descriptions":[]},"errors":[],"type":"canceling","id":"5320944658677760","created":"2020-08-31T21:37:44.595767+00:00"},{"boleto":{"taxId":"20.018.183/0001-80","overdueLimit":59,"fine":2,"id":"5193160376451072","receiverName":"Stark Bank S.A.","city":"Sao Paulo","fee":0,"streetLine2":"Apt 63","district":"Morro Dos Ingleses","streetLine1":"R Dos Ingleses, 586","due":"2021-01-03T02:59:59.999999+00:00","discounts":[],"workspaceId":"4888651368497152","interest":1,"status":"paid","tags":[],"zipCode":"01329-000","line":"34191.09107 11207.017309 71444.640008 1 84880000051000","name":"Stark Bank S.A.","created":"2020-08-19T20:11:58.645994+00:00","receiverTaxId":"20.018.183/0001-80","barCode":"34191848800000510001091011207017307144464000","amount":51000,"stateCode":"SP","descriptions":[]},"errors":[],"type":"canceling","id":"4528055175348224","created":"2020-08-28T21:54:15.168923+00:00"}]}