Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Anonymous
Not 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

 

Just gives me 404. Other GETs like /Data or /DataSources work fine. Is this the right calling syntax? I don't really see what this "$value" thing is in the URL.

1 ACCEPTED SOLUTION
mgmeyer
Power BI Team
Power 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

 

View solution in original post

2 REPLIES 2
mgmeyer
Power BI Team
Power 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

 

v-qiuyu-msft
Community Support
Community Support

Hi @Anonymous,

 

I have sent a email to consult this issue internally, will update here once I get any information. 

 

Best Regards,
Qiuyun Yu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.