- Read the following guideline: Troubleshooting and Support | Squidex. I understand that my support request might get deleted if I do not follow the guideline.
- Used code blocks with ``` to format my code examples like JSON or logs properly.
I’m submitting a…
- Regression
- Bug report
- Performance issue
- Documentation issue or request
Current behavior
-
Tags (references field):
I have a custom “Tags” schema (not Squidex built-in tags).
API returns only tag IDs: “tags”: [{ “id”: “tag1” }]
I cannot directly access tag values (e.g. name).
I tried: ?includeReferenced=1 but it does not provide a convenient way to access tag values inside items. -
Assets (images):
API returns only asset IDs instead of direct image URLs from Squidex, so I have to manually construct URLs, which is adds extra complexity.
Expected behavior
- Ability to access referenced values (e.g. tag name) directly in item response
- Ability to get asset URLs directly in item response without manual construction
Environment
App Name: riddec-games-news
- Self hosted with docker
- Self hosted with IIS
- Self hosted with other version
- Cloud version
Version: 7.0.0.0
Browser:
- Chrome (desktop)
Others:
Using REST API