{
"orgIds": [
"string"
]
}curl --location --request POST '/position/list-by-orgs' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgIds": [
"string"
]
}'[
{
"id": "",
"name": "",
"dutyStructs": [
{
"code": "",
"name": ""
}
],
"customize": false,
"orgId": "",
"orgName": "",
"positionCategoryId": "",
"positionCategoryName": "",
"positionCategoryPath": "",
"positionPermissionPkg": {
"groupPermissionPkg": [
{
"id": "",
"name": ""
}
],
"projPermissionPkg": [
{
"id": "",
"name": ""
}
]
},
"positionCategoryPermissionPkg": {
"groupPermissionPkg": [
{
"id": "",
"name": ""
}
],
"projTemplatePermissionPkg": [
{
"id": "",
"name": ""
}
]
}
}
]