Home
API Catalog
About
Back to System
QuickBase API
v1
OAS 3.0
Servers
https://api.quickbase.com/v1
Authorize
Apps
GET
/apps
List Apps
POST
/apps
Create App
GET
/apps
/{appId}
Get App
PUT
/apps
/{appId}
Update App
DELETE
/apps
/{appId}
Delete App
Users
GET
/users
List Users
POST
/users
Create User
GET
/users
/{userId}
Get User
PUT
/users
/{userId}
Update User
DELETE
/users
/{userId}
Deactivate User
GET
/apps
/{appId}
/users
List Users in App
Admin
GET
/auditlogs
Query Audit Logs
Roles
GET
/apps
/{appId}
/roles
List Roles
POST
/apps
/{appId}
/roles
Create Role
GET
/apps
/{appId}
/roles
/{roleId}
Get Role
PUT
/apps
/{appId}
/roles
/{roleId}
Update Role
DELETE
/apps
/{appId}
/roles
/{roleId}
Delete Role
Tables
GET
/apps
/{appId}
/tables
List Tables
POST
/apps
/{appId}
/tables
Create Table
GET
/apps
/{appId}
/tables
/{tableId}
Get Table
PUT
/apps
/{appId}
/tables
/{tableId}
Update Table
DELETE
/apps
/{appId}
/tables
/{tableId}
Delete Table
Webhooks
GET
/apps
/{appId}
/webhooks
List Webhooks
POST
/apps
/{appId}
/webhooks
Create Webhook
GET
/apps
/{appId}
/webhooks
/{webhookId}
Get Webhook
PUT
/apps
/{appId}
/webhooks
/{webhookId}
Update Webhook
DELETE
/apps
/{appId}
/webhooks
/{webhookId}
Delete Webhook
Fields
GET
/apps
/{appId}
/tables
/{tableId}
/fields
List Fields
POST
/apps
/{appId}
/tables
/{tableId}
/fields
Create Field
GET
/apps
/{appId}
/tables
/{tableId}
/fields
/{fieldId}
Get Field
PUT
/apps
/{appId}
/tables
/{tableId}
/fields
/{fieldId}
Update Field
DELETE
/apps
/{appId}
/tables
/{tableId}
/fields
/{fieldId}
Delete Field
Records
POST
/apps
/{appId}
/tables
/{tableId}
/records
Create Record
POST
/apps
/{appId}
/tables
/{tableId}
/records
/batch
Batch Create/Update Records
DELETE
/apps
/{appId}
/tables
/{tableId}
/records
/batch
Batch Delete Records
POST
/apps
/{appId}
/tables
/{tableId}
/records
/query
Query Records
GET
/apps
/{appId}
/tables
/{tableId}
/records
/{recordId}
Get Record
PUT
/apps
/{appId}
/tables
/{tableId}
/records
/{recordId}
Update Record
DELETE
/apps
/{appId}
/tables
/{tableId}
/records
/{recordId}
Delete Record
Reports
GET
/apps
/{appId}
/tables
/{tableId}
/reports
List Reports
GET
/apps
/{appId}
/tables
/{tableId}
/reports
/{reportId}
Get Report
POST
/apps
/{appId}
/tables
/{tableId}
/reports
/{reportId}
/run
Run Report
Schemas
App
Role
User
Error
Field
Table
Record
Report
Webhook
AuditLog
AppCreate
AppUpdate
RecordData
RoleCreate
RoleUpdate
UserCreate
UserUpdate
FieldCreate
FieldUpdate
TableCreate
TableUpdate
BatchRequest
QueryRequest
BatchResponse
WebhookCreate
WebhookUpdate