Search
Retrieve pages matching the specified criteria.
Query parameters
searchCriteria[filterGroups][0][filters][0][field]stringOptionalExample:
Field
<string>
searchCriteria[filterGroups][0][filters][0][value]stringOptionalExample:
Value
<string>
searchCriteria[filterGroups][0][filters][0][conditionType]stringOptionalExample:
Condition type
<string>
searchCriteria[sortOrders][0][field]stringOptionalExample:
Sorting field.
<string>
searchCriteria[sortOrders][0][direction]stringOptionalExample:
Sorting direction.
<string>
searchCriteria[pageSize]stringOptionalExample:
Page size.
<integer>
searchCriteria[currentPage]stringOptionalExample:
Current page.
<integer>
Responses
200
OK
application/json
Responseobject
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
GET /V1/cmsPage/search HTTP/1.1
Host: {{baseurl}}
Accept: */*
{
"items": [
{
"identifier": "<string>",
"id": "<integer>",
"title": "<string>",
"page_layout": "<string>",
"meta_title": "<string>",
"meta_keywords": "<string>",
"meta_description": "<string>",
"content_heading": "<string>",
"content": "<string>",
"creation_time": "<string>",
"update_time": "<string>",
"sort_order": "<string>",
"layout_update_xml": "<string>",
"custom_theme": "<string>",
"custom_root_template": "<string>",
"custom_layout_update_xml": "<string>",
"custom_theme_from": "<string>",
"custom_theme_to": "<string>",
"active": "<boolean>"
},
{
"identifier": "<string>",
"id": "<integer>",
"title": "<string>",
"page_layout": "<string>",
"meta_title": "<string>",
"meta_keywords": "<string>",
"meta_description": "<string>",
"content_heading": "<string>",
"content": "<string>",
"creation_time": "<string>",
"update_time": "<string>",
"sort_order": "<string>",
"layout_update_xml": "<string>",
"custom_theme": "<string>",
"custom_root_template": "<string>",
"custom_layout_update_xml": "<string>",
"custom_theme_from": "<string>",
"custom_theme_to": "<string>",
"active": "<boolean>"
}
],
"search_criteria": {
"filter_groups": [
{
"filters": [
{
"field": "fugiat dolore nostrud",
"value": "minim consequat",
"condition_type": "labore quis dolore"
},
{
"field": "cupidatat fugiat",
"value": "esse",
"condition_type": "in aute veniam sed"
}
]
},
{
"filters": [
{
"field": "dolor ex laboris",
"value": "incididunt non proident",
"condition_type": "commodo laborum"
},
{
"field": "voluptate",
"value": "cupida",
"condition_type": "irure"
}
]
}
],
"sort_orders": [
{
"field": "in Duis minim",
"direction": "mollit sit sint Ut"
},
{
"field": "magna in nulla",
"direction": "fugiat qui ut"
}
],
"page_size": 99634015,
"current_page": -65758383
},
"total_count": 75195192
}