{
"templateId": 0,
"screenId": 0,
"sceneType": 0,
"moduleType": 0,
"templateType": 0,
"locked": 0
}
curl --location --request PUT 'http://prod-cn.your-api-server.com/v1/layers/template/select' \
--header 'Content-Type: application/json' \
--data-raw '{
"templateId": 0,
"screenId": 0,
"sceneType": 0,
"moduleType": 0,
"templateType": 0,
"locked": 0
}'
{
"code": 0,
"message": "string",
"data": [
{
"templateId": 0,
"screenId": "string",
"sceneType": "string",
"position": [
{
"window": {
"width": 0,
"height": 0,
"x": 0,
"y": 0
},
"source": {
"general": {
"sourceId": 0,
"sourceType": 0,
"connectorType": 0,
"sourceName": "string",
"connectCapacityNum": 0
}
}
}
]
}
]
}