POST
/
public
/
export-contest-csv-report
Export contest CSV report
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>"
      }
    }
  }
]

Body

application/json

API Request Body

The body is of type object.

Response

200 - application/json

API Response Body

The response is of type object[].