{"businessType":"MICRO_GRID_MONITOR_SYSTEM"}
curl --location --request POST 'https://iot-dev.utapp.cn/api/graph/getGraphs' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{"businessType":"MICRO_GRID_MONITOR_SYSTEM"}'
{
"code": 0,
"message": "操作成功",
"data": {
"items": [
{
"id": "string",
"name": "string",
"minioId": "string",
"parentId": "string",
"parentName": "string",
"sortIndex": 0,
"businessType": "string",
"config": "string",
"sivFileId": "string",
"graphTagList": [
{
"value": 0,
"displayName": "string"
}
],
"orgId": "string",
"orgName": "string"
}
]
},
"success": "true"
}