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

KeyDatatypeRequiredDescription
cursornullString used to get the next batch of results.
limitnullNumber of results per cursor. Max = 100.
fieldsnullList of strings to filter response JSON keys.
afternullFilter entities created after this date.
beforenullFilter entities created before this date.
typesnullFilter logs by log types.
holmesIdsnullFilters 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"}]}