Skip to content

Add Redirect URLs to Content Delivery API Response #53

Open
@stevematney

Description

@stevematney

As with #44, it would be really helpful for us to search Redirect URLs. We may have instances in our use of the API where we're searching for content a URL that has changed, but would still like to find it via the old URL. We would like something built into the API response body that would allow for this functionality.

I'm imagining something like using the /content/filter endpoint with a body like:

{
  "contentTypeAlias": "",
  "properties": [{
    "alias": "redirectUrls",
    "value": "/some/content/was/moved",
    "match": "CONTAINS"
  }]
}

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions