View Keyword Redirect Group.

get

/gsadmin/v1/{appName}/redirects/{redirectGroup}

Returns the configuration of the specified keyword redirect group. Returns metadata about the keyword redirect group(e.g. who created it and when) along with the redirect entries inside it. If zip extension is specified (add ".zip" at the end of the path), the keyword redirect group configuration is exported as a zip file.

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

Keyword Redirect Group Configuration.
Body ()
Root Schema : RedirectGroup
Type: object
Represents a Redirect Group configuration. Child Nodes represent Redirect Entry configuration confirming to RedirectEntry JSON schema
Show Source
Back to Top

Examples

The following example shows how to export the configuration of the default redirect-group:

curl -H "Authorization:Bearer token" -X GET http://host:port/gsadmin/v1/cloud/redirects/Default > /pathname/filename.txt 
Back to Top