Get a specific table
get
/database/objects/tables/{owner},{table_name}
Describes a specific table in the database using DBA_TABLES view.
Request
Supported Media Types
- application/json
Path Parameters
-
owner: string
Owner of the table.
-
table_name: string
Name of the table.
Response
Supported Media Types
- application/json
200 Response
All tables in the database.