This request returns all the objects of the specified type to which the indicated user has at least the specified access level. The request returns a list of matching item IDs. It can be useful if you use a lot of user/get_items_access requests.
svc=user/get_items_by_access¶ms={ "userId":<long>, "itemSuperclass":"<text>", "reqAccess":<long> }
{ "ids":[ <long>, <long>, ... ] }