Skip to content

Clone report

Endpoint: {{apiRoute}}/reports/:reportId/clone

What it does: This endpoint is used to create a copy of a given report.

Parameters:

  • reportId: the id of the report to clone

Response:

Will return a json with the new created report id

{
  "resourceId": "string"
}