GET api/Content/GetPlayersGames?_PlayerId={_PlayerId}&_Credencials={_Credencials}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_PlayerId

integer

Required

_Credencials

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of cEntityPlayerGames
NameDescriptionTypeAdditional information
gameid

integer

None.

matchday

integer

None.

team_id

integer

None.

player_stats

string

None.

Inicial_sub

string

None.

games_namehome

string

None.

games_nameqway

string

None.

games_date

string

None.

games_goalshome

integer

None.

games_goalsaway

integer

None.

games_result

string

None.

season

integer

None.

cErro

boolean

None.

cerrodesc

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "gameid": 1,
    "matchday": 2,
    "team_id": 3,
    "player_stats": "sample string 4",
    "Inicial_sub": "sample string 5",
    "games_namehome": "sample string 6",
    "games_nameqway": "sample string 7",
    "games_date": "sample string 8",
    "games_goalshome": 9,
    "games_goalsaway": 10,
    "games_result": "sample string 11",
    "season": 12,
    "cErro": true,
    "cerrodesc": "sample string 14"
  },
  {
    "gameid": 1,
    "matchday": 2,
    "team_id": 3,
    "player_stats": "sample string 4",
    "Inicial_sub": "sample string 5",
    "games_namehome": "sample string 6",
    "games_nameqway": "sample string 7",
    "games_date": "sample string 8",
    "games_goalshome": 9,
    "games_goalsaway": 10,
    "games_result": "sample string 11",
    "season": 12,
    "cErro": true,
    "cerrodesc": "sample string 14"
  }
]

application/xml, text/xml

Sample:
<ArrayOfStatistic.cEntityPlayerGames xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServiceGames">
  <Statistic.cEntityPlayerGames>
    <Inicial_sub>sample string 5</Inicial_sub>
    <cErro>true</cErro>
    <cerrodesc>sample string 14</cerrodesc>
    <gameid>1</gameid>
    <games_date>sample string 8</games_date>
    <games_goalsaway>10</games_goalsaway>
    <games_goalshome>9</games_goalshome>
    <games_namehome>sample string 6</games_namehome>
    <games_nameqway>sample string 7</games_nameqway>
    <games_result>sample string 11</games_result>
    <matchday>2</matchday>
    <player_stats>sample string 4</player_stats>
    <season>12</season>
    <team_id>3</team_id>
  </Statistic.cEntityPlayerGames>
  <Statistic.cEntityPlayerGames>
    <Inicial_sub>sample string 5</Inicial_sub>
    <cErro>true</cErro>
    <cerrodesc>sample string 14</cerrodesc>
    <gameid>1</gameid>
    <games_date>sample string 8</games_date>
    <games_goalsaway>10</games_goalsaway>
    <games_goalshome>9</games_goalshome>
    <games_namehome>sample string 6</games_namehome>
    <games_nameqway>sample string 7</games_nameqway>
    <games_result>sample string 11</games_result>
    <matchday>2</matchday>
    <player_stats>sample string 4</player_stats>
    <season>12</season>
    <team_id>3</team_id>
  </Statistic.cEntityPlayerGames>
</ArrayOfStatistic.cEntityPlayerGames>