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