POST v1/user/league-score/monthly
MOBILE - GET LEAGUE SCORES MONTHLY
Request Information
URI Parameters
None.
Body Parameters
UserLeagueScoreMonthlyRequestModelName | Description | Type | Additional information |
---|---|---|---|
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:
{ "user_id": "sample string 1", "user_signature": "sample string 2" }
Response Information
Resource Description
MOBILE - GET LEAGUE SCORES MONTHLY
BaseMetaResultModelOfListOfUserLeagueScoreMonthlyResponseModelName | Description | Type | Additional information |
---|---|---|---|
response | Collection of UserLeagueScoreMonthlyResponseModel |
None. |
|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "response": [ { "score_year": 1, "score_month": 2, "score": 3 }, { "score_year": 1, "score_month": 2, "score": 3 } ], "meta": { "status_code": 1, "status_message": "sample string 2" } }