Report - Clones a report by ID with provided details

Clones the requested report identified by its unique ID with the provided details.

post
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
reportIdstring · uuidRequired

Enter ID of the report to clone.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Body
namestring · nullableOptional
targetWorkspaceIdstring · uuid · nullableOptional
targetModelIdstring · nullableOptional
Responses
chevron-right
200

Success: The report was successfully cloned with the provided details.

idstring · uuidOptional
namestring · nullableOptional
datasetIdstring · nullableOptional
appIdstring · nullableOptional
descriptionstring · nullableOptional
reportTypestring · nullableOptional
originalReportIdstring · uuid · nullableOptional
webUrlstring · nullableOptional
embedUrlstring · nullableOptional
post
/reports/{reportId}

Last updated