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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
nvkvrajesh
New Member

SSRS REST API to create report dynamically

I am trying to use the new REST API in SSRS/PBIRS 2017 and cannot able to create report dynamicaaly. I just get http 400 errors : bad request

 

we are using HTTP Post \Reports to Creates a new Report CatalogItem.

{
"Id": "01234567-89ab-cdef-0123-456789abcdef",
"Name": "string",
"Description": "string",
"Path": "string",
"Type": "Unknown",
"Hidden": true,
"Size": 0,
"ModifiedBy": "string",
"ModifiedDate": "2017-04-13T15:51:04Z",
"CreatedBy": "string",
"CreatedDate": "2017-04-13T15:51:04Z",
"ParentFolderId": "01234567-89ab-cdef-0123-456789abcdef",
"ContentType": "string",
"Content": "string",
"IsFavorite": true,
"HasDataSources": true,
"HasSharedDataSets": true,
"HasParameters": true
}

 

We tried passing Content as string and byte of array;But no luck we are getting Http 400 bad request error.

 

 

 

0 REPLIES 0

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.