APIAPI v2V2 endpoint referenceV2
/referees/{refereeId}/competitions
Serves the competitions and seasons a referee has officiated in.
Serves the competitions and seasons a referee has officiated in.
Path Parameters
refereeId*string
Response Body
application/json
application/problem+json
application/problem+json
curl -X GET "https://example.com/referees/string/competitions"{ "property1": { "isNational": true, "seasons": [ { "seasonId": 0, "seasonName": "string" } ], "tournamentName": "string" }, "property2": { "isNational": true, "seasons": [ { "seasonId": 0, "seasonName": "string" } ], "tournamentName": "string" }}