You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for a way to retrieve all dashboard groups. I have successfully used the get_user_dashboards API call to fetch the dashboards, but I need a similar method to get all dashboard groups.
Current Usage
Here is a snippet of how I currently fetch customer dashboards:
Description
I am looking for a way to retrieve all dashboard groups. I have successfully used the
get_user_dashboards
API call to fetch the dashboards, but I need a similar method to get all dashboard groups.Current Usage
Here is a snippet of how I currently fetch customer dashboards:
What I need to do is get the dashboard groups in the same way, something like this:
Is there any way to do this without knowing the group id?
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: