The Open API specification for Synapse is now available for download!

Download Open API Spec

ListCurationTaskRequest

org.sagebionetworks.repo.model.curation.ListCurationTaskRequest

Request for a single page of CurationTasks with optional filtering.

Field Type Description
projectId STRING Optional. The synId of the project. If omitted, results are aggregated across projects.
assigneeIds ARRAY<STRING> Optional. Filter tasks assigned to specific users or teams.
assignedToMe BOOLEAN Optional. When true, filter to tasks assigned to the caller or any team the caller belongs to. Cannot be combined with assigneeIds.
stateFilter ARRAY<TaskState> Optional. Filter tasks by their current state.
nextPageToken STRING Forward the returned 'nextPageToken' to get the next page of results.