DELETE | Bulk delete charts | /api/v1/chart/ |
GET | Get a list of charts | /api/v1/chart/ |
POST | Create a new chart | /api/v1/chart/ |
GET | Get metadata information about this API resource (chart--info) | /api/v1/chart/_info |
DELETE | Delete a chart | /api/v1/chart/{pk} |
GET | Get a chart detail information | /api/v1/chart/{pk} |
PUT | Update a chart | /api/v1/chart/{pk} |
GET | Compute and cache a screenshot (chart-pk-cache-screenshot) | /api/v1/chart/{pk}/cache_screenshot/ |
GET | Return payload data response for a chart | /api/v1/chart/{pk}/data/ |
DELETE | Remove the chart from the user favorite list | /api/v1/chart/{pk}/favorites/ |
POST | Mark the chart as favorite for the current user | /api/v1/chart/{pk}/favorites/ |
GET | Get a computed screenshot from cache (chart-pk-screenshot-digest) | /api/v1/chart/{pk}/screenshot/{digest}/ |
GET | Get chart thumbnail | /api/v1/chart/{pk}/thumbnail/{digest}/ |
POST | Return payload data response for the given query (chart-data) | /api/v1/chart/data |
GET | Return payload data response for the given query (chart-data-cache-key) | /api/v1/chart/data/{cache_key} |
GET | Download multiple charts as YAML files | /api/v1/chart/export/ |
GET | Check favorited charts for current user | /api/v1/chart/favorite_status/ |
POST | Import chart(s) with associated datasets and databases | /api/v1/chart/import/ |
GET | Get related fields data (chart-related-column-name) | /api/v1/chart/related/{column_name} |
PUT | Warm up the cache for the chart | /api/v1/chart/warm_up_cache |