Gets a Page configuration or lists down immediate pages under requested page.

get

/gsadmin/v1/{appName}/pages/{siteHome}/{page}

Gets page configuration or a list of immediate pages defined under a page. If zip extension is specified (add ".zip" at the end of the path), all pages of the site are exported as a zip file.

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

Gets a Page configuration or lists down immediate pages under requested page.
Body ()
Root Schema : Page
Type: object
Represents a page definition under a site
Show Source
Nested Schema : ContentItemObject
Type: object
Show Source
Back to Top

Examples

The following example shows how to view the default page configuration:

curl -H "Authorization:Bearer <token>" -X GET http://host:port/gsadmin/v1/cloud/pages/Default/services/guidedsearch
Back to Top