GET /column
List all of the ColumnModels that have been created in Synapse.
Since each ColumnModel is immutable it is safe to re-use ColumnModels created by other users.Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/column
Parameters
prefix optional |
When included, only columns with a name that starts with this prefix will be returned. |
limit optional |
Limits the size of the page returned. For example, a page size of 10 require limit = 10. The maximum Limit for this call is 100. The default Limit is 10; |
offset optional |
The index of the pagination offset. For a page size of 10, the first page would be at offset = 0, and the second page would be at offset = 10. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | PaginatedColumnModels (application/json) |