custom_redirect
Model for custom redirect records, exposing redirect list and individual redirect lookup by id.
Available Model API Paths
| Method | Path pattern | Description |
|---|---|---|
get | /list/... | Return all configured custom redirect records visible in admin redirect management (requires use on mod_custom_redirect). |
get | /+id/... | Return custom redirect record by numeric id +id, or undefined when not found (requires use on mod_custom_redirect). |
/+name marks a variable path segment. A trailing /... means extra path segments are accepted for further lookups.