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
- application/json
Path Parameters
- appName
-
Type:
string
Required:true
Specifies the name of your application, for example, Discover.- page
Type:string
Required:true
Specifies the name of the page.- siteHome
Type:string
Required:true
Specifies the name of the site.Security- basicAuth
-
Type:
basic
Description:Basic username/password authentication.
Response
Supported Media Types
- application/json
- application/zip
200 Response
Gets a Page configuration or lists down immediate pages under requested page.
Body
Represents a page definition under a site
Root Schema : Page
Type:
object
Represents a page definition under a site
- contentItem
-
Type:
object
ContentItemObjectAdditional Properties Allowed: - ecr:createDate
-
Type:
string
- ecr:lastModified
-
Type:
string
- ecr:lastModifiedBy
-
Type:
string
- ecr:type
-
Type:
string
Default Value:page
Nested Schema : ContentItemObject
Type:
object
- @name
-
Type:
string
- @type
-
Type:
string
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