# Retrieve page **GET /V1/cmsPage/{pageId}** Retrieve page. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **pageId** (integer) ## Responses ### 200 200 Success. #### Body: (object) - **id** (integer) ID - **identifier** (string) Identifier - **title** (string) Title - **page_layout** (string) Page layout - **meta_title** (string) Meta title - **meta_keywords** (string) Meta keywords - **meta_description** (string) Meta description - **content_heading** (string) Content heading - **content** (string) Content - **creation_time** (string) Creation time - **update_time** (string) Update time - **sort_order** (string) Sort order - **layout_update_xml** (string) Layout update xml - **custom_theme** (string) Custom theme - **custom_root_template** (string) Custom root template - **custom_layout_update_xml** (string) Custom layout update xml - **custom_theme_from** (string) Custom theme from - **custom_theme_to** (string) Custom theme to - **active** (boolean) Active ### 500 Internal Server error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)