(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 is a website building & hosting documentation for Clojure/Script libraries
× close