Collections

API endpoints for managing bases, collections, fields, and records.

Bases

MethodEndpointDescription
POST/basesCreate base
GET/basesList bases
GET/bases/{baseId}Get base
PUT/bases/{baseId}Update base
DELETE/bases/{baseId}Delete base

Collections

MethodEndpointDescription
POST/collectionsCreate collection
GET/collectionsList collections
GET/collections/{collectionId}Get collection
PUT/collections/{collectionId}Update collection
DELETE/collections/{collectionId}Delete collection

Fields

MethodEndpointDescription
POST/collections/{collectionId}/fieldsAdd field
PUT/collections/{collectionId}/fields/{fieldId}Update field
DELETE/collections/{collectionId}/fields/{fieldId}Delete field

Records

MethodEndpointDescription
POST/collections/{collectionId}/recordsCreate record
POST/collections/{collectionId}/records/findFind records
GET/collections/{collectionId}/records/{recordId}Get record
PUT/collections/{collectionId}/records/{recordId}Update record
DELETE/collections/{collectionId}/records/{recordId}Delete record