Boxes that only have a top.
Accessible via /api/boxtopgloss
.
Each box top has the following properties. Complete details in BoxTopGlossProperties.
The unique id for this box top. It will never change.
The style of box you want.
boxtopgloss
.
A date when the box top was created.
A date when the box top was last updated.
The name the box top is known by.
A Game id. The unique id of a game that this box top belongs to.
An integer between 1 and 99.
Defaults to 1
.
Allows for multiple copies of a box top to be included in the game.
A File id.
Sets the image that will be printed on the top part of the box.
The ID is from a File.
If a top_id is specified,
then an extra property called top
will be added which will briefly describe the image.
A boolean indicating whether the top image has been verified by the user to be correct.
What type of surfacing to perform on the box. Enumerated options, use the "Options" in Intro API.
Only used if surfacing_treatment
is set to spot_gloss
.
A File id.
Sets the image that will be printed on top of the the top art in gloss.
The ID is from a File.
If a spot_gloss_id is specified,
then an extra property called spot_gloss
will be added which will briefly describe the image.
A boolean indicating whether the spot_gloss image has been verified by the user to be correct.
The methods used to fetch and manipulate box topes.
POST /api/boxtopgloss
Required. The unique session id provided by a Session method.
Required.
Required.
Optional.
Optional.
Optional.
Optional.
Optional.
Returns:
{ "id" : "xxx", "name" : "Box", ... }
PUT /api/boxtopgloss/xxx
See Create for details.
DELETE /api/boxtopgloss/xxx
Required. The unique session id provided by a Session method.
Returns:
{ "success" : 1 }
GET /api/boxtopgloss/xxx
Optional. The unique session id provided by a Session method.
Optional. See "Related Objects" in Intro and Related Objects above for details.
Returns:
{ "id" : "xxx", "name" : "Box", ... }