Actions (24)
Records · 8
- Add recordPOST /db/{dbid}
Add a record by sending an XML payload with fields and values; uses QUICKBASE-ACTION: API_AddRecord.
documented - Create recordsPOST /v1/records
Create one or more records in a table by sending a JSON payload.
documented - Do query (XML API)GET /db/{dbid}?a=API_DoQuery&query={...}
Return records matching a textual query for a given table (XML API DoQuery).
documented - Edit recordPOST /db/{dbid}
Edit a record by sending an XML payload with fields and values; uses QUICKBASE-ACTION: API_EditRecord.
documented - Gen results tableGET /db/{dbid}?a=API_GenResultsTable&...&qid={query_id}
Embed a Quickbase table report as an HTML table or other formats via the XML API.
documented - Get record as HTMLGET /db/{dbid}?a=API_GetRecordAsHTML&rid={record_id}
Return an HTML fragment for embedding a single record.
documented - Get record infoGET /db/{dbid}?a=API_GetRecordInfo&rid={record_id}
Retrieve field values and types for a specific record.
documented - Update recordsPOST /v1/records
Update existing records by sending a JSON payload.
documented
Apps · 6
- Clone databasePOST /db/main
Clone an existing Quickbase database.
documented - Create databasePOST /db/main
Create a new Quickbase database/app from the API.
documented - Delete databasePOST /db/main
Delete a Quickbase database.
documented - Find DB by nameGET /db/{dbid}?a=API_FindDBByName
Locate a database by name within the realm.
documented - List granted DBsGET /db/{dbid}?a=API_GrantedDBs
List DBIDs the user/token has access to.
documented - Rename appPOST /db/main
Rename an application.
documented