Actions
Feature #1331
closedAPI: Front end queries
Start date:
2020-09-07
Estimated time:
Description
- Front end queries:
- show subunits for classes and types #1206 (done)
- 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)
- 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)
Actions