20488 - REST API

Here are some good references on the REST API in addition to the ones listed in my other source

http://metafore2012.blogspot.ca/2017/05/20488b-sharepoint-core-development.html

http://metafore2012.blogspot.ca/2017/06/learning-tree-references-from-day-1.html

https://en.wikipedia.org/wiki/Representational_state_transfer

https://developers.facebook.com/tools/explorer  > Graph API for Facebook

https://developer.microsoft.com/en-us/graph/graph-explorer  > Graph Explorer for Microsoft

https://msdn.microsoft.com/Library/Azure/Ad/Graph/api/api-catalog  >  REST endpoint for Azure AD

https://graphexplorer.azurewebsites.net/  > Graph for azure web sites

https://dev.office.com/blogs/open-sourcing-the-microsoft-graph-explorer  > Office Dev center

Choose your weapon!


Some commands to try on your own:

_api/web

web/lists

web/getbytitle("sampledata")?$select=Title.hidden





Comments

Popular posts from this blog

20488 - Questions and Answers

20488 - source code and samples