Forum Discussion
steve
03-07-2025Sisense Employee
I think the 3rd option in your list may be your best shot. This is how we do it inside Compose SDK e.g useGetDashboardModel
In terms of network traffic efficiency, on the first call you may also include a fields list so only the ones you need for using in your code are returned e.g. /api/v1/dashboards/{dashboardId}?fields=oid,title,datasource,filters
Hope that helps
Steve