Project

General

Profile

Bug #2625

Updated by Katharina Wünsche 3 months ago

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.

Back