Get submissions
GET/submissions
Get submissions
Request
Query Parameters
Owner ID
Project ID
Schema ID
Search for submission by state
Search for submission by name
Search by start date
Search by end date
Possible values: >= 1
Default value: 1
Specify the page number for pagination (default is 1).
Default value: 10
Specify the number of projects per page (default is 10, 0 gets all results).
Possible values: [createdAt
, name
, state
, popularity
, trending
, voteCount
, commentCount
]
Field to order the results by (e.g., 'createdAt', 'ownerId'). Default is 'createdAt'.
Possible values: [asc
, desc
]
Default value: desc
'asc' for ascending or 'desc' for descending order. Default is 'desc'.
Responses
- 200
- default
Submission successfully retrieved
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Submission title
Possible values: <= 32 characters
Name of the submission
Integer representing amount of votes on submission
Thumbnail image relative to the submission
Submission creation time
Integer representing amount of comments on submission
Structural data about the submission
Thumbnail data
Submission source
Submission description
Possible values: [draft
, pendingValidation
]
State in which the submission is
Unique identifier for Schema
Unique identifier of the owner
Computation technique
Unique submission identifier
[
{
"postTitle": " Code face paint for the latest release",
"name": "Screaming Facepaint",
"voteCount": 0,
"thumbnail": "https://file.playmakers.co/S1gf0qsVq/thumbnail.png",
"createdAt": "2024-09-11T10:30:56.168Z",
"commentCount": 0,
"data": "{\"schema\":\"facepaint\",\"children\":{\"albedo\":{\"schema\":\"albedo\",\"image\":\"https://file.playmakers.co/S1gf0qsVq/data/facepaint.png\"}}}",
"creatorDisplayThumbnailData": "",
"source": "",
"description": "This is a new submission for a facepaint",
"state": "draft",
"schemaId": "s2S7KuFGc",
"ownerId": "ab1a4ade-6eb9-40cd-bb3e-f274af238649",
"computation": "default",
"id": "S1gf0qsVq"
}
]
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
{
"error": "string"
}
{
"error": "An unexpected error occured"
}