GET v2/networks/{networkid}/playoffs/{id}/games
Return a specific playoff games infomation within this playoff by playoff id
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | playoff id |
Define this parameter in the request URI. |
| networkid |
Define this parameter in the request URI. |
Response Information
network id
Response body formats
application/json, text/json
Sample:
[
{
"home_note": "sample string 1",
"home_icon": "sample string 2",
"home_seed": "sample string 3",
"away_note": "sample string 4",
"away_icon": "sample string 5",
"away_seed": "sample string 6",
"v_match_id": "sample string 7",
"v_w_match_id": "sample string 8",
"v_style": "sample string 9",
"v_level": 10,
"game_level": 11,
"game_seq_num": 12,
"round_name": "sample string 13",
"id": 1,
"type": 0,
"start": "sample string 2",
"end": "sample string 3",
"playoff": {
"id": "sample string 1",
"name": "sample string 2"
},
"division": {
"id": "sample string 1",
"name": "sample string 2"
},
"league": {
"id": "sample string 1",
"name": "sample string 2"
},
"sport": {
"id": "sample string 1",
"name": "sample string 2"
},
"network": {
"id": "sample string 1",
"name": "sample string 2"
},
"home": {
"id": "sample string 1",
"name": "sample string 2"
},
"away": {
"id": "sample string 1",
"name": "sample string 2"
},
"surface": {
"id": "sample string 1",
"name": "sample string 2"
},
"facility": {
"id": "sample string 1",
"name": "sample string 2"
},
"status": 0,
"home_forfeited": true,
"away_forfeited": true,
"home_defaulted": true,
"away_defaulted": true,
"home_points": "sample string 8",
"away_points": "sample string 9",
"home_score": "sample string 10",
"away_score": "sample string 11",
"winner": "sample string 12",
"has_checked_in_players": true,
"is_in_club": true
},
{
"home_note": "sample string 1",
"home_icon": "sample string 2",
"home_seed": "sample string 3",
"away_note": "sample string 4",
"away_icon": "sample string 5",
"away_seed": "sample string 6",
"v_match_id": "sample string 7",
"v_w_match_id": "sample string 8",
"v_style": "sample string 9",
"v_level": 10,
"game_level": 11,
"game_seq_num": 12,
"round_name": "sample string 13",
"id": 1,
"type": 0,
"start": "sample string 2",
"end": "sample string 3",
"playoff": {
"id": "sample string 1",
"name": "sample string 2"
},
"division": {
"id": "sample string 1",
"name": "sample string 2"
},
"league": {
"id": "sample string 1",
"name": "sample string 2"
},
"sport": {
"id": "sample string 1",
"name": "sample string 2"
},
"network": {
"id": "sample string 1",
"name": "sample string 2"
},
"home": {
"id": "sample string 1",
"name": "sample string 2"
},
"away": {
"id": "sample string 1",
"name": "sample string 2"
},
"surface": {
"id": "sample string 1",
"name": "sample string 2"
},
"facility": {
"id": "sample string 1",
"name": "sample string 2"
},
"status": 0,
"home_forfeited": true,
"away_forfeited": true,
"home_defaulted": true,
"away_defaulted": true,
"home_points": "sample string 8",
"away_points": "sample string 9",
"home_score": "sample string 10",
"away_score": "sample string 11",
"winner": "sample string 12",
"has_checked_in_players": true,
"is_in_club": true
},
{
"home_note": "sample string 1",
"home_icon": "sample string 2",
"home_seed": "sample string 3",
"away_note": "sample string 4",
"away_icon": "sample string 5",
"away_seed": "sample string 6",
"v_match_id": "sample string 7",
"v_w_match_id": "sample string 8",
"v_style": "sample string 9",
"v_level": 10,
"game_level": 11,
"game_seq_num": 12,
"round_name": "sample string 13",
"id": 1,
"type": 0,
"start": "sample string 2",
"end": "sample string 3",
"playoff": {
"id": "sample string 1",
"name": "sample string 2"
},
"division": {
"id": "sample string 1",
"name": "sample string 2"
},
"league": {
"id": "sample string 1",
"name": "sample string 2"
},
"sport": {
"id": "sample string 1",
"name": "sample string 2"
},
"network": {
"id": "sample string 1",
"name": "sample string 2"
},
"home": {
"id": "sample string 1",
"name": "sample string 2"
},
"away": {
"id": "sample string 1",
"name": "sample string 2"
},
"surface": {
"id": "sample string 1",
"name": "sample string 2"
},
"facility": {
"id": "sample string 1",
"name": "sample string 2"
},
"status": 0,
"home_forfeited": true,
"away_forfeited": true,
"home_defaulted": true,
"away_defaulted": true,
"home_points": "sample string 8",
"away_points": "sample string 9",
"home_score": "sample string 10",
"away_score": "sample string 11",
"winner": "sample string 12",
"has_checked_in_players": true,
"is_in_club": true
}
]
application/xml, text/xml
Sample:
<ArrayOfPlayoffGameDtoV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO.V2">
<PlayoffGameDtoV2>
<away xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</away>
<away_defaulted xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</away_defaulted>
<away_forfeited xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</away_forfeited>
<away_points xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 9</away_points>
<away_score xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 11</away_score>
<division xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</division>
<end xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 3</end>
<facility xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</facility>
<has_checked_in_players xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</has_checked_in_players>
<home xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</home>
<home_defaulted xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</home_defaulted>
<home_forfeited xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</home_forfeited>
<home_points xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 8</home_points>
<home_score xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 10</home_score>
<id xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">1</id>
<is_in_club xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</is_in_club>
<league xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</league>
<network xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</network>
<playoff xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</playoff>
<sport xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</sport>
<start xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 2</start>
<status xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">ToBePlayed</status>
<surface xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</surface>
<type xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">RegularGame</type>
<winner xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 12</winner>
<away_icon>sample string 5</away_icon>
<away_note>sample string 4</away_note>
<away_seed>sample string 6</away_seed>
<game_level>11</game_level>
<game_seq_num>12</game_seq_num>
<home_icon>sample string 2</home_icon>
<home_note>sample string 1</home_note>
<home_seed>sample string 3</home_seed>
<round_name>sample string 13</round_name>
<v_level>10</v_level>
<v_match_id>sample string 7</v_match_id>
<v_style>sample string 9</v_style>
<v_w_match_id>sample string 8</v_w_match_id>
</PlayoffGameDtoV2>
<PlayoffGameDtoV2>
<away xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</away>
<away_defaulted xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</away_defaulted>
<away_forfeited xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</away_forfeited>
<away_points xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 9</away_points>
<away_score xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 11</away_score>
<division xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</division>
<end xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 3</end>
<facility xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</facility>
<has_checked_in_players xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</has_checked_in_players>
<home xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</home>
<home_defaulted xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</home_defaulted>
<home_forfeited xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</home_forfeited>
<home_points xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 8</home_points>
<home_score xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 10</home_score>
<id xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">1</id>
<is_in_club xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</is_in_club>
<league xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</league>
<network xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</network>
<playoff xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</playoff>
<sport xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</sport>
<start xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 2</start>
<status xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">ToBePlayed</status>
<surface xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</surface>
<type xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">RegularGame</type>
<winner xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 12</winner>
<away_icon>sample string 5</away_icon>
<away_note>sample string 4</away_note>
<away_seed>sample string 6</away_seed>
<game_level>11</game_level>
<game_seq_num>12</game_seq_num>
<home_icon>sample string 2</home_icon>
<home_note>sample string 1</home_note>
<home_seed>sample string 3</home_seed>
<round_name>sample string 13</round_name>
<v_level>10</v_level>
<v_match_id>sample string 7</v_match_id>
<v_style>sample string 9</v_style>
<v_w_match_id>sample string 8</v_w_match_id>
</PlayoffGameDtoV2>
<PlayoffGameDtoV2>
<away xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</away>
<away_defaulted xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</away_defaulted>
<away_forfeited xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</away_forfeited>
<away_points xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 9</away_points>
<away_score xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 11</away_score>
<division xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</division>
<end xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 3</end>
<facility xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</facility>
<has_checked_in_players xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</has_checked_in_players>
<home xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</home>
<home_defaulted xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</home_defaulted>
<home_forfeited xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</home_forfeited>
<home_points xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 8</home_points>
<home_score xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 10</home_score>
<id xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">1</id>
<is_in_club xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">true</is_in_club>
<league xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</league>
<network xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</network>
<playoff xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</playoff>
<sport xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</sport>
<start xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 2</start>
<status xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">ToBePlayed</status>
<surface xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">
<id>sample string 1</id>
<name>sample string 2</name>
</surface>
<type xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">RegularGame</type>
<winner xmlns="http://schemas.datacontract.org/2004/07/imLeagues.API.DTO">sample string 12</winner>
<away_icon>sample string 5</away_icon>
<away_note>sample string 4</away_note>
<away_seed>sample string 6</away_seed>
<game_level>11</game_level>
<game_seq_num>12</game_seq_num>
<home_icon>sample string 2</home_icon>
<home_note>sample string 1</home_note>
<home_seed>sample string 3</home_seed>
<round_name>sample string 13</round_name>
<v_level>10</v_level>
<v_match_id>sample string 7</v_match_id>
<v_style>sample string 9</v_style>
<v_w_match_id>sample string 8</v_w_match_id>
</PlayoffGameDtoV2>
</ArrayOfPlayoffGameDtoV2>