{
"opencollection": "1.0.0",
"info": {
"name": "Miro Developer Platform AI Interaction Logs Mind map nodes (experimental) API",
"version": "v2.0"
},
"items": [
{
"info": {
"name": "Mind map nodes (experimental)",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get specific mind map node",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.miro.com/v2-experimental/boards/:board_id/mindmap_nodes/:item_id",
"params": [
{
"name": "board_id",
"value": "",
"type": "path",
"description": "Unique identifier (ID) of the board from which you want to retrieve a mind map node."
},
{
"name": "item_id",
"value": "",
"type": "path",
"description": "Unique identifier (ID) of the mind map node that you want to retrieve."
}
]
},
"docs": "Retrieves information for a specific mind map node on a board.