Art Tests allow you to gather anonymous (and therefore unfiltered) feedback about the artwork in your game.
Each Art Test is accessed via /api/arttest
and has the following properties.
Complete properties in ArtTestProperties.
The unique id for this art test. It will never change.
arttest
.
A date when the arttest was created.
A date when the arttest was last updated.
The name the arttest is known by.
The total count of votes for the arttest.
The total number of votes for "pretty" art.
The total number of votes for "functional" art.
A boolean which will be true if that arttest is complete.
The date and time when the arttest was completed.
The methods used to fetch and manipulate arttests.
GET /api/arttest/xxx
Optional. The unique session id provided by a Session method.
Optional. See "Relationships" in Intro and Art Test Relationships above for details.
Returns:
{ "id" : "xxx", "name" : "Guard", ... }