The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 |
User | Count |
---|---|
7 | |
2 | |
2 | |
2 | |
2 |