Report - Clone the requested report with the provided details
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
Body
namestring | nullableOptional
targetWorkspaceIdstring · uuid | nullableOptional
targetModelIdstring | nullableOptional
Responses
200
Indicates successful retrieval of existing cloned reports related details
403
"Indicates user does not have create/delete access"
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} 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-27T18:17:37.176Z",
"endDate": "2025-06-27T18:17:37.176Z",
"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"
}
}
]
}
]
}
Last updated