{
"type": "FIELD",
"field": {
"paths": [
"string"
],
"dsId": "string",
"fieldId": "string"
},
"dataSheet": {
"paths": [
"string"
],
"dsId": "string"
}
}
curl --location --request POST '/lighthouse/admin/api/v1/app/findUses' \
--header 'Lang: zh-CN' \
--header 'B-App-Id: {{B-App-Id}}' \
--header 'B-App-User-Id: {{B-App-User-Id}}' \
--header 'B-Origin-Domain: {{B-Origin-Domain}}' \
--header 'Cookie: {{Cookie}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "FIELD",
"field": {
"paths": [
"string"
],
"dsId": "string",
"fieldId": "string"
},
"dataSheet": {
"paths": [
"string"
],
"dsId": "string"
}
}'
{
"success": true,
"msg": "string",
"code": "string",
"content": {
"datasheet": [
{
"dsId": "string",
"dsName": "string",
"dsType": 0,
"nodeId": "string",
"nodeName": "string",
"path": [
[
"string"
]
],
"type": "BLOCK"
}
],
"page": [
{
"pageId": "string",
"dsId": "string",
"dsName": "string",
"pageName": "string",
"path": [
"string"
],
"type": "BLOCK"
}
],
"field": [
{
"dsId": "string",
"fieldId": "string",
"dsName": "string",
"fieldType": "string",
"fieldName": "string",
"path": [
"string"
],
"type": "BLOCK"
}
],
"workflow": [
{
"workflowId": "string",
"nodeId": "string",
"workflowName": "string",
"nodeName": "string",
"workflowType": "string",
"path": [
"string"
],
"type": "BLOCK"
}
],
"block": [
{
"pageId": "string",
"blockId": "string",
"blockType": "string",
"pageName": "string",
"blockName": "string",
"path": [
"string"
],
"paths": [
"string"
],
"type": "BLOCK"
}
]
}
}