APIEndpoint referenceDashboard

/dashboard/basketball/tournaments/{id}/seasons

Both the name and the year are built from the season id, which is all the events table carries.

GET
/api/v2/dashboard/basketball/tournaments/{id}/seasons

Both the name and the year are built from the season id, which is all the events table carries. Newest first.

Path Parameters

id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/dashboard/basketball/tournaments/string/seasons"
[  {    "property1": null,    "property2": null  }]