URLRedirects
Returns the URL redirects configured in HubSpot.
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | String | True | True |
The unique Id of this URL redirect. | |
| RoutePrefix | String | False |
The target incoming URL, path, or pattern to match for redirection. | ||
| Destination | String | False |
The destination URL, where the target URL should be redirected if it matches the routePrefix. | ||
| RedirectStyle | Int | False |
The type of redirect to create. Options include: 301 (permanent), 302 (temporary), or 305 (proxy). | ||
| IsOnlyAfterNotFound | Boolean | False |
Indicates whether the URL redirect mapping should apply only if a live page on the URL is not found. If false, the URL redirect mapping takes precedence over any existing page. | ||
| IsMatchFullURL | Boolean | False |
Indicates whether the routePrefix should match on the entire URL, including the domain. | ||
| IsMatchQueryString | Boolean | False |
Indicates whether the routePrefix should match on the entire URL path, including the query string. | ||
| IsPattern | Boolean | False |
Indicates whether the routePrefix should match based on pattern. | ||
| IsTrailingSlashOptional | Boolean | False |
Indicates whether a trailing slash is ignored. | ||
| IsProtocolAgnostic | Boolean | False |
Indicates whether the routePrefix should match both HTTP and HTTPS protocols. | ||
| Precedence | Int | False |
The priority value for URL redirection. If a URL matches more than one redirect, the redirect with the lower precedence value takes effect. | ||
| CreatedAt | Datetime | True |
The date and time when the URL mapping was initially created. | ||
| UpdatedAt | Datetime | True |
The date and time when the URL mapping was last modified. |