Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 16 KB

File metadata and controls

18 lines (15 loc) · 16 KB

V2RunQueryRequest

Fields

Field Type Required Description Example
requestBody V2RunQueryRequestBody ✔️ N/A
cursor Optional<String> Parameter used in pagination requests. Maximum page size is set to 15.
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==
expand Optional<String> N/A
id String ✔️ Query template ID. CUSTOMER_DEPOSIT
ledger String ✔️ Name of the ledger. ledger001
order Optional<V2RunQueryOrder> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Deprecated: Use sort param
pageSize Optional<Long> The maximum number of results to return per page.
100
pit OffsetDateTime N/A
reverse Optional<Boolean> N/A
schemaVersion String ✔️ Schema version to use for validation v1.0.0
sort Optional<String> Sort results using a field name and order (ascending or descending).
Format: <field>:<order>, where <field> is the field name and <order> is either asc or desc.
id:desc