POST api/Tournament/GetPlayerHistory?playerId={playerId}&signature={signature}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| playerId | integer |
Required |
|
| signature | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PlayerHistoryDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PlayerNodeId | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Accounts | Collection of PlayerHistoryAccount |
None. |
Response Formats
application/json, text/json
Sample:
{
"PlayerNodeId": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Accounts": null
}