Skip to content

Make static embed API endpoints /embed/dashboard/ and /embed/question/ accept a JWT with entity_ids (and/or ids) for dashboards or questions. #47267

Closed

Description

Milestone 2 of #47042

We need to accept ids and entity-ids for questions and dashboards in tokens on the following endpoints.

Note: we are NOT accepting entity ids in Route Params. The entity id translation service covers that use-case.

Endpoints

  • GET api/embed/card/:token
  • GET api/embed/card/:token/field/:field-id/remapping/:remapped-id
  • GET api/embed/card/:token/field/:field-id/search/:search-field-id
  • GET api/embed/card/:token/field/:field-id/values
  • GET api/embed/card/:token/params/:param-key/search/:prefix
  • GET api/embed/card/:token/params/:param-key/values
  • GET api/embed/card/:token/query
  • GET api/embed/card/:token/query/:export-format
  • GET api/embed/dashboard/:token
  • GET api/embed/dashboard/:token/dashcard/:dashcard-id/card/:card-id
  • GET api/embed/dashboard/:token/dashcard/:dashcard-id/card/:card-id/:export-format
  • GET api/embed/dashboard/:token/field/:field-id/remapping/:remapped-id
  • GET api/embed/dashboard/:token/field/:field-id/search/:search-field-id
  • GET api/embed/dashboard/:token/field/:field-id/values
  • GET api/embed/dashboard/:token/params/:param-key/search/:prefix
  • GET api/embed/dashboard/:token/params/:param-key/values
  • GET api/embed/pivot/card/:token/query
  • GET api/embed/pivot/dashboard/:token/dashcard/:dashcard-id/card/:card-id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

.BackendEmbedding/Use this label when unsure which flavor of embedding is impacted

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions