Project

General

Profile

Feature #1331

Updated by Bernhard Koschiček-Krombholz over 3 years ago

* Front end queries:  
 ** show subunits for classes and types #1206 (done) 
 ** Give me the entity and all linked entities 
 ** Give me the entity and all subunits of this entity (done) 
 ** Show only specific entries of entities --> selective query (e.g.: Show only name and geo data) (done) 
 ** Give me a place and all actors linked to that place through events (could be also more specific if needed) 

 From the meeting [[APIFrontend]]:  
 * Path with /api/0.1/node=23422 (show this type and every entity connected to it)(done) 
 * Path with /api/0.1/top_node=2145154 (show every entity which is connected to this type and every sub type of this)(done) 
 * ?count gives you only a count of the result, without any other results. Make own query/function (done)

Back