Monday, April 27, 2015

SharePoint Rest Services CRUID operations

SharePoint Rest service 


+ "/"+ paramValues[0] +"/_api/lists/getbytitle('"+ paramValues[1] +"')/items?$orderby=Created desc &$Select=ID,FileRef," +paramValues[2]+","+paramValues[3]+","+paramValues[4];


Please Refer: 

SharePoint REST Service:
https://msdn.microsoft.com/en-us/library/fp142380.aspx

https://msdn.microsoft.com/en-us/library/office/jj164022.aspx


OData sources with Business Connectivity Services in SharePoint 2013:
https://msdn.microsoft.com/en-us/library/jj163802.aspx


Authorization and authentication of apps for SharePoint 2013:
https://msdn.microsoft.com/en-us/library/fp142384.aspx

No comments:

Post a Comment