Forum Discussion

Yatish Kumar's avatar
Yatish Kumar
Copper Contributor
Mar 28, 2018

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?
  • 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 Kumar's avatar
      Yatish Kumar
      Copper 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!

Resources