I have a requirement where I am using Miro to create a Mind map. I want to extract the Json from this Mind Map and use the information in that Json to trigger further steps. I am fetching the JSON on my board via REST api.
The problem I see is that the hierarchy which I created in the Mind map on my Miro board is not maintained in the fetched Json (through REST Api).
All the nodes are given individually. There is a property of “parent” with links but looks like that it is representing a root parent and not the immediate parent of that particular node.
I need to derive relationship between a Node and its immediate parent Node and Child Nodes through this JSON.
Q1. How can I do this ? Am i missing something in generated JSON which helps to get information of the immediate parent and child nodes of a particular node ?
Q2. Is there a support of the Gantt Chart in Miro ?
Q3. Also, is there a way to get all the information of a MindMap rather than requesting again and again for 50 nodes ?
Thanks in advance.



