Get table metadata from a data store
get/admin/dataStores/{dataStoreId}/tables/{tableName}
Returns table metadata from a data store for the specified data store ID and table name. This endpoint requires the "svi.administration.core_metadata" capability.
1{2 "type": "string",3 "name": "string",4 "schema": "string",5 "dataStoreName": "string",6 "databaseProductName": "string",7 "selectable": true,8 "columns": [9 {10 "dataType": "BOOLEAN",11 "name": "string",12 "length": 0,13 "precision": 0,14 "scale": 0,15 "required": true,16 "primaryKeyColumn": true,17 "ordinalPosition": 0,18 "primaryKeySeqNo": 019 }20 ]21}