{
"orgIds": [
"string"
],
"projectId": "string",
"permissionTypes": [
"EQUIPMENT_SPACE"
],
"ignoreProjectName": true
}curl --location --request POST '/org/permission/data-permission-item' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgIds": [
"string"
],
"projectId": "string",
"permissionTypes": [
"EQUIPMENT_SPACE"
],
"ignoreProjectName": true
}'[
{
"orgId": "",
"isCustom": false,
"itemVoList": [
{
"projectId": "",
"projectName": "",
"permissionType": "",
"settingType": "",
"rangeType": "",
"permissionStructs": [
{
"settingType": "",
"structItems": [
{
"category": "",
"dataList": [
{
"fieldType": "",
"whiteList": [
null
],
"blockList": [
null
]
}
]
}
]
}
]
}
]
}
]