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: string
Specifies the name of your application. For example, "cloud".
-
page: string
Specifies the name of the page.
-
siteHome: string
Specifies the name of the site.
Security
-
basicAuth: basic
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.
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