{
"type": "string",
"ids": [
"string"
]
}
curl --location --request POST 'http://127.0.0.1/v1/batch/tree-nodes-check' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"ids": [
"string"
]
}'
{
"${id}": {
"object_code": "string",
"code": "string",
"name": "string",
"parent_id": "string",
"id": "string",
"arn": "string",
"time_created": "string",
"tag": "string",
"status": "string",
"is_pointer": "string",
"perm_namespace_arn": "string",
"condition": "string",
"is_dynamic": "string",
"operator_id": "string",
"pointer_id": "string",
"seq": 0,
"description": "string",
"time_modified": "string",
"sys_ext_props": {},
"free_ext_props": {}
}
}