Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • submissionID
  • eTag - optimistic concurrency flag; changes with each update
  • status - enum describing the state of the Submission, one of: OPEN, CLOSED, SCORED, INVALID
  • score - numerical score for this Submission (longdouble between 0 and 1)

REST API

Competition

URLHTTP TypeDescription
/competitionPOSTCreate a new Competition
/competition/{competitionId}GETGet a Competition
/competition/{competitionId}PUT

Update a Competition

/competition/{competitionId}DELETEDelete a Competition
/competitionGET

Batch Get Competitions (Paginated)

Optional request parameters:
limit (long), offset (long)

/competition/countGETGet the number of Competitions
/competition/name/{name}GETFind a Competition by name

...