List boleto holmes logs
GET {{baseUrl}}/{{version}}/boleto-holmes/log
Get a paged list of all boleto holmes logs. A log tracks a change in the holmes 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. | |
fields | null | List of strings to filter response JSON keys. | |
after | null | Filter entities created after this date. | |
before | null | Filter entities created before this date. | |
types | null | Filter logs by log types. | |
holmesIds | null | Filters logs by Holmes IDs. |
RESPONSES
status: OK
{"cursor":null,"logs":[{"holmes":{"status":"solved","updated":"2020-11-24T01:20:02.131887+00:00","tags":["sherlock","holmes"],"created":"2020-11-24T01:11:10.689033+00:00","result":"registered","boletoId":"5694695128694784","id":"6084292597776384"},"updated":"2020-11-24T01:20:02.131892+00:00","type":"solved","id":"5493626641580032","created":"2020-11-24T01:20:00.985084+00:00"},{"holmes":{"status":"solved","updated":"2020-11-24T01:20:01.599050+00:00","tags":["sherlock","holmes"],"created":"2020-11-24T01:12:14.750050+00:00","result":"registered","boletoId":"6715041919270912","id":"5721608513650688"},"updated":"2020-11-24T01:20:01.599055+00:00","type":"solved","id":"5699670223355904","created":"2020-11-24T01:20:00.870028+00:00"},{"holmes":{"status":"solving","updated":"2020-11-24T01:20:01.598910+00:00","tags":["sherlock","holmes"],"created":"2020-11-24T01:12:14.750050+00:00","result":"","boletoId":"6715041919270912","id":"5721608513650688"},"updated":"2020-11-24T01:20:01.598919+00:00","type":"solving","id":"5812116023934976","created":"2020-11-24T01:12:14.781998+00:00"},{"holmes":{"status":"solving","updated":"2020-11-24T01:20:02.131744+00:00","tags":["sherlock","holmes"],"created":"2020-11-24T01:11:10.689033+00:00","result":"","boletoId":"5694695128694784","id":"6084292597776384"},"updated":"2020-11-24T01:20:02.131755+00:00","type":"solving","id":"5560136936456192","created":"2020-11-24T01:11:10.751275+00:00"}]}