TrioCMS Developers
← Docs

Pages, Articles & SectionsAPI

Pages, articles and sections share the same shape under a site.

MethodPathDoes
GET/sites/{id}/pageslist pages (full body + meta)
POST/sites/{id}/pagescreate a page
GET/PATCH/DELETE/pages/{id}read / update / soft-delete one page

Swap pages for articles or sections — same verbs.

Page fields: slug, title, body, menu, menu_url, in_menu, sort_order, parent_id, is_published, meta_description.
Article adds excerpt, published_at. Section = slug/title/body/sort_order/is_published/meta_description (Header, Footer, Stylesheet are standard sections).

curl https://api.triocms.net/v1/sites/13/pages -H "Authorization: Bearer tk_..."