Actions
Bug #2625
closedAPI: Empty count in /type_tree/ endpoint
Start date:
2025-09-22
Estimated time:
Found in version:
Description
The `/type_tree/` endpoint currently returns `count: 0` for all types, even if they are actually assigned to entities and should have a count higher than 0. Would it be possible to set the count to the number of affected entities or introduce a new property in this endpoint that matches the described count value?
Update: We also just realized that the schema of the endpoint is slightly wrong: it defines the key type_tree which is spelled typeTree in the actual response.
Actions