List boleto holmes

GET {{baseUrl}}/{{version}}/boleto-holmes

Get a list of non-deleted boletos in chunks of at most 100. If you need smaller chunks, use the limit parameter.

Request Params

KeyDatatypeRequiredDescription
cursornullString used to get the next batch of results.
limitnullNumber of results per cursor. Max = 100.
afternullFilter entities created after this date.
beforenullFilter entities created before this date.
statusnullFilter boletos by the specified status.
tagsnullFilter entities that contain the specified tags.
idsnullList of strings to get specific entities by ids.
boletoIdnullFilter for holmes that investigate a specific boleto by its ID
fieldsnullList of strings to filter response JSON keys.

RESPONSES

status: OK

{"cursor":null,"holmes":[{"status":"solved","updated":"2020-11-24T01:20:01.568559+00:00","tags":["sherlock","holmes"],"created":"2020-11-24T01:12:14.750050+00:00","result":"registered","boletoId":"6715041919270912","id":"5721608513650688"},{"status":"solved","updated":"2020-11-24T01:20:02.100816+00:00","tags":["sherlock","holmes"],"created":"2020-11-24T01:11:10.689033+00:00","result":"registered","boletoId":"5694695128694784","id":"6084292597776384"}]}