CmsPageList

Eigenschaften

Name Typ Format Erforderlich
items array <CmsPage> erforderlich
total integer erforderlich

Beispiel-JSON

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