CmsPageList

Properties

Name Type Format Required
items array <CmsPage> required
total integer required

Example JSON

{
    "items": [
        {
            "slug": "string",
            "title": "string",
            "linkName": "string",
            "languages": [
                "string"
            ],
            "webUrl": "https://example.com/"
        }
    ],
    "total": 0
}