Schemas
In progress, API not available for public use.
Querying the API
Constants
type TabroomAsset = string;
type School = string
type Circuit = string
type ElimRoundName =
"Finals" |
"Semifinals" |
"Quarterfinals" |
"Octafinals" |
"Double Octafinals" |
"Triple Octafinals" |
"Quadruple Octafinals"
type Bid =
"full" |
"partial"
type Event =
"Public Forum" |
"Lincoln Douglas" |
"Policy"
type RoundType =
"prelim" |
"elim"
type Side =
"Pro" |
"Con" |
"Aff" |
"Neg"
type Result =
"Win" |
"Loss" |
"Bye"Document Fragments
Models
Judge
Judge Record
Entry
Tournament Result
Round
Tournament
Competitor
Last updated