Skip to main content

Tables and fields

Inspect the schema of a discovered database, down to individual columns.

Endpoints

ScreenMethodEndpoint
List table namesPOST/api/v1/databaseService/getTableNames
Get table fieldsPOST/api/v1/databaseService/getTableFields

Order of calls

Call getTableNames for a database, then getTableFields for a chosen table. Field-level data drives the column masking and data classification screens.

Payloads needed.

Both endpoints need a database and table identifier in the body, but the parameter names were not supplied.