Quickbase
Databases & warehousesAPI keycredential probe
Query, write and delete Quickbase records, and read a realm's tables, fields and saved reports through the JSON RESTful API.
OCNORA ships 8 typed Quickbase operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.quickbase.com/v1 through the HTTP node with the same credential.
Operations 8
- Delete RecordsDelete the records of a table that a query-language filter matches.quickbase.delete_records
- Get TableRead one table's settings, including its key field and record names.quickbase.get_table
- List FieldsList a table's fields, with each field's id, label and type.quickbase.list_fields
- List ReportsList the saved reports on a table.quickbase.list_reports
- List TablesList the tables in a Quickbase application.quickbase.list_tables
- Query RecordsRead records from a table using the Quickbase query language.quickbase.query_records
- Run ReportRun a saved report and return the records it produces.quickbase.run_report
- Insert or Update RecordsInsert records into a table, or update the ones whose merge field already matches.quickbase.upsert_records
More in Databases & warehouses
Run your first Quickbase workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.