Get a specific table

get

/database/objects/tables/{owner},{table_name}

Describes a specific table in the database using DBA_TABLES or ALL_TABLES view depending on role at runtime. A client requires SQL Administrator or SQL Developer role to invoke this service.

Request

Path Parameters
Back to Top

Response

200 Response

All tables in the database.
Back to Top