Rounds.wtf
  • Rounds Docs
  • FAQ
  • API
Powered by GitBook
On this page

API

PreviousFAQ

Last updated 11 months ago

Communities

Rounds

Submissions

get
Query parameters
currentPagestringOptionalExample: {"value":"1"}
pageSizestringOptionalExample: {"value":"20"}
Responses
200
Get many communities
get
GET /api/public/v1/communities HTTP/1.1
Host: rounds.wtf
Accept: */*
200

Get many communities

No content

get
Path parameters
communityIdstringRequiredExample: {"value":"4"}
Responses
200
Get a single community
get
GET /api/public/v1/communities/{communityId} HTTP/1.1
Host: rounds.wtf
Accept: */*
200

Get a single community

No content

get
Query parameters
currentPagestringOptionalExample: {"value":"1"}
pageSizestringOptionalExample: {"value":"20"}
communityIdstringOptionalExample: {"value":"4"}
Responses
200
Get many rounds
get
GET /api/public/v1/rounds HTTP/1.1
Host: rounds.wtf
Accept: */*
200

Get many rounds

No content

get
Path parameters
roundIdstringRequiredExample: {"value":"4"}
Responses
200
Get a single round
get
GET /api/public/v1/rounds/{roundId} HTTP/1.1
Host: rounds.wtf
Accept: */*
200

Get a single round

No content

get
Path parameters
roundIdstringRequiredExample: {"value":"4"}
Responses
200
Get many winners for a single round
get
GET /api/public/v1/rounds/{roundId}/winners HTTP/1.1
Host: rounds.wtf
Accept: */*
200

Get many winners for a single round

No content

get
Query parameters
currentPagestringOptionalExample: {"value":"1"}
pageSizestringOptionalExample: {"value":"20"}
roundIdstringOptionalExample: {"value":"4"}
Responses
200
Get many submissions
get
GET /api/public/v1/submissions HTTP/1.1
Host: rounds.wtf
Accept: */*
200

Get many submissions

No content

get
Path parameters
submissionIdstringRequiredExample: {"value":"sub_WEtUnQ8Xszg6se2J"}
Responses
200
Get a single submission
get
GET /api/public/v1/submissions/{submissionId} HTTP/1.1
Host: rounds.wtf
Accept: */*
200

Get a single submission

No content

  • Communities
  • GET/communities
  • GET/communities/{communityId}
  • Rounds
  • GET/rounds
  • GET/rounds/{roundId}
  • GET/rounds/{roundId}/winners
  • Submissions
  • GET/submissions
  • GET/submissions/{submissionId}