Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fetch one CMS entry by id.
GET /api/public/cms/[modelId]/[id]
curl "https://api.plato.ae/api/public/cms/products/entry_123?fields=id,name,price" \ -H "Authorization: Bearer $PLATO_API_KEY"
modelId
id
fields
includeHidden
false
maxDepth
3
6
{ "id": "entry_123", "name": { "en": "Classic Burger" }, "price": 38, "createdAt": "2026-06-17T08:20:00.000Z", "updatedAt": "2026-06-17T09:15:00.000Z" }
{ "message": "Entry not found." }
404