cURL
curl --request GET \ --url http://127.0.0.1:47334/api/databases/{databaseName}/tables
[ { "name": "<string>", "type": "<string>" } ]
The name of the database
A JSON array of tables
Type of table (data | view)
Was this page helpful?