Skip to main content

Get submissions

GET 

/submissions

Get submissions

Request

Query Parameters

    ownerId string

    Owner ID

    projectId string

    Project ID

    schemaId string

    Schema ID

    state string[]

    Search for submission by state

    name string

    Search for submission by name

    startDate date-time

    Search by start date

    endDate date-time

    Search by end date

    page integer

    Possible values: >= 1

    Default value: 1

    Specify the page number for pagination (default is 1).

    limit integer

    Default value: 10

    Specify the number of projects per page (default is 10, 0 gets all results).

    orderBy string

    Possible values: [createdAt, name, state, popularity, trending, voteCount, commentCount]

    Field to order the results by (e.g., 'createdAt', 'ownerId'). Default is 'createdAt'.

    sortOrder string

    Possible values: [asc, desc]

    Default value: desc

    'asc' for ascending or 'desc' for descending order. Default is 'desc'.

Responses

Submission successfully retrieved

Schema

  • Array [

  • creatorDisplayThumbnailData string

    Thumbnail data

    id string

    Unique submission identifier

    ownerId string

    Unique identifier of the owner

    description string

    Submission description

    state string

    Possible values: [draft, pendingValidation]

    State in which the submission is

    commentCount integer

    Integer representing amount of comments on submission

    thumbnail string

    Thumbnail image relative to the submission

    source string

    Submission source

    createdAt date-time

    Submission creation time

    schemaId stringrequired

    Unique identifier for Schema

    name submissionName (string)

    Possible values: <= 32 characters

    Name of the submission

    voteCount integer

    Integer representing amount of votes on submission

    postTitle string

    Submission title

    computation string

    Computation technique

    data string

    Structural data about the submission

  • ]

Loading...