GET v3/games/geteditmemberstats?gameId={gameId}&gameType={gameType}&teamMemberId={teamMemberId}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
gameId | No documentation available. |
Define this parameter in the request URI. |
gameType | No documentation available. |
Define this parameter in the request URI. |
teamMemberId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "isDone": true, "code": 0, "message": "sample string 2", "data": {}, "cachedKey": "sample string 4", "correlationId": "d9db6f43-17b3-48ae-b481-caf74ee2bae0", "jwtTokenForSPA": "sample string 6", "jwtTokenIndexForSPA": 1 }
application/xml, text/xml
Sample:
<ResultOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common"> <CachedKey>sample string 4</CachedKey> <Code>None</Code> <CorrelationId>d9db6f43-17b3-48ae-b481-caf74ee2bae0</CorrelationId> <Data /> <IsDone>true</IsDone> <JwtTokenForSPA>sample string 6</JwtTokenForSPA> <JwtTokenIndexForSPA>1</JwtTokenIndexForSPA> <Message>sample string 2</Message> </ResultOutVO>