CmsPageList| Name | Type | Format | Required |
|---|---|---|---|
items |
array <CmsPage> | required | |
total |
integer | required |
{
"items": [
{
"slug": "string",
"title": "string",
"linkName": "string",
"languages": [
"string"
],
"webUrl": "https://example.com/"
}
],
"total": 0
}