Tournaments By Class
Tournaments By Class
Query Parameters
- class_id integerExample: eq.39
- 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
- class_id integer
Note: This is a Foreign Key to
classes.id. - class_name text
- class_hash_image character varying
Possible values:
<= 64 characters - tournaments jsonb
[
{
"class_id": 39,
"class_name": "New Zealand",
"class_hash_image": "050d479746999cf33221b483d42bf086ad7a87c305baf53dc57433516d5efe79",
"tournaments": [
{
"id": 52,
"name": "NZIHL",
"importance": 0
},
{
"id": 131,
"name": "NZIHL - Playoffs",
"importance": 0
}
]
}
]
Loading...