get contestants
Developing
By default: ?sort=-points
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET '/games//contestants'
Responses
application/json [
{
"assigned_ai": {
"id": 0,
"sdk": {
"id": 0,
"name": "string"
},
"note": "string",
"status": {
"state": "pending"
},
"user": {
"avatar_url": "string",
"nickname": "string",
"username": "string"
}
},
"performance": "string",
"permissions": {
"assign_ai_enabled": true,
"public_match_enabled": true
},
"points": 0,
"user": {
"avatar_url": "string",
"nickname": "string",
"username": "string",
"bio": "string",
"department": "string",
"name": "string",
"permissions": {
"can_create_game_or_contest": "true"
},
"school": "string"
}
}
]
Modified at 2023-12-19 16:48:23