This API allows you to create sticker objects.
Accessible via /api/customcutonesidedslugged
.
Each custom cut one sided slugged object is accessed via /api/customcutonesidedslugged
and has the following properties.
Complete details in CustomCutOneSidedSluggedProperties.
The unique id for this custom cut one sided slugged object. It will never change.
The style of custom cut one sided slugged object you want.
customcutonesidedslugged
A date when the custom cut one sided slugged object was created.
A date when the custom cut one sided slugged object was last updated.
The name the custom cut one sided slugged object is known by.
A Game id. The unique id of a game that this custom cut one sided slugged object belongs to.
An integer between 1 and 99.
Defaults to 1
.
Allows for multiple copies of a custom cut one sided slugged object to be included in the game.
A File id.
Optional.
Sets the side1 image of the custom cut one sided slugged object.
The ID is from a File.
If a side1_id is specified,
then an extra property called side1
will be added which will briefly describe the image.
A boolean indicating whether the side1 image has been verified by the user to be correct.
A File id.
Sets the SVG cut file for this shape.
If a cut_id is specified,
then an extra property called cut
will be added which will briefly describe the svg image.
The methods used to fetch and manipulate custom cut one sided slugged objects.
POST /api/customcutonesidedslugged
Required. The unique session id provided by a Session method.
Required.
Required.
Optional.
Optional.
Optional.
Returns:
{ "id" : "xxx", "name" : "Guard", ... }
PUT /api/customcutonesidedslugged/xxx
See Create for details.
DELETE /api/customcutonesidedslugged/xxx
Required. The unique session id provided by a Session method.
Returns:
{ "success" : 1 }
GET /api/customcutonesidedslugged/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" : "Guard", ... }