Get generated contest CSV reports with download links
Authentication with the “FERMION-API-KEY” header is required to use this endpoint.
Rate limit: Maximum 60 requests in a window of 1m.
cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/get-contest-csv-report-export-data \ --header 'Content-Type: application/json' \ --header 'FERMION-API-KEY: <api-key>' \ --data ' { "data": [ { "data": { "pageSize": 20, "pageNumber": 5000, "fermionDigitalProductId": "<string>", "searchLookupTerm": "<string>" } } ] } '
[ { "output": { "status": "ok", "data": { "totalRecordsCount": 123, "pageNumber": 2, "pageData": [ { "reportId": "<string>", "reportCreatedAt": "2023-11-07T05:31:56Z", "reportName": "<string>", "reportStatus": "Processed", "reportDownloadUrl": "<string>" } ] } } } ]
API Request Body
Show child attributes
API Response Body