Assemble Explore related information in a single endpoint
GET/api/v1/explore/
Assembles Explore related information (form_data, slice, dataset) in a single endpoint.
The information can be assembled from:
- The cache using a form_data_key
- The metadata database using a permalink_key
- Build from scratch using dataset or slice identifiers.
Request
Responses
- 200
- 400
- 401
- 404
- 422
- 500
Returns the initial context.
Bad request
Unauthorized
Not found
Could not process entity
Fatal error