Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 9.94 KB

File metadata and controls

13 lines (10 loc) · 9.94 KB

ListLogsRequest

Fields

Field Type Required Description Example
after Optional<String> Pagination cursor, will return the logs after a given ID. (in descending order). 1234
cursor Optional<String> Parameter used in pagination requests. Maximum page size is set to 1000.
Set to the value of next for the next page of results.
Set to the value of previous for the previous page of results.
No other parameters can be set when this parameter is set.
aHR0cHM6Ly9nLnBhZ2UvTmVrby1SYW1lbj9zaGFyZQ==
endTime OffsetDateTime Filter transactions that occurred before this timestamp.
The format is RFC3339 and is exclusive (for example, "2023-01-02T15:04:01Z" excludes the first second of 4th minute).
ledger String ✔️ Name of the ledger. ledger001
pageSize Optional<Long> The maximum number of results to return per page.
100
startTime OffsetDateTime Filter transactions that occurred after this timestamp.
The format is RFC3339 and is inclusive (for example, "2023-01-02T15:04:01Z" includes the first second of 4th minute).