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

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[].