Skip to main content
Fields are the columns in your database tables. The Fields API allows you to create and manage fields.

List Fields

Retrieve all fields in a collection.
Example:

Get Field

Retrieve a single field.

Create Field

Create a new field in a collection.
Request Body:

Update Field

Update field metadata.

Delete Field

Delete a field from a collection.
Deleting a field removes the database column and all its data permanently.

Field Types

  • String types: string, text, uuid
  • Number types: integer, bigInteger, float, decimal
  • Boolean: boolean
  • Date/Time: date, time, datetime, timestamp
  • JSON: json
  • Relational: alias (virtual fields)
  • Geometry: geometry (with PostGIS)

Next Steps

Collections

Manage collections

Items

Work with items