Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/Mechanism/GetMechanismDetailList' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"id": "string",
"name": "string",
"children": [
{
"id": "string",
"name": "string",
"type": "Motion",
"sType": 0,
"children": [
{
"id": "string",
"name": "string",
"deviceType": "string",
"deviceModel": "string",
"number": 0
}
]
}
]
}
]
}