List Entries
Fetch entries with fields, filters, pagination, and predictable response headers.
Get One Entry
Read a single CMS entry by id from a trusted integration.
Create Entry
Add new CMS content from a backend, website, or internal tool.
Update Entry
Patch or replace existing CMS content safely.
Delete Entry
Remove CMS records when the integration owns the lifecycle.
Fields And Relations
Understand values, system fields, relation ids, and linked content.
Endpoints
modelId can be the CMS database identifier or the database id.
Use readable database identifiers such as products, locations, or team_members when possible. They make API URLs easier to maintain.
Authentication
CMS endpoints accept:System Fields
Every entry can include:
These fields are selected by default when no
fields query is sent.
Response Headers
List and entry responses include CMS metadata headers.Typical Flow
- Create or open the CMS database in Plato.
- Confirm the database identifier and field keys.
- Create an API key with CMS access.
- List entries with the fields your app needs.
- Use create, update, and delete only from trusted server code.