{
"stationId": 0,
"topoTemplateId": "string",
"deviceIds": [
0
]
}
curl --location --request POST '/api/device/station/node/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"stationId": 0,
"topoTemplateId": "string",
"deviceIds": [
0
]
}'
{
"code": 0,
"data": {
"stationId": 0,
"mapId": "",
"nodeList": [
{
"nodeTemplateId": "",
"nodeTemplateName": "",
"nodeId": "",
"nodeName": "",
"nodeType": 0,
"nodeRef": "",
"nodeRefName": ""
}
]
},
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}