ContributionsMost RecentNewest TopicsMost LikesSolutionsRest API widget GET endpoint returns 200 but widget PATCH returns 404 with same dashID and widgetID When calling the widget GET endpoint with a valid dashboardId and widgetId, I get a 200 response with expected widget information. But when calling the widget PATCH endpoint with the same dashboardId and widgetId and a valid request body, I get a 404 with a response that says the widget was not found under the dashboard. I attached a screen shot to help clarify. How does this make sense when the GET returns a 200? What could I be doing wrong? We are using Sisense Windows version: 8.2.1.10097. Using Rest API to export a widget with filters Hello, I can't figure out how to apply a filter to the export widget png REST API endpoint. I.E /dashboards/{dashboardId}/widgets/{id}/export/png. When looking at the request parameters for that endpoint, I'm only seeing authorization, dashboardId, id, width and height. How do I apply a filter? SolvedRe: Error rendering tablewidget using sisenseJs hello Katie, Thanks so much! The widget is a standard table widget and not an add-on. I'm going to have to submit a ticket to the Sisense Support team. I was hoping you could answer another post I made regarding widget headers. They seem not to display when using the SisenseJS. But they do when using an iframe. Is that expected behavior? A link to the post is https://community.sisense.com/t5/embed-analytics/how-to-get-a-widget-menu-to-show-using-sisensejs/td-p/3220. Is there a way I can get the widget header using SinsenseJS so the user can download the indicator data? Below is a screen shot from an iframe in which the widget header is displayed. I don't get the title, information icon or vertical ellipsis when I use SisenseJs to render the widget. Thanks in advance. 🙂 This is the widget when rendered using SisenseJs... How to get a widget menu to show using sisenseJs hello, I'm having trouble getting the menu to show when using sisenseJS. It displays when embedding the iframe. On my screenshot, the widget on the left is uses sisenseJs to render. The one on the right is embedded through an iframe. How can I get the menu to show on the left widget using sisenseJs? I followed the standard sisenseJs practice for displaying widgets via the sisense documentation. Is there a property on the widget class that I can set to true? Please help. Thanks. Re: Error rendering tablewidget using sisenseJs Hello KatieG. Thanks for helping. We're on Windows Pre 2021. Version: 8.2.1.10097. currently using js/sisense.js. I just tried to use v1 and now I'm getting a CORs error that I didn't get before. I added "https://localhost:4200" to the ../settings/system API endpoint but I'm still getting this error. Any Ideas? Re: Error rendering tablewidget using sisenseJs Hello KatieG. Thanks for helping. We're on Windows Pre 2021. Version: 8.2.1.10097. currently using js/sisense.js. I just tried to use v1 and now I'm getting a CORs error that I didn't get before. I added "https://localhost:4200" to the ../settings/system API endpoint but I'm still getting this error. Any Ideas? Error rendering tablewidget using sisenseJs I'm getting a console error when calling the sisenseJs dashboards API function "load". The dashboard contains a table widget that seems to be causing the issues. The console error is "error refreshing widget: "Cohort Facility Details". (inner exception: TypeError: Cannot read properties of undefined (reading '$$loaded')) - TypeError: Cannot read properties of undefined (reading '$$loaded') " Cohort Facility Details is a table widget. Does anyone have any ideas what could be going on?