This is an old revision of the document!
Get access level
To know what access rights over items user has at current moment use user/get_items_access:
svc=user/get_items_access¶ms={"userId":<long>,
"directAccess":<bool>,
"itemSuperclass":<text>}
Parameters
| Name | Description |
| userId | user ID |
| directAccess | return only items, on wich user has direct access rights |
| itemSuperclass | item type (the list of all available rights see in chapter Search items by property) |
Response
{
<text>:<long> /* item ID: access rights */
}