Skip to content

API Endpoints

Berk Alp Yakici edited this page Jun 11, 2019 · 11 revisions

[GET] /apps/cms/api/v2

Wagtails main API. This endpoint serves Wagtails elements like pages, images, and documents.

[GET] /apps/cms/api/v2/pages

Returns lists of all pages with their url for details and slug.

[GET] /apps/cms/api/v2/pages/

Returns details for the given page.

Clone this wiki locally