I am able to get all items of SharePoint list using REST API:
lists/getbytitle('listname')/itemsI want to send some div id (string) in request so that can be obtained in response.
Is there any way to do that?
I am able to get all items of SharePoint list using REST API:
lists/getbytitle('listname')/itemsI want to send some div id (string) in request so that can be obtained in response.
Is there any way to do that?