ContributionsMost RecentNewest TopicsMost LikesSolutions/dashboards/admin not working on Linux 2025.3 Hello, We have been using Linux version 2025.2 and having no issues with the endpoint "/dashboards/admin". Now, we upgraded to 2025.3 and the "/dashboards/admin" endpoint is returning 500 error code 'Internal Server Error'. Other endpoints are working as expected. Wondering if there is a new endpoint to be using now, or some server setting we need to adjust. Appreciate the any assistance. Re: API exporting dashboard as PDF paper Format Thanks AssafHanina, works correctly now. Re: API exporting dashboard as PDF paper Format Thanks DRay, that was the answer I needed API exporting dashboard as PDF paper Format Hi, Recently upgraded to Sisense Linux which required updating some syntax of API calls. Managed to get the exporting call working, however, having an issue with the "paperFormat" parameter. Pre-upgrade I was able to use "paperFormat": "letter" to export a dashboard in US Letter format. Now it's returning an error code that it doesn't recognize this value. I've tried "Letter" and "US Letter" returning a similar issue. Seems to work fine when "paperFormat": "A4". Or exporting "Letter" via the UI. Is there a list of valid values that is parameter can accept? Or what is the correct value of "letter" that the API accepts. Thanks, Solved