(get-by-id client query-id report-id)
Get a single report by query-id
and report-id
.
Get a single report by `query-id` and `report-id`.
(get-list client query-id opts)
Get list of reports by query-id
.
If limit
is not provided, returns all items from all pages.
Sorting is only possible by report-id
, so order-by
can be one of
the following options:
desc
).Get list of reports by `query-id`. If `limit` is not provided, returns all items from all pages. Sorting is only possible by `report-id`, so `order-by` can be one of the following options: - "key.reportId" - "key.reportId desc" (note space before `desc`).
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |