Redirects
Lists all redirect URLs.
Table Specific Information
Select
The driver will use the BigCommerce API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the driver.
- Id supports the '=' comparison.
For example, the following queries are processed server side:
SELECT * FROM Redirects SELECT * FROM Redirects WHERE Id = 1
Columns
Name | Type | 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. |