Redirects
Lists all redirect URLs.
Table Specific Information
Select
The 本製品 uses the BigCommerce API to process WHERE clause conditions built with Id, which supports the '=' comparison.
The rest of the filter is executed client-side within the 本製品.
For example, the following query is processed server-side:
SELECT * FROM Redirects WHERE Id = 1
Columns
Name | Type | References | Description |
Id [KEY] | Integer | Numeric ID of the redirect. | |
SiteId | Integer | Site ID of the redirect. | |
FromPath | String | The path from which to redirect. | |
ToType | String | The type of redirect. | |
ToEntityId | Integer | EntityId of the redirect. | |
ToURL | String | URL of the redirect. | |
URL | String | Full destination URL for the redirect. Must be explicitly included via URL parameter. |