Forum Discussion
graymc
3 years agoFrequent Visitor
RESTAPI /datasets()/dependentitems "No HTTP resource" Error
The /datasets()/dependentitems and /datasets()/properties endpoints of the SSRS/PBIRS REST API is returning a "No HTTP resource was found that matches the request URI" error. For example, I can pull...
graymc
3 years agoFrequent Visitor
I found a solution after digging into the entity definitions and watching what happens in the RSHost log when you view dependencies from the UI. If you use the "CatalogItems" endpoint you can get the DependentItems information:
/reports/api/v2.0/CatalogItems(e03c9b1a-5369-423f-9172-91c6975f4274)/DependentItems
Watch out for the Swagger file that's out there for the REST API. It has lots of issues.
😤ðŸ˜