View the updated SAP HANA table
GET {{baseUrl}}/api/model/tables/:tableId
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
showFields | null | Specify what additional information is returned. Only "acl" is supported. |
If acl, the access control list for each object is included.
Available values : acl |
| fields
| null | | A comma-separated, top-level field whitelist that allows the client to selectively retrieve part of the response model. By default, all fields are returned. If specified, extra filtering is applied, and for the top-level object (if the root model is an array, each array element), only the listed fields are kept in the response. For example, "information,logicalSize" keeps only the "information" and "logicalSize" fields, omitting all other fields in the top-level response model. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) | |
X-MSTR-ProjectID | string | (Project ID or Changeset ID Required) | |
X-MSTR-MS-Changeset | string | (Project ID or Changeset ID Required) |