Interface SubmissionParams

Parameters used to query and filter submissions.

Hierarchy

  • SubmissionParams

Properties

limit?: number

The maximum number of submissions to fetch in a single query. Useful for pagination.

ownerId?: string

The ID of the owner to filter submissions by.

page?: number

The page number to fetch when paginating through submissions. Typically used alongside limit.

projectId?: string

The ID of the project to which the submissions belong.

schemaId?: string

The ID of the schema used for filtering submissions.

state?: string | string[]

The state(s) of the submissions to filter by. Can be a single state or an array of states.

Generated using TypeDoc