I have…
- [x] Read the following guideline: https://docs.squidex.io/01-getting-started/installation/troubleshooting-and-support. I understand that my support request might get deleted if I do not follow the guideline.
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [ ] Bug report
- [ ] Performance issue
- [x] Documentation issue or request
Current behavior
Currently the Header “X-Resolve-Urls”: “*” can be used to resolve the complete resource Url of a referenced asset, this is working fine.
I am having a schema “Collection” that can reference different other schemas (“Item1Schema”, “Item2Schema”). When retrieving the content of type “Collection” (via Rest-Api) I only get a list of Guids and I do not know which (“Item1Schema”, “Item2Schema”) endpoint I should contact with these Guids in order to retrieve these referenced items.
Expected behavior
Is it possible to get the resolved Urls also for fields of type Reference?
Do you have any idea/best practice?
Minimal reproduction of the problem
- Create schemas: Collection, Item1Schema, Item2Schema
- Create a Multi-References field named “Items” at the Collection schema
- Assign Item1Schema, Item2Schema to the possible Schemas of “Items”
Environment
- [x] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: [VERSION]
5.4.0
Browser:
- [x] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others:
Thank you for your good work and this awesome CMS.