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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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