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

Download Open API Spec

GET /column/tableview/defaults

Get the list of default ColumnModels for the given viewEntityType and viewTypeMask.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/column/tableview/defaults

Parameters
viewEntityType

optional

The entity type of the view, if omitted use entityview
viewTypeMask

optional

Bit mask representing the types to include in the view. Not required for a submission view. For an entity view following are the possible types: (type=): File=0x01, Project=0x02, Table=0x04, Folder=0x08, View=0x10, Docker=0x20, SubmissionView=0x40, Dataset=0x80, DatasetCollection=0x100, MaterializedView=0x200).
Resource Information
Authentication not required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object ListWrapper<ColumnModel>
(application/json)