Open
Description
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
Labels
No labels