Posted 20 December 2018, 7:56 am EST
I need to get a list of report information about the reports that a user has permission to access. I thought it could be easy with one query but I couldn’t find a good way.
Can you help?
Thanks.
Forums Home / ActiveReports / ActiveReports Server
Posted by: abet on 20 December 2018, 7:56 am EST
Posted 20 December 2018, 7:56 am EST
I need to get a list of report information about the reports that a user has permission to access. I thought it could be easy with one query but I couldn’t find a good way.
Can you help?
Thanks.
Posted 23 December 2018, 4:29 pm EST
Hello,
You can see the report on which the user has access through the following RestAPI: http://localhost:8080/api/reports/
Above RestAPI only shows the report on which user has the permission.
Hope it helps.
Thanks.