Cantemo read acl
This task is used to review all access control that affects an item. it retrieves a list of all access control entries that affects each user for a given item.
Item ID
This is the id of item to review access.
Returned value
The output object, item_acl is a list of group or user :
eg: item_acl
{
"access": [
{
"loc": "http://10.0.4.82:8080/API/item/VX-252/access/VX-525",
"recursive": true,
"permission": "WRITE",
"group": "_transcoder",
"id": "VX-525"
},
{
"loc": "http://10.0.4.82:8080/API/item/VX-252/access/VX-524",
"recursive": true,
"permission": "OWNER",
"user": "admin",
"id": "VX-524"
}
]
}