GET api/Content/GetTopPlayersByDay?_League={_League}&_Day={_Day}&_RequestType={_RequestType}&_Season={_Season}&_Credencials={_Credencials}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| _League | string |
Required |
|
| _Day | integer |
Required |
|
| _RequestType | string |
Required |
|
| _Season | integer |
Required |
|
| _Credencials | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of cEntityTopPlayers| Name | Description | Type | Additional information |
|---|---|---|---|
| game_id | integer |
None. |
|
| player_id | integer |
None. |
|
| TEAM_ID | integer |
None. |
|
| team_name | string |
None. |
|
| team_logo | string |
None. |
|
| player_nr | integer |
None. |
|
| player_name | string |
None. |
|
| player_value | string |
None. |
|
| player_stats | string |
None. |
|
| POSITION | string |
None. |
|
| photo_url | string |
None. |
|
| nationality | string |
None. |
|
| dateOfBirth_Alpha | string |
None. |
|
| pos | integer |
None. |
|
| totalgames | integer |
None. |
|
| totalclassification | decimal number |
None. |
|
| averageclassification | decimal number |
None. |
|
| cErro | boolean |
None. |
|
| cerrodesc | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"game_id": 1,
"player_id": 2,
"TEAM_ID": 3,
"team_name": "sample string 4",
"team_logo": "sample string 5",
"player_nr": 6,
"player_name": "sample string 7",
"player_value": "sample string 8",
"player_stats": "sample string 9",
"POSITION": "sample string 10",
"photo_url": "sample string 11",
"nationality": "sample string 12",
"dateOfBirth_Alpha": "sample string 13",
"pos": 14,
"totalgames": 15,
"totalclassification": 16.0,
"averageclassification": 17.0,
"cErro": true,
"cerrodesc": "sample string 19"
},
{
"game_id": 1,
"player_id": 2,
"TEAM_ID": 3,
"team_name": "sample string 4",
"team_logo": "sample string 5",
"player_nr": 6,
"player_name": "sample string 7",
"player_value": "sample string 8",
"player_stats": "sample string 9",
"POSITION": "sample string 10",
"photo_url": "sample string 11",
"nationality": "sample string 12",
"dateOfBirth_Alpha": "sample string 13",
"pos": 14,
"totalgames": 15,
"totalclassification": 16.0,
"averageclassification": 17.0,
"cErro": true,
"cerrodesc": "sample string 19"
}
]
application/xml, text/xml
Sample:
<ArrayOfStatistic.cEntityTopPlayers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceGames">
<Statistic.cEntityTopPlayers>
<POSITION>sample string 10</POSITION>
<TEAM_ID>3</TEAM_ID>
<averageclassification>17</averageclassification>
<cErro>true</cErro>
<cerrodesc>sample string 19</cerrodesc>
<dateOfBirth_Alpha>sample string 13</dateOfBirth_Alpha>
<game_id>1</game_id>
<nationality>sample string 12</nationality>
<photo_url>sample string 11</photo_url>
<player_id>2</player_id>
<player_name>sample string 7</player_name>
<player_nr>6</player_nr>
<player_stats>sample string 9</player_stats>
<player_value>sample string 8</player_value>
<pos>14</pos>
<team_logo>sample string 5</team_logo>
<team_name>sample string 4</team_name>
<totalclassification>16</totalclassification>
<totalgames>15</totalgames>
</Statistic.cEntityTopPlayers>
<Statistic.cEntityTopPlayers>
<POSITION>sample string 10</POSITION>
<TEAM_ID>3</TEAM_ID>
<averageclassification>17</averageclassification>
<cErro>true</cErro>
<cerrodesc>sample string 19</cerrodesc>
<dateOfBirth_Alpha>sample string 13</dateOfBirth_Alpha>
<game_id>1</game_id>
<nationality>sample string 12</nationality>
<photo_url>sample string 11</photo_url>
<player_id>2</player_id>
<player_name>sample string 7</player_name>
<player_nr>6</player_nr>
<player_stats>sample string 9</player_stats>
<player_value>sample string 8</player_value>
<pos>14</pos>
<team_logo>sample string 5</team_logo>
<team_name>sample string 4</team_name>
<totalclassification>16</totalclassification>
<totalgames>15</totalgames>
</Statistic.cEntityTopPlayers>
</ArrayOfStatistic.cEntityTopPlayers>