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

Download Open API Spec

ListRequest

org.sagebionetworks.repo.model.form.ListRequest

Request for a list of FormData matching the provided filters.

Field Type Description
filterByState SET<StateEnum> Only return results with a state that matches elements from this set. Required. Must include at least one element.
groupId STRING The group identifier. Required.
nextPageToken STRING The results are automatically paginated. To get the next page, forward the nextPageToken returned from the last request.