All Objects

get

/database/reports/data_dictionary/all_objects/all_objects/

For each object, lists the owner, name, type (table, view, index, and so on), status (valid or invalid), the date it was created, and the date when the last data definition language (DDL) operation was performed on it. The Last DDL date can help you to find if any changes to the object definitions have been made on or after a specific time.

Request

Query Parameters
Back to Top

Response

200 Response

The response returned by SQL Report Data endpoints will conform to this general pattern of paginated records. The actual structure of each item will vary depending on the report, the database version and the user's permissions.
Body ()
Root Schema : ItemsCollection
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : ResourceItem
Type: object
Additional Properties Allowed: true
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top