cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/get-contest-csv-report-export-data \ --header 'Content-Type: application/json' \ --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>" } ] } } } ]
Get generated contest CSV reports with download links
Rate limit: Maximum 60 requests in a window of 1m.
API Request Body
The body is of type object.
object
API Response Body
The response is of type object[].
object[]