SubmissionPageRequest
org.sagebionetworks.repo.model.dataaccess.SubmissionPageRequest
A request to retrieve a page of a Submission.
| Field | Type | Description |
|---|---|---|
| accessRequirementId | STRING | The ID of an AccessRequirement. |
| nextPageToken | STRING | The token to get the next page result. |
| filterBy | SubmissionState | The state of a Submission. |
| accessorId | STRING | Optional filter by the id of an accessor in the submission. Note that the submitter is an accessor. |
| orderBy | SubmissionOrder | |
| isAscending | BOOLEAN | If true, order the returned result in ascending order. Otherwise, order the returned result in descending order. |