cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/export-contest-csv-report \ --header 'Content-Type: application/json' \ --data '{ "data": [ { "data": { "fermionDigitalProductId": "<string>", "reportName": "<string>" } } ] }'
[ { "output": { "status": "ok", "data": { "message": "<string>" } } } ]
Request generation of a CSV report for contest attempts
Rate limit: Maximum 10 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[]