vladimir
03-05-2024Cloud Apps
Compose SDK - useGetDashboardModel include widgets
Hi,
Why i am not getting widgets info when using useGetDashboardModel({
dashboardOid: <oid>,
includeWidgets: true,
}); ?
This is offficial Compose SDK hook which calls https://analytics.com/api/v1/dashboards/<oid>?expand=widgets&trc=sdk-ui-1.3.0 in the background.
Is there anything we need to include in the Dashboard settings to allow getting this info?