GET
Get reports made by players in a specific round
get/get-reports
Query parameters
roundinteger required
Id of round
Response
Success
Example response
{
"reports": [
{
"details": {
"fee_paid": "123456789123456789"
}
}
]
}