We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/api/db/v0/schemas/
schemas.list
schemas.add
/api/db/v0/schemas/{schemaId}/
schemas.patch
schemas.delete
/api/db/v0/tables/
tables.list
tables.add
/api/db/v0/tables/{tableId}/
tables.patch
tables.delete
/api/db/v0/tables/{tableId}/columns/
columns.list
/api/db/v0/tables/{tableId}/constraints/
constraints.list
/api/db/v0/tables/{tableId}/joinable_tables/
tables.list_joinable
Replacing GET /api/db/v0/tables/{tableId}/records/ with records.list
/api/db/v0/tables/{tableId}/records/
records.list
records.search
records.add
/api/db/v0/tables/{tableId}/records/{recordPk}/
records.patch
/api/ui/v0/tables/{tableId}/records/delete/
records.delete
columns.add
/api/db/v0/tables/{tableId}/columns/{columnId}
columns.patch
columns.delete
constraints.add
/api/db/v0/tables/{tableId}/constraints/{id}
constraints.delete
/api/db/v0/links/
data_modeling.add_foreign_key_column
data_modeling.add_mapping_table
/api/db/v0/tables/{tableId}/move_columns/
data_modeling.move_columns
/api/db/v0/tables/{tableId}/split_table/
data_modeling.split_table
/api/db/v0/tables/{tableId}/settings/{settingsId}/
tables.metadata.set
columns.metadata.set
tables.get
/api/db/v0/queries/run/
explorations.run
/api/db/v0/queries/
explorations.list
/api/db/v0/queries/{queryId}/
explorations.get
/api/db/v0/queries/{queryId}/results/
explorations.run_saved
explorations.add
explorations.replace
explorations.delete
records.get
/api/db/v0/tables/{tableId}/previews/
tables.get_import_preview
/api/db/v0/tables/{tableId}/type_suggestions/
data_modeling.suggest_types
The text was updated successfully, but these errors were encountered:
seancolsen
Successfully merging a pull request may close this issue.
Database page
/api/db/v0/schemas/
schemas.list
/api/db/v0/schemas/
schemas.add
/api/db/v0/schemas/{schemaId}/
schemas.patch
/api/db/v0/schemas/{schemaId}/
schemas.delete
Schema page
/api/db/v0/tables/
tables.list
/api/db/v0/tables/
tables.add
/api/db/v0/tables/{tableId}/
tables.patch
/api/db/v0/tables/{tableId}/
tables.delete
Table page load
/api/db/v0/tables/{tableId}/columns/
columns.list
/api/db/v0/tables/{tableId}/constraints/
constraints.list
/api/db/v0/tables/{tableId}/joinable_tables/
tables.list_joinable
Records listing
Replacing GET
/api/db/v0/tables/{tableId}/records/
withrecords.list
Record selector
/api/db/v0/tables/{tableId}/records/
records.search
Table page DML
/api/db/v0/tables/{tableId}/records/
records.add
/api/db/v0/tables/{tableId}/records/{recordPk}/
records.patch
/api/ui/v0/tables/{tableId}/records/delete/
records.delete
Table page DDL
/api/db/v0/tables/{tableId}/columns/
columns.add
/api/db/v0/tables/{tableId}/columns/{columnId}
columns.patch
/api/db/v0/tables/{tableId}/columns/{columnId}
columns.delete
/api/db/v0/tables/{tableId}/constraints/
constraints.add
/api/db/v0/tables/{tableId}/constraints/{id}
constraints.delete
/api/db/v0/links/
data_modeling.add_foreign_key_column
,data_modeling.add_mapping_table
/api/db/v0/tables/{tableId}/move_columns/
data_modeling.move_columns
/api/db/v0/tables/{tableId}/split_table/
data_modeling.split_table
Table page metadata
/api/db/v0/tables/{tableId}/settings/{settingsId}/
tables.metadata.set
/api/db/v0/tables/{tableId}/columns/{columnId}
columns.metadata.set
Explorations
/api/db/v0/tables/{tableId}/
tables.get
/api/db/v0/queries/run/
explorations.run
/api/db/v0/queries/
explorations.list
/api/db/v0/queries/{queryId}/
explorations.get
/api/db/v0/queries/{queryId}/results/
explorations.run_saved
/api/db/v0/queries/
explorations.add
/api/db/v0/queries/{queryId}/
explorations.replace
/api/db/v0/queries/{queryId}/
explorations.delete
Record page
/api/db/v0/tables/{tableId}/records/{recordPk}/
records.get
Import pages
/api/db/v0/tables/{tableId}/previews/
tables.get_import_preview
/api/db/v0/tables/{tableId}/type_suggestions/
data_modeling.suggest_types
The text was updated successfully, but these errors were encountered: