Each actionshot is accessed via /api/actionshot
and has the following properties.
Complete details in ActionShotProperties.
The unique id for this actionshot. It will never change.
The unique id of a game that this actionshot belongs to.
Sets the image you want people to see.
The ID is from a File.
If a image_id is specified,
then an extra property called image
will be added which will briefly describe the image.
The order in which the action shots will be displayed, from lowest to highest.
The methods used to fetch and manipulate actionshots.
POST /api/actionshot
Required. The unique session id provided by a Session method.
Required.
Required.
Returns:
{ "id" : "xxx", "image_id" : "xxx", ... }
PUT /api/actionshot/xxx
See Create Action Shot for details.
DELETE /api/actionshot/xxx
Required. The unique session id provided by a Session method.
Returns:
{ "success" : 1 }
GET /api/actionshot/xxx
Optional. The unique session id provided by a Session method.
Optional. See "Relationships" in Intro and Action Shot Relationships above for details.
Returns:
{ "id" : "xxx", "image_id" : "xxx", ... }