Leagues By Class
Leagues 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 - leagues jsonb
[
{
"class_id": 39,
"class_name": "New Zealand",
"class_hash_image": "050d479746999cf33221b483d42bf086ad7a87c305baf53dc57433516d5efe79",
"leagues": [
{
"id": 53,
"name": "NZIHL",
"hash_image": "790ee7389513138a83ede7be5e2d39b87a6ffb3f3e6ba12b8d134fc165e1563a"
}
]
}
]
Loading...