Report - Clones a report by ID with provided details
Authorizations
Path parameters
reportIdstring · uuidRequired
Enter ID of the report to clone.
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Body
namestring | nullableOptional
targetWorkspaceIdstring · uuid | nullableOptional
targetModelIdstring | nullableOptional
Responses
200
Success: The report was successfully cloned with the provided details.
403
Forbidden: Permission denied to clone the report.
404
Not Found: The specified report was not found, the URL is invalid, or the resource has been deleted.
409
Conflict: The cloning request could not be completed due to an existing report with conflicting details.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
POST /reports/{reportId} HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 97
{
"name": "text",
"targetWorkspaceId": "123e4567-e89b-12d3-a456-426614174000",
"targetModelId": "text"
}
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"datasetId": "text",
"appId": "text",
"description": "text",
"reportType": "text",
"originalReportId": "123e4567-e89b-12d3-a456-426614174000",
"webUrl": "text",
"embedUrl": "text",
"users": [
{
"emailAddress": "text",
"displayName": "text",
"identifier": "text",
"graphId": "text",
"userType": "text",
"principalType": {},
"profile": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"displayName": "text"
},
"reportUserAccessRight": {}
}
],
"subscriptions": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"title": "text",
"artifactId": "123e4567-e89b-12d3-a456-426614174000",
"artifactDisplayName": "text",
"subArtifactDisplayName": "text",
"artifactType": "text",
"isEnabled": true,
"frequency": "text",
"startDate": "2025-06-27T11:41:15.859Z",
"endDate": "2025-06-27T11:41:15.859Z",
"linkToContent": true,
"previewImage": true,
"attachmentFormat": "text",
"users": [
{
"emailAddress": "text",
"displayName": "text",
"identifier": "text",
"graphId": "text",
"userType": "text",
"principalType": {},
"profile": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"displayName": "text"
}
}
]
}
]
}
PreviousReport - Retrieves details of a specific report by IDNextReport - Deletes a Power BI report by ID
Last updated