Top "Sharepoint-api" questions

Microsoft SharePoint API

Easiest way to extract SharePoint list data to a separate SQL Server table?

Edited: What is the easiest way to scrape extract SharePoint list data to a separate SQL Server table? One condition: …

sharepoint etl sharepoint-api
How to get request digest value from provider hosted app?

I am developing SharePoint 2013 Provider hosted app using javascript REST Api. In order to perform create (POST), or update (MERGE) …

sharepoint ms-office sharepoint-2013 sharepoint-api
Adding list items with SharePoint 2013 REST API

I'm trying to add a new item in a existing list using SharePoint 2013 with the REST API. There is pretty …

rest sharepoint sharepoint-api sharepoint-2013
Getting field names of a listItem - (Strongly typed?) in SharePoint 2010 Client API

I'm very new to SharePoint, using 2010. Trying to see what we can do with it, in particular with Lists. And …

c# sharepoint sharepoint-2010 caml sharepoint-api
SharePoint List.getListItems WebService to return sub folder contents, recursively

I am calling the lists.asmx webservice from CXF. The following soap call does not return files from list sub …

web-services sharepoint sharepoint-2010 sharepoint-api
Finding SharePoint list item by its display form's URL

Sometimes users require to change information in SharePoint list item that is not editable for them, for instance, a field …

sharepoint sharepoint-api splistitem
Reading the list items Sharepoint 2010 client object model

I have a list where I am storing the image URLs and I am trying to read list of items …

javascript sharepoint sharepoint-2010 sharepoint-api
Java api for Sharepoint server

I would like to know if there is a java api for the sharepoint server. Thanks a lot

sharepoint-2010 sharepoint-api java
How to find the URL of a SharePoint web application given the url of a Site within that

I need to find the URL of the web application of a given Site (say I have an url http://…

sharepoint sharepoint-2007 sharepoint-api
How to Authenticate a Microsoft SharePoint site using REST API from an iOS application

I came to know that we could use REST apis to get data from SharePoint sites. Also SharePoint supports REST …

iphone ios sharepoint sharepoint-api