Hi,
I am new to the share point rest api.
I have created one list in the share point name as TestList.
Under the list, I created one folder name as TestFolder.
I added 5 items to the "TestFolder".
After that i deleted one item form the "TestFolder".So total items in the folder are 4 items.
How can i get the folder specific changes using rest api in the sharepoint 2013.(Means 5 items are added and from that one item is deleted,etc)
I tried below
http://server/Subweb1/_api/web/getchanges?$filter= Time ge datetime'2014-11-2T01:30:14.755Z' &$orderby=Time desc.
The response is,One item is deleted from the list.
How can i identify it is deleted from the particular folder?(means folder specific changes)
Please help me on that.It is very very urgent.