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

Download Open API Spec

ListResponse

org.sagebionetworks.repo.model.form.ListResponse

A single page of results from a ListRequest.

Field Type Description
page ARRAY<FormData> A single page of results matching the request.
nextPageToken STRING The results are automatically paginated. If another page of results exists then a nextPageToken will be provided. Forward the provided nextPageTokens in a subsequent list request to get the next page.