GET highscore/TopGameScores?token={token}&ClassId={ClassId}&ChapterId={ChapterId}&FromDate={FromDate}&ToDate={ToDate}&TopUserCount={TopUserCount}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| ClassId | integer |
Required |
|
| ChapterId | integer |
Required |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| TopUserCount | integer |
Default value is 15 |
Body Parameters
None.
Response Information
Resource Description
GtsChapterHighScore| Name | Description | Type | Additional information |
|---|---|---|---|
| UserCode | string |
None. |
|
| UserId | integer |
None. |
|
| FullName | string |
None. |
|
| PreAssessment | integer |
None. |
|
| PostAssessment | integer |
None. |
|
| RestOfTheGames | integer |
None. |
|
| SumScore | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserCode": "sample string 1",
"UserId": 2,
"FullName": "sample string 3",
"PreAssessment": 1,
"PostAssessment": 1,
"RestOfTheGames": 1,
"SumScore": 1
}
application/xml, text/xml
Sample:
<GtsChapterHighScore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_3DHiveAPI.Models"> <FullName>sample string 3</FullName> <PostAssessment>1</PostAssessment> <PreAssessment>1</PreAssessment> <RestOfTheGames>1</RestOfTheGames> <SumScore>1</SumScore> <UserCode>sample string 1</UserCode> <UserId>2</UserId> </GtsChapterHighScore>
multipart/form-data
Sample:
<GtsChapterHighScore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_3DHiveAPI.Models"><FullName>sample string 3</FullName><PostAssessment>1</PostAssessment><PreAssessment>1</PreAssessment><RestOfTheGames>1</RestOfTheGames><SumScore>1</SumScore><UserCode>sample string 1</UserCode><UserId>2</UserId></GtsChapterHighScore>