Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

return of api support Dashboards/Widgets #19644

Open
jeasoncz opened this issue Jun 14, 2024 · 1 comment
Open

return of api support Dashboards/Widgets #19644

jeasoncz opened this issue Jun 14, 2024 · 1 comment

Comments

@jeasoncz
Copy link

From version 6.x, the ability to read data from widgets on dashboards disappeared in the browser api.
In the older version 2.3.x it is working.

Dashboards/Widgets : Manage widgets of an existing dashboard
post /dashboards/{dashboardId}/widgets
Add a widget to a dashboard
put /dashboards/{dashboardId}/widgets/{widgetId}
Update a widget
delete /dashboards/{dashboardId}/widgets/{widgetId}
Delete a widget
get /dashboards/{dashboardId}/widgets/{widgetId}
Get a widget
put /dashboards/{dashboardId}/widgets/{widgetId}/cachetime
Update cache time of a widget
put /dashboards/{dashboardId}/widgets/{widgetId}/description
Update description of a widget
get /dashboards/{dashboardId}/widgets/{widgetId}/value
Get a single widget value.

@dennisoelkers
Copy link
Member

Hey @jeasoncz,

what are you using the endpoint for? Just asking to understand the requirements. We could certainly bring back the endpoint, but you are the first one actually asking for it.

@kmerz kmerz added the triaged label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants