Get boleto holmes log by ID
GET {{baseUrl}}/{{version}}/boleto-holmes/log/:logId
Get a single boleto holmes log by its id.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | null | List of strings to filter response JSON keys. Not available in the SDKs. |
RESPONSES
status: OK
{"log":{"holmes":{"status":"solved","updated":"2020-11-24T21:30:16.257257+00:00","tags":["boleto/4848123989983232","trigger/20"],"created":"2020-11-24T21:25:05.945085+00:00","result":"registered","boletoId":"4848123989983232","id":"4973868397625344"},"updated":"2020-11-24T21:30:16.257262+00:00","type":"solved","id":"5551339299930112","created":"2020-11-24T21:30:02.816260+00:00"}}