| title | summary |
|---|---|
Dataset |
/api/dataset endpoints.
|
/api/dataset endpoints.
Execute a query and retrieve the results in the usual format. The query will not use the cache.
-
databasenullable integer. -
query
Execute a query and download the result data as a file in the specified format.
-
export-formatenum of csv, api, xlsx, json. -
queryvalue must be a valid JSON string. -
visualization_settingsvalue must be a valid JSON string. -
format_rowsnullable boolean.
Fetch a native version of an MBQL query.
-
databasevalue must be an integer greater than zero. -
prettynullable boolean. -
query
Return parameter values for cards or dashboards that are being edited. Expects a query string at ?query=foo.
-
queryvalue must be a non-blank string. -
parameterparameter must be a map with :id and :type keys. -
field_idsnullable sequence of value must be an integer greater than zero.
Return parameter values for cards or dashboards that are being edited.
-
parameterparameter must be a map with :id and :type keys. -
field_idsnullable sequence of value must be an integer greater than zero.
Generate a pivoted dataset for an ad-hoc query.
-
databasenullable value must be an integer greater than zero. -
query
Get all of the required query metadata for an ad-hoc query.
-
databasevalue must be an integer greater than zero. -
query