Liking cljdoc? Tell your friends :D
Clojure only.

com.adgoji.doubleclick-api.queries.reports


get-by-idclj

(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`.
raw docstring

get-listclj

(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:

  • "key.reportId"
  • "key.reportId desc" (note space before 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`).
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close