GET v3/me/leagues/{id}/playoffs

PARTICIPANT — the playoffs (brackets) of a league. The legacy league home listed every bracket with a View link for ALL viewers; the admin playoffs/list wrapper re-gates IsSportAdmin inside PlayoffApi.GetLeaguePlayoffList, so this member read calls the UNGATED page-pure collection (Business.PlayoffsSettings.GetLeaguePlayoffsCollection — the same source the BO reads) and projects the same PlayoffSettingVO rows the admin picker consumes.

Request Information

Parameters

NameDescriptionAdditional information
id
league id

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "playoffList": null
}

application/xml, text/xml

Sample:
<LeaguePlayoffListOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.League">
  <PlayoffList i:nil="true" />
</LeaguePlayoffListOutVO>

multipart/form-data

Sample:

Sample not available.