How to get list item permissions through REST api

Hi Everyone,

I couldn't find out any REST API code for finding out whether the list item is inheriting permission from it's parent.

I have got only the below methods:-

1) For breaking inheritance ---> WEB_URL + "_api/web/lists/GetByTitle('" + List_Name 
+ "')/getItemById(" + ItemID + ")/breakroleinheritance";

2) To inherit from parent --->WEB_URL + "_api/web/lists/GetByTitle('" + List_Name 
+ "')/getItemById(" + ItemID + ")/ResetRoleInheritance()";

Even I checked the list item properties to get the item permissions, but nothing were available.

Appreciate all your help.

Thank you

Reshma


September 1st, 2015 2:28am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics