Skip to main content
GET
Get division

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

division_id
string
required

Division to return.

Pattern: ^div_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Response

Successful Response

id
string
required

Division ID.

name
string
required

Human-readable division name.

level
integer
required

Division's ordered level within its league.

type
string
required

Competition role of this division.

hidden
boolean
required

Whether the division is omitted from division listings.

league
LeaguePublic · object
required

League containing this division.

created_at
string<date-time>
required

Time when the division was created.

description
string | null

Public description of the division.

archived_at
string<date-time> | null

Time when the division was archived, or null while it is active.

round_schedule
Round Schedule · object | null

Structured round schedule, or null when no schedule is configured.

notes
string | null

Notes about the division.

commissioner_description
DivisionCommissionerDescriptionPublic · object | null

Commissioner-authored explanation of the division.