{
"groupId": "d32a609b-462f-48ed-9fbd-0eae4117535e"
}
curl --location --request GET 'http://47.92.1.39:8005/permission/getPathPermissionByGroupId' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": "d32a609b-462f-48ed-9fbd-0eae4117535e"
}'
{
"success": true,
"errCode": null,
"errMessage": null,
"data": [
{
"groupId": "6afdf2f8-7058-47d6-9972-78a81d6fc29b",
"path": "6afdf2f8-7058-47d6-9972-78a81d6fc29b/test",
"userOrRole": "admin",
"permission": "read"
}
]
}