GET api/game-admin/stats
Basic statistics from all results of the ShapeIt game
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
StatsName | Description | Type | Additional information |
---|---|---|---|
Images | integer |
None. |
|
AnnotatedImages | integer |
None. |
|
Annotations | integer |
None. |
|
Users | integer |
None. |
|
AverageAnnotationsPerTag | decimal number |
None. |
|
TotalTags | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "Images": 1, "AnnotatedImages": 2, "Annotations": 3, "Users": 4, "AverageAnnotationsPerTag": 5.1, "TotalTags": 6.1 }