Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Schema rank

PapaBravo edited this page Jan 5, 2013 · 5 revisions

Schema User Rank

Info

Get information about the users rank

Url

rest/statistics/rank

Parameter

token:  String
user:   long

Schema

{
	"type":"object",
	"$schema": "http://json-schema.org/draft-03/schema",
	"properties":{
		"rankAchievements": {
			"type":"number",
			"required":true
		},
		"rankAmount": {
			"type":"number",
			"required":true
		},
		"rankDrawCount": {
			"type":"number",
			"required":true
		}
	}
}

Example

{
    "rankAmount": 2,
    "rankAchievements": 4,
    "rankDrawCount": 4
}