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
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. | |
status | null | Filter boletos by the specified status. | |
tags | null | Filter entities that contain the specified tags. | |
ids | null | List of strings to get specific entities by ids. | |
boletoId | null | Filter for holmes that investigate a specific boleto by its ID | |
fields | null | List 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"}]}