Actions
Feature #2744
closedAPI: Add typeIDS to network
Start date:
2026-02-16
Estimated time:
Description
OpenAtlas Discovery wants to include icons in the networkvisialisation. For that it needs the typeIDs for each node. See #2633.
Example code:
{
"id": 59711,
"label": "Grave 203",
"systemClass": "feature",
"relations": [
50505
],
"typeIds": [
12345,
24515,
5222452,
12332,
436,
352,
63
]
}
Updated by Bernhard Koschiček-Krombholz 16 days ago
- Blocks Feature #2633: Highlight specific entities in network added
Updated by Bernhard Koschiček-Krombholz 16 days ago
- Related to Feature #2742: API: 0.4.13 added
Updated by Bernhard Koschiček-Krombholz 16 days ago
- Status changed from Assigned to Closed
Available in develop branch
Actions