Parameters
name
(str): Graph name.folder_name
(str | List[str], optional): Folder scope filter.end_user_id
(str, optional): End-user scope filter.
Returns
Dict[str, Any]
: JSON withnodes
andlinks
arrays ready for d3-force or similar libraries.
Retrieve nodes and links for visualizing a knowledge graph
name
(str): Graph name.folder_name
(str | List[str], optional): Folder scope filter.end_user_id
(str, optional): End-user scope filter.Dict[str, Any]
: JSON with nodes
and links
arrays ready for d3-force or similar libraries.