Forum Discussion
API for getting users of a dashboard without being admin, i.e. owner of the dashboard
- Anonymous4 years ago
Hi Anonymous ,
The URI Parameters dashboardId of this Rest API request is a specific dashboard id of a workspace you are looking for, not a report id just as shown in below screenshot. And what you are getting is actually the report id ("ReportSection" after the ID)... You can follow the steps in my previous post to get the dashboard id...
Best Regards
Hi Anonymous ,
The URI Parameters dashboardId of this Rest API request is a specific dashboard id of a workspace you are looking for, not a report id just as shown in below screenshot. And what you are getting is actually the report id ("ReportSection" after the ID)... You can follow the steps in my previous post to get the dashboard id...
Best Regards
Hi Anonymous
Thanks again for this. You are correct, I was using the Report ID not the dashbaord ID as shown below:
.Based on my org's security settings I cannot publish a report as the dashboard. So, I was using the wrong API. I should have used this one
However, after using this one that asks for the report ID, I am still getting a 404 error, so I guess I do not have admin rights.