Get a partition
get
/database/objects/partitions/{table_owner},{table_name},{partition_name}
Returns the specified partition information from DBA_TAB_PARTITIONS.
Request
Supported Media Types
- application/json
Path Parameters
-
partition_name: string
Name of the partition.
-
table_name: string
Name of the table.
-
table_owner: string
Owner for the index.
Response
Supported Media Types
- application/json
200 Response
Information for the specified partition.