Get the sub-layer charts declared by a deck.gl Multiple Layers chart
GET/api/v1/chart/:pk/deck_layers/
Multiple Layers charts (viz_type "deck_multi") reference other saved charts as layers via their deck_slices config, but those layer charts typically sit on no dashboard of their own, so a per-layer GET /api/v1/chart/<id> can 404 for a principal (e.g. an embedded guest) who is only entitled to the container. This endpoint gates on the container chart and resolves the layers it declares, mirroring the access the legacy explore_json pipeline granted server-side.
Request
Responses
- 200
- 400
- 401
- 404
- 500
The container's declared layer charts
Bad request
Unauthorized
Not found
Fatal error