Forum Discussion
Yatish Kumar
Mar 28, 2018Copper Contributor
Can we test web service of sharepoint 2010 in postman?
Can we test web service of sharepoint 2010 in postman? If yes, Can we get the list item of sharepoint 2010 using microsoft by default web service with postman?
- Deleted
Yes just use below in postman
https://<siteurl>/_vti_bin/listdata.svc/ListName
It uses internal list name. So just run the REST query without the list name and it will list all the lists names.
- Yatish KumarCopper Contributor
Hi SPO,
This is working, with listname get the items.
If our list item under folderin document library , then what the path will we use.
Thanks in advance!