Get a list of available table objects
GET {{baseUrl}}/api/model/tables
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | null | The maximum number of objects that can be returned by this method. |
If this property is not provided, all available objects are returned.
|
| offset
| null | | Use this parameter to page through large result lists. Setting it to 0 (or not providing the parameter) starts at the beginning of the object list. |
| 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. |
| 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 |
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) |