The REST (Representational State Transfer) interface in Microsoft SharePoint Foundation 2010 provides access to lists and libraries as a relational data service. A core concept of any RESTful interface is the resource, and in SharePoint Foundation, lists and items are represented as HTTP resources ...
1
vote
2answers
233 views
Error while pdating Master Page through JavaScript Client Object Model using SP 2013 App
I have created a Site Collection in SharePoint 2013 online.
In this site I am trying to update Master Page through JavaScript Client Object Model.
My JQuery scripts are able to change the Site Master ...
3
votes
1answer
57 views
SPS2SAppResourcePolicyException on SharePoint 2013
I have a SharePoint 2013 Provider Hosted App (on premise). When I try to make a social rest call I get the following error code:
-2146232832, ...
2
votes
1answer
70 views
Deleting a SharePoint User Profile remotely
Can anyone tell me how to delete a SharePoint user profile remotely? I don't see a way to do this using SharePoint Web Services or User Profile Services. The following code works fine when run on ...
1
vote
1answer
39 views
Adding PublishingPageLayout to file via REST-api
I am adding a file with the REST-API:
http://hostname/sites/site/news/_api/Web/GetFolderByServerRelativeUrl('/sites/site/news/Pages')/Files/add(url='new.aspx',overwrite=true)
How can I additionally ...
1
vote
1answer
169 views
The field 'EventDate' of type 'DateTime' cannot be used in the query filter expression
I am trying to filter standard Calendar events via SharePoint web api and my query looks like this:
/_api/web/lists/getbytitle('calendar')/items?$filter=( EventDate ge ...
1
vote
1answer
769 views
Custom Rest Service in Sharepoint 2010
I'm currently developing a custom wcf rest webservice on sharepoint 2010, but I keep getting the message Endpoint not configured
Im deploying the webservice on a _ISAPI solution folder.
Here's the ...
1
vote
1answer
945 views
Using REST for a DVWP DataSource with Office365
I'm trying to use the REST services (ListData.svc) to retrieve items from a list in a very simple test with Office365. I can't seem to get the connection to work without adding my credentials to the ...
0
votes
1answer
187 views
How can I authenticate SharePoint REST calls from JavaScript?
I have been banging my head against a wall on this problem for weeks now
Warning and Disclaimer .. I have very little JavaScript experience when it comes to REST / Web Services
I have an on ...
0
votes
1answer
105 views
How to use LINQPad with SharePoint 2013 REST service (/_api)?
It is working just fine with /_vti_bin/ListData.svc, but I can't create connection for /_api URI.
0
votes
1answer
278 views
How to identify change to the “Modified By”, “Created By” , “CheckOutTo” column title through REST API
I am an iOS developer. In one of my application, I need to make modified by, created by and checkoutto user's information along with the document/list item information from SharePoint server through ...
-1
votes
1answer
409 views
Consume a WCF REST Service with webHttpBinding in Sharepoint 2010 WebPart
I have developed a custom WCF REST service with webHttpBinding in VS2010 and trying to consume in SharePoint 2010 WebPart developed in VS2010. I don't know how to do the settings. Please help!
Please ...
3
votes
0answers
53 views
Get list item “Likes” using JSOM or REST API's?
How can you retrieve a list items "Likes" using the JSOM or REST API's? I know there is the following method: SP.Social.SocialFeedManager.getAllLikers(postId), but in testing I was not successful ...
2
votes
0answers
64 views
Query ListData.svc to return document libraries only
I am working on a very simple app on iOS that should basically allow the user to login (got that part working), then list only document libraries and allow user to navigate these and download files.
...
2
votes
0answers
17 views
Updating a wiki page with the REST API
How do you correctly update a SharePoint 2013 wiki page using the REST API?
Three basic capabilities I am interested in:
Reading an existing page (content only)
Updating an existing page
Creating a ...
2
votes
0answers
92 views
I cannot get “orderby” to work in SPS 2010 listdata.svc REST query
I can get the return list from this query, but if i add the orderby syntax, it just ignores it (no error, just doesn't sort the return set).
...
2
votes
0answers
198 views
Order field not available in a ListData.svc query
I want to query a links list using ListData.svc and have this ordered, using the query string $orderby, by Sharepoint's own internal order field.
By internal order field I specifically mean the field ...
1
vote
0answers
39 views
Find all lists that look up a Contacts list
I have a Contacts list in my site collection, and it is used in lookup columns by multiple other lists.
Is there an easy way to get all the lists that have a lookup column pointing to the Contacts ...
1
vote
0answers
37 views
GetUserEffectivePermissionInfo for the 2013 Rest API
Does anyone know if there is a client-side (preferably REST) equivalent to SPSecurableObject.GetUserEffectivePermissionInfo(username)??
1
vote
0answers
93 views
Getting column information from a sharepoint 2010 list
I'm trying to figure out how i can get information about a column in a Sharepoint List, like what type of column it is (single line, number, date etc...) and whatever additional column info that ...
1
vote
0answers
62 views
How can I check files In using OData for SharePoint 2010?
I am uploading files to SharePoint 2010 following the answer here: Uploading files to Document Libraries using the REST API
The issue is that all of the files are set as checked out due to some ...
1
vote
0answers
47 views
REST services - Flag to force PUT and POST to return the record instead of nothing?
I'm updating a record in a list via a PUT to the '_vti_bin/listdata.svc' service.
When I initially POST the data, I get the list item I posted back from SharePoint, with a timestamp, etc.
When I PUT ...
1
vote
0answers
258 views
Rules for Transforming List Column Names into XML Element Names
I am using the ListData.svc service to pull data from several lists. Many of the column names have punctuation and spaces, so their names are transformed as they're rendered as Atom in the ListData ...
1
vote
0answers
523 views
How do I call SharePoint 2010 REST API from C# if that site has claims based auth?
For example, this site is secured via Claims Auth (It has both FBA and Windows Auth). My guess my issue is security. I ultimately want to use the credentials that my IIS app pool is running under. ...
0
votes
0answers
15 views
Exporting document content from SP2013 to external webapp
How should I do to make a document viewable on a webpage, that is exported from SP2013 document library.
A user should be able to, through a webpage send a request to view the content of a specific ...
0
votes
0answers
37 views
InfoPath encounters SSL error with RESTful service on SharePoint
My settings are:
Excel file on SharePoint documents library.
InfoPath form on SharePoint as a content type that makes RESTful call to Excel file and get data from its ranges. I don't use the data ...
0
votes
0answers
53 views
Search Rest Api does not retrun documents
Following query does not return any documents at all but when I search for same text directly from the search box it returns all documents which contain a word that starts with test.
...
0
votes
0answers
81 views
Sharepoint integration endpoint (WCF)
This is an architectural question:
I want to create an endpoint for Sharepoint 2010 for outer systems. Its basic functionality is that it is supposed to broadcast info about changes done to ...
0
votes
0answers
83 views
Download documents form document library using the REST API
How to download a document form a document library using the REST Api off SharePoint?
0
votes
0answers
323 views
Cannot set SharePoint Multi-Choice field values using WCF RESTful client
I'm having very specific trouble using the SharePoint 2010 REST interfaces with a multi-choice column (e.g. a set of checkboxes). Single choice columns work fine (e.g. radio buttons or dropdown, and ...
0
votes
0answers
179 views
Authenticating to sharepoint with kerberos from a java HttpClient
I have a linux\java6 client that will authenticate to sharepoint2010 with NTLM and then send HTTP REST web services using Apache Commons HttpClient.
I can do this with NTLM , but I want to use the ...


