A redirect maps a source URL (from_url) to an article or collection within a help center, so that links to old or external URLs resolve to live content.
The type of the object - help_center_redirect.
Value:"help_center_redirect"
Example:"help_center_redirect"
The source URL that is redirected. An absolute URL within the help center's URL space.
Example:"http://help-center.test/lovelyhelpcenter/old-page"
The locale of the redirect's target. For article targets this is the bound translation's locale, which may differ from the requested locale if no translation exists in that locale.
Example:"en"
The unique identifier of the target article or collection. For article targets this is the Article ID.
Example:"11"
{ "id": "26", "type": "help_center_redirect", "from_url": "http://help-center.test/lovelyhelpcenter/old-page", "locale": "en", "help_center_id": "7", "target_type": "article", "target_id": "11", "created_at": 1781619405, "updated_at": 1781619405 }