GET /entity/{id}/column
Given the ID of a TableEntity, get its list of ColumnModels that are currently assigned to the table.
Service Limits
| resource | limit |
|---|---|
| The maximum frequency this method can be called | 6 calls per minute |
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/column
Resource URL Variables
| {id} | The ID of the TableEntity to get the ColumnModels for. |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | PaginatedColumnModels (application/json) |