POST v3/networks/{id}/teamstops

Search for teams statistics top categorys

Request Information

Parameters

NameDescriptionAdditional information
inVO
params

Define this parameter in the request body.

id
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "seasonFrom": "sample string 1",
  "seasonTo": "sample string 2",
  "schoolId": "sample string 3",
  "sportId": "sample string 4",
  "leagueId": "sample string 5",
  "divisionId": "sample string 6",
  "pageIndex": 7,
  "pageSize": 8,
  "sortExpression": "sample string 9",
  "isReverseSort": true
}

application/xml, text/xml

Sample:
<TopPerformerTeamsSearchVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Network">
  <DivisionId>sample string 6</DivisionId>
  <IsReverseSort>true</IsReverseSort>
  <LeagueId>sample string 5</LeagueId>
  <PageIndex>7</PageIndex>
  <PageSize>8</PageSize>
  <SchoolId>sample string 3</SchoolId>
  <SeasonFrom>sample string 1</SeasonFrom>
  <SeasonTo>sample string 2</SeasonTo>
  <SortExpression>sample string 9</SortExpression>
  <SportId>sample string 4</SportId>
</TopPerformerTeamsSearchVO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Top category list

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.