View Keyword Redirect Entry.

get

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

Returns the specified redirect entry from the given redirect group. If zip extension is specified (add ".zip" at the end of the path), the redirect entry is exported as a zip file.

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

Keyword Redirect Entry Configuration.
Body ()
Root Schema : RedirectEntry
Type: object
Represents a Redirect Entry configuration.
Show Source
Nested Schema : searchTermExpansions
Type: object
Specifies the possible different forms of the configured search terms. This property is used by assembler in rule evaluation process to match user specified search term against any of these forms.
Show Source
Nested Schema : siteIds
Type: array
Specifies the list of site IDs that this redirect entry belongs to
Show Source
Back to Top

Examples

The following example shows how to export the configuration of a redirect-entry object named id4:

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