Get a specific foreign keys

get

/database/objects/foreign_keys/{owner},{constraint_name}

Returns the corresponding record from DBA_CONSTRAINTS and DBA_CONS_COLUMNS, or ALL_CONSTRAINTS and ALL_CONS_COLUMNS, views depending on role at runtime. Recorded included in the response are where the constraint type is 'R'. A client requires SQL Administrator or SQL Developer role to invoke this service.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Information on a specific foreign key.
Body ()
Root Schema : DatabaseObjectsForeignKeysItem
Type: object
Describes a foreign key constraint for referential integrity.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top