cURL
curl --request POST \ --url https://api.mapademics.com/v1/reports/{reportId}/duplicate \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "organizationId": "<string>", "name": "<string>", "description": "<string>", "settings": { "reportType": "occupationCrosswalk", "courses": [ "<string>" ], "jobs": [ { "id": "15-1252", "lib": "soc" } ], "skills": [ { "id": "<string>", "lib": "internal" } ], "grouping": "courses", "view": "<string>", "area": { "type": "national", "code": "<string>" }, "version": 123 }, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z" }
Creates a copy of an existing report with ‘(Copy)’ appended to the name
API key for authentication
Unique identifier for the report
Report duplicated successfully
Show child attributes
Was this page helpful?