List Submissions
class ListSubmissions(client: IndicoKtorClient) : Query<
Constructors
| ListSubmissions | constructor(client: IndicoKtorClient) |
Functions
| Name | Summary |
|---|---|
| filters | fun filters(filters: SubmissionFilter?): ListSubmissions Submission attributes to filter by |
| limit | fun limit(limit: Maximum number of Submissions to return. Defaults to 1000 |
| query | open override fun query(): Execute the query |
| refresh | open override fun refresh(obj: Refresh the Submission List |
| submissionIds | fun submissionIds(ids: Submission ids to filter by |
| workflowIds | fun workflowIds(ids: Workflow ids to filter by |
Updated 6 months ago
Did this page help you?
