Contests
API Methods at /contests route
Last updated
API Methods at /contests route
Last updated
Under construction.
GET
https://api.sort-me.org/contests/getByID
.
id*
int
ID of the contest
code
string
Secret code to access contest. Required only for link-access contests, if you are not registered and not an admin
POST
https://api.sort-me.org/contests/register
Register to contest as participant.
This method is idempotent: if you are already registered, it will return status OK.
contest_id*
int
ID of the contest
code
string
Secret code to access contest. Required only for link-access contests
GET
https://api.sort-me.org/contests/getAvailable
Returns previews of contests, which is shown on top on "Contests" tab. These are contests to which you are registered and contests for which any Sort Me user can register.
GET
https://api.sort-me.org/contests/getParticipated
Get contests in which you participated and which are already finished.
offset
int
Pagination parameter.
Use id
field.
GET
https://api.sort-me.org/contests/getManaged
offset
int
Pagination parameter.
Use id
field.
.
.
.
with N = 24.
.
.
with N = 24.