Actions
Feature #2526
closedAPI: Ego network visualization
Start date:
2025-04-29
Estimated time:
Description
It would be great if we could have a depth parameter for /network_visualisation/ that indicates how many connected entities should be retrieved when a linked_to_ids parameter is passed (similar to ego networks in the backend).
Implementation
New endpoint /api/ego_network_visualisation/<id> with additional a depth parameter.
Updated by Bernhard Koschiček-Krombholz 8 months ago
- Target version set to 8.12.0
Thinking about it, would a new endpoint be better suited? I'm just thinking about, from where should the depth be calculated if more than one linked_to_ids are set?
So maybe I will create something like /ego_network_visualisation/<entity_id> with also the linked_to_ids parameter, so you can still select case studies?
Updated by Bernhard Koschiček-Krombholz 8 months ago
- Subject changed from API: Add depth parameter to network visualization endpoint to API: Network visualization with depth
- Description updated (diff)
- Status changed from Assigned to Closed
Feature in develop branch.
Updated by Bernhard Koschiček-Krombholz 8 months ago
- Related to Feature #2527: API: 0.4.8 added
Updated by Bernhard Koschiček-Krombholz 8 months ago
- Subject changed from API: Network visualization with depth to API: Ego network visualization
- Status changed from Closed to In Progress
Again, the object location is linked and not the place.
Updated by Bernhard Koschiček-Krombholz 7 months ago
- Status changed from In Progress to Closed
Fixed issue.
Actions