Can we test web service of sharepoint 2010 in postman?

Copper Contributor
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?
2 Replies

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.

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!