Tournaments By League
Tournaments By League
Query Parameters
- league_id integerExample: eq.53
- offset string
Default value:
0Limiting and Pagination
Example: 0 - limit string
Default value:
50Limiting and Pagination
Example: 50 - lang string
Default value:
enMulti-language
Example: en
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- league_id integer
Note: This is a Foreign Key to
leagues.id. - league_name text
- league_hash_image character varying
Possible values:
<= 64 characters - tournaments jsonb
[
{
"league_id": 53,
"league_name": "NZIHL",
"league_hash_image": "790ee7389513138a83ede7be5e2d39b87a6ffb3f3e6ba12b8d134fc165e1563a",
"tournaments": [
{
"id": 52,
"name": "NZIHL",
"importance": 0
},
{
"id": 131,
"name": "NZIHL - Playoffs",
"importance": 0
}
]
}
]
Loading...