Skip to main content
GET
/
commerce
/
catalog
/
admin
/
search
/
redirect
/
{redirectId}
Error
A valid request URL is required to generate request examples
{
  "redirectId": "<string>",
  "url": "<string>",
  "statusId": 123,
  "tenantId": 123,
  "siteId": 123,
  "searchTermList": [
    "<string>"
  ],
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

redirectId
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

Redirects based on what is entered in site search

redirectId
string | null
url
string | null
statusId
integer<int32> | null
tenantId
integer<int32>
siteId
integer<int32> | null
searchTermList
string[] | null
auditInfo
object