Get a specific column
get
/database/objects/columns/{owner},{table_name},{column_name}
Returns corresponding record from DBA_TAB_COLUMNS view.
Request
Supported Media Types
- application/json
Path Parameters
-
column_name: string
Name of the column.
-
owner: string
Owner for the index.
-
table_name: string
Name of the table the column belongs to.
Response
Supported Media Types
- application/json
200 Response
Information on a specific column.