Report - Clone the requested report with the provided details
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
reportIdstring · uuidRequired
Enter ID of the report to clone.
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Header 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
/reports/{reportId}Last updated