ReDoc documentation

cmsPage/{pageId}

cmsPage/{pageId}

get/V1/cmsPage/{pageId}

Retrieve page.

Request
path Parameters
pageId
required
integer
Responses
200

200 Success.

401

401 Unauthorized

500

Internal Server error

default

Unexpected error

Response samples
{
  • "id": 0,
  • "identifier": "string",
  • "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": true
}

cmsPage/{pageId}

delete/V1/cmsPage/{pageId}

Delete page by ID.

Request
path Parameters
pageId
required
integer
Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

500

Internal Server error

default

Unexpected error

Response samples
true