DELETE | Bulk delete datasets | /api/v1/dataset/ |
GET | Get a list of datasets | /api/v1/dataset/ |
POST | Create a new dataset | /api/v1/dataset/ |
GET | Get metadata information about this API resource (dataset--info) | /api/v1/dataset/_info |
DELETE | Delete a dataset | /api/v1/dataset/{pk} |
GET | Get a dataset | /api/v1/dataset/{pk} |
PUT | Update a dataset | /api/v1/dataset/{pk} |
DELETE | Delete a dataset column | /api/v1/dataset/{pk}/column/{column_id} |
DELETE | Delete a dataset metric | /api/v1/dataset/{pk}/metric/{metric_id} |
PUT | Refresh and update columns of a dataset | /api/v1/dataset/{pk}/refresh |
GET | Get charts and dashboards count associated to a dataset | /api/v1/dataset/{pk}/related_objects |
GET | Get distinct values from field data (dataset-distinct-column-name) | /api/v1/dataset/distinct/{column_name} |
POST | Duplicate a dataset | /api/v1/dataset/duplicate |
GET | Download multiple datasets as YAML files | /api/v1/dataset/export/ |
POST | Retrieve a table by name, or create it if it does not exist | /api/v1/dataset/get_or_create/ |
POST | Import dataset(s) with associated databases | /api/v1/dataset/import/ |
GET | Get related fields data (dataset-related-column-name) | /api/v1/dataset/related/{column_name} |
PUT | Warm up the cache for each chart powered by the given table | /api/v1/dataset/warm_up_cache |