WebReport results via SOAP API?

@masonje, there is SOAP API or other API calls to access the results of Web Reports output.

Here is an idea.

Can the IT dashboard include Web Reports as an iframe?

Then you can define a user within Web Reports with restricted capabilities, and hardcode the credentials into a Web Reports URL.

For example, this is the URL of a report your have:

http://maze:52312/webreports?page=CustomReport&ReportID=20#filterManager=ec269ec8fe2a07fbef4ce17cdcf4292adfae4abd&reportInfo=1f522f5de936f64f7eda101d00584564169950c3

Add the username and password parameters:

http://maze:52312/webreports?Username=myusername&Password=mypassword&page=CustomReport&ReportID=20#filterManager=ec269ec8fe2a07fbef4ce17cdcf4292adfae4abd&reportInfo=1f522f5de936f64f7eda101d00584564169950c3