Forum Discussion
Anonymous
8 years agoNot applicable
SSRS 2017 REST calls for Content?
I am trying to use the new REST API in SSRS/PBIRS 2017 and cannot get the Content retrieval endpoints to work. I just get 404 errors: /api/v2.0/DataSets(Path='/path/to/ds')/Content/$value ...
- 8 years ago
Looks like this may be a bug for this particular API I'll file it on our end, as we workaround you can use the following which should work:
/api/v2.0/CatalogItems(Path='/path/to/ds')/Content/$value
mgmeyer
8 years agoPower BI Team
Looks like this may be a bug for this particular API I'll file it on our end, as we workaround you can use the following which should work:
/api/v2.0/CatalogItems(Path='/path/to/ds')/Content/$value