Report - Save the Power BI report into the application
Authorizations
Path parameters
reportIdstring · uuidRequired
Expects Id of an existing report
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
201
Indicates successful creation of the report
404
Indicates user does not exists. Cannot assign assets to a non-existing user!
409
Indicates data not inserted into table
500
Server related error
post
POST /reports/{reportId}/save HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"tenantId": "123e4567-e89b-12d3-a456-426614174000",
"assetId": "123e4567-e89b-12d3-a456-426614174000",
"assetType": "text",
"assetName": "text",
"embedUrl": "text",
"webUrl": "text",
"datasetId": "text",
"bindedDatasetId": "text",
"reportType": "text",
"reportPages": [
{
"ANY_ADDITIONAL_PROPERTY": "anything"
}
],
"isEffectiveIdentityRolesRequired": "text",
"isEffectiveIdentityRequired": "text",
"canView": true,
"canCreate": true,
"canEdit": true,
"canExport": true,
"reportParameter": [
"text"
]
}
Last updated