Items
List, read, create, update, and delete CMS content items.
GET /cms/collections/{collection}/items
GET /cms/collections/{collection}/itemsField
Value
Name
Type
Default
Description
{
"success": true,
"data": [
{
"slug": "hello",
"title": "Hello",
"url": "/blog/hello",
"canonicalUrl": "https://example.test/blog/hello",
"date": "2026-04-20",
"status": "published"
}
],
"meta": {
"currentPage": 1,
"lastPage": 3,
"totalItems": 42,
"perPage": 20,
"has_prev": false,
"has_next": true
},
"timestamp": "2026-04-20T10:00:00+00:00"
}GET /cms/collections/{collection}/items/{slug}
GET /cms/collections/{collection}/items/{slug}Field
Value
GET /cms/collections/{collection}/items/{slug}/raw
GET /cms/collections/{collection}/items/{slug}/rawField
Value
POST /cms/collections/{collection}/items
POST /cms/collections/{collection}/itemsField
Value
PUT /cms/collections/{collection}/items/{slug}
PUT /cms/collections/{collection}/items/{slug}Field
Value
PATCH /cms/collections/{collection}/items/{slug}
PATCH /cms/collections/{collection}/items/{slug}Field
Value
DELETE /cms/collections/{collection}/items/{slug}
DELETE /cms/collections/{collection}/items/{slug}Field
Value
Last updated
Was this helpful?

