GET api/Players/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BGMPlayerBindingModelName | Description | Type | Additional information |
---|---|---|---|
IDPlayer | integer |
None. |
|
Name | string |
String length: inclusive between 0 and 50 |
|
Surname | string |
String length: inclusive between 0 and 50 |
|
bday | date |
None. |
|
Initial_Elo | decimal number |
None. |
|
initial_Elo_experience | decimal number |
None. |
|
Elo | decimal number |
None. |
|
Elo_date | date |
None. |
|
Elo_experience | decimal number |
None. |
|
no_rating | boolean |
None. |
|
sex | string |
Max length: 1 |
|
string |
Max length: 255 |
||
nick_ggridgammon | string |
Max length: 50 |
|
nick_challonge | string |
Max length: 50 |
|
telefone_1 | string |
Max length: 50 |
|
telefone_2 | string |
Max length: 50 |
|
nickname | string |
Max length: 50 |
|
name_display_selection | integer |
None. |
|
name_display_sel | string |
Max length: 25 |
|
PlayerFullName1 | string |
None. |
|
IDImg | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "IDPlayer": 1, "Name": "sample string 2", "Surname": "sample string 3", "bday": "2024-11-21T09:33:28.6324806+01:00", "Initial_Elo": 5.1, "initial_Elo_experience": 6.1, "Elo": 7.1, "Elo_date": "2024-11-21T09:33:28.6324806+01:00", "Elo_experience": 9.1, "no_rating": true, "sex": "sample string 11", "email": "sample string 12", "nick_ggridgammon": "sample string 13", "nick_challonge": "sample string 14", "telefone_1": "sample string 15", "telefone_2": "sample string 16", "nickname": "sample string 17", "name_display_selection": 18, "name_display_sel": "sample string 19", "PlayerFullName1": "sample string 20", "IDImg": 21 }
application/xml, text/xml
Sample:
<BGMPlayerBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BGManagerApi"> <Elo>7.1</Elo> <Elo_date>2024-11-21T09:33:28.6324806+01:00</Elo_date> <Elo_experience>9.1</Elo_experience> <IDImg>21</IDImg> <IDPlayer>1</IDPlayer> <Initial_Elo>5.1</Initial_Elo> <Name>sample string 2</Name> <PlayerFullName1>sample string 20</PlayerFullName1> <Surname>sample string 3</Surname> <bday>2024-11-21T09:33:28.6324806+01:00</bday> <email>sample string 12</email> <initial_Elo_experience>6.1</initial_Elo_experience> <name_display_sel>sample string 19</name_display_sel> <name_display_selection>18</name_display_selection> <nick_challonge>sample string 14</nick_challonge> <nick_ggridgammon>sample string 13</nick_ggridgammon> <nickname>sample string 17</nickname> <no_rating>true</no_rating> <sex>sample string 11</sex> <telefone_1>sample string 15</telefone_1> <telefone_2>sample string 16</telefone_2> </BGMPlayerBindingModel>