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

Schema achievements

PapaBravo edited this page Jan 5, 2013 · 11 revisions

Schema Achievements

Info

Get information about the global achievementstats

Path

rest/statistics/achievements

Parameter

	token: String
	user: long	(optional)
```
## Schema
```json
{
	"type":"object",
	"$schema": "http://json-schema.org/draft-03/schema",
	"properties":{
		"achievementCount": {
			"type":"string",
			"required":true
		},
		"achievementMostActivityHour": {
			"type":"string",
			"required":true
		}
	}
}

```

## Example
```json
{
        "achievementCount": "57",
        "achievementMostActivityHour": "15"
    }
```