Objects
Objects are the structured data models for a website: types, fields (including picker-built calculated fields), entries, permissions, components, and lifecycles. Content kinds store app data; a user-kind type backs signed-in website members. Definitions stay pure-schema-driven so recreation and behavior stay consistent across interfaces.
All website-scoped routes require a Bearer platform access token and access to the website. Writes often need create_update_delete_object_types or entry-level permissions.
Topics
- TypesDefine object types, field schemas, and publishing options.
- FieldsField types you can put on an object type, including calculated fields and shared options.
- PermissionsControl who can read and write entries.
- LifecyclesAutomate emails, field updates, timed schedules, and create-entry actions from schema (up to 10 events per type).
- EntriesCreate and manage entry records.
- ComponentsDetail, list, and form design surfaces for an object type.