POST v1/user/league-score/rank
MOBILE - GET USER LEAGUE RANK
Request Information
URI Parameters
None.
Body Parameters
UserLeagueScoreTopListRequestModelName | Description | Type | Additional information |
---|---|---|---|
year | integer |
None. |
|
month | integer |
None. |
|
top | integer |
Required |
|
user_id |
User ID (GUID) |
string |
Required Data type: Text |
user_signature |
MD5 hash signature for the active user to validate the request |
string |
Required Data type: Text |
Request Format
application/json, text/json
Sample:
{ "year": 1, "month": 1, "top": 1, "user_id": "sample string 2", "user_signature": "sample string 3" }
Response Information
Resource Description
MOBILE - GET USER LEAGUE RANK
BaseMetaResultModelOfUserLeagueScoreRankResponseModelName | Description | Type | Additional information |
---|---|---|---|
response | UserLeagueScoreRankResponseModel |
None. |
|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "response": { "user_total_score": 1, "rank": 2, "user_montly_total_score": 3 }, "meta": { "status_code": 1, "status_message": "sample string 2" } }