Details
-
Bug
-
Resolution: Unresolved
-
High
-
5.2, 5.3-dev, 1.6.1
Description
Doing an authorized request to:
GET /content/locations/<location-path>/urlaliases Accept: application/vnd.ez.api.UrlAliasRefList+json
Will always return an empty UrlAlias list:
{ "UrlAliasRefList": { "_media-type": "application/vnd.ez.api.UrlAliasRefList+json", "_href": "/api/ezp/v2/content/locations/2/1264/urlaliases", "UrlAlias": [ ] } }
Steps:
- create an object (ex: article)
- create a new UrlAlias for it
- make a request equal to the above example
- verify that the UrlAlias is not returned
Attachments
Issue Links
- relates to
-
EZP-22413 [REST API] get users from user group aren't returned
-
- Closed
-