Actions
Feature #2274
closedAPI: Endpoint to get related entities
Start date:
2024-05-07
Estimated time:
Description
Currently, there is no endpoint to get all related entities recursively. Since it is solved in the backend for other things, a new endpoint would be beneficial.
So with the new endpoint /linked_entities_by_properties_recursive/{entityId}?properties=''
all entities linked to the entity with the given properties are retrieved recursively.
This can be beneficial for archeological structures (P46) or preceding events (P134), etc.
It is currently under the proposal section of the OpenAPI file, so changes can happen.
Actions