Get an issuing holder log by ID
GET {{baseInfraUrl}}/{{version}}/issuing-holder/log/:logId
Get a single Issuing Holder Log by its id.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | null | List of strings to filter response JSON keys. |
RESPONSES
status: OK
{"log":{"created":"2022-05-17T20:04:53.459361+00:00","holder":{"created":"2022-05-17T20:03:05.939249+00:00","externalId":"123456789","id":"5055990386917376","name":"Updated Holder","rules":[{"amount":900000,"currencyCode":"BRL","id":"4826637614972928","interval":"week","name":"Example Rule"}],"status":"active","tags":["food"],"taxId":"012.345.678-90","updated":"2022-05-17T20:05:13.124942+00:00"},"id":"5952537521815552","type":"updated"}}