Logical names and types
Data tables types can be identified by either theirlogicalName or type field, depending on the data table, and can
be queried accordingly using the following fields:
Table API stability
The API includes data tables with stable schema as well as tables with unstable schema, where the schema might change in the future or may even be removed. By default, the data table query API returns tables with stable schema only. To include tables with unstable schema in the results, addinclude-unstable-schemas=true to your query string. For example,
https://.../api/v1/data-tables/query?page=0&size=20&include-unstable-schemas=true.
