Get a contest
repovive_get_contestRetrieve a complete contest record using its contest number or ObjectId. Searches through the contest list to find older contests as well.
Instructions
Fetch one contest's full record by contest number (the number shown in its title) or by ObjectId. Pages through the contest list until it finds a match, so older contests resolve too.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contest_id | No | Contest ObjectId (24 hex), an alternative to contest_number | |
| contest_number | No | Contest number, e.g. 21. Provide this or contest_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |