Teams By Tournament
Teams By Tournament
Query Parameters
- tournament_id integerExample: eq.52
- 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
- tournament_id integer
Note: This is a Primary Key.
- tournament_name text
- teams jsonb
[
{
"tournament_id": 52,
"tournament_name": "NZIHL",
"teams": [
{
"team_id": 86,
"team_name": "Auckland Mako",
"team_hash_image": "cd6042263348e048ec4bd0d0e61801de55f1d2129e2d9dda3fe69cf1193c9c06"
},
{
"team_id": 97,
"team_name": "Botany Swarm",
"team_hash_image": "4d80741fdca183186aac397f5257eb99955da0f8cc4f58bc577b695c187267a5"
},
{
"team_id": 117,
"team_name": "West Auckland Admirals",
"team_hash_image": "86122f76b9a14935f89e0555046f6763d5e01e8afdd08c66ad3f96d516abb0b4"
},
{
"team_id": 107,
"team_name": "Skycity Stampede",
"team_hash_image": "b737632a36fc3c99c490dd080b25df41dde8e26e91c3fd27556106bb2adf1285"
},
{
"team_id": 135,
"team_name": "Canterbury Red Devils",
"team_hash_image": "105dfa1efa4a4e01fd39bc425e7e1e3f26a6074f0074d00e619501d34d6f1d3f"
},
{
"team_id": 150,
"team_name": "Dunedin Thunder",
"team_hash_image": "106438869b59a25d86e80d5d48c72a2e9c8ce3dc28786aef6111d26fda1f4d54"
}
]
}
]
Loading...