Hi there, other newbie question. Is it a common/s...
# gd-beginners
c
Hi there, other newbie question. Is it a common/supported use case to embed the "dashboard building" experience into another app or is it just the ready made dashboard that can be embedded into an app experience?
m
Hi Christoph, I’m happy to help! If by "dashboard building" you mean the ability to create or edit dashboards, similar to the GoodData UI, then yes, it is possible to embed your dashboard in your app using Iframe. This is the simpler option. Additionally, you can also use the SDK UI, although it may require some workarounds. For reference, you can check an older thread from the community here: https://gooddataconnect.slack.com/archives/C04S1MSLEAW/p1751903672189789. Please let us know if you have any further questions.
c
cool, thank you! and that involves saving the resulting dashboard and then serving it as an embedded dashboard somewhere else in our app for a different set of users? So the API's to support a flow like this exist?
m
Hi, yes you would be able to use it in another 'instance' of you app, with another user for example. Regarding APIs, I recommend to have a look on our documentation to have a broad view: https://www.gooddata.com/docs/cloud/api-and-sdk/api/ and also, the complete API reference: https://www.gooddata.com/docs/cloud/api-and-sdk/api/api_reference_all/
c
awesome, thank you!