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

Download Open API Spec

ViewColumnModelResponse

org.sagebionetworks.repo.model.table.ViewColumnModelResponse

Response for the ViewColumnModelRequest containing a page of suggested column models

Field Type Description
concreteType STRING
results ARRAY<ColumnModel> A page of ColumnModels
nextPageToken STRING If there are more pages of results this token can be used to get the next page. Null if this is the last page.