Merge report¶
Endpoint: {{apiRoute}}/reports/:reportId/merge
What it does: This endpoint is used to join several reports into one (the id passed in the url)
Parameters:
- reportId: the id of the report to merge
Body:
- slaveReports: An array of report ids to merge
- deleteSlaves: True by default. If is set to false slave reports will not be deleted after the merge
Example: