Tagged Questions
0
votes
1answer
825 views
Help with parameters, REST and listdata.svc
I'm calling listdata.svc a few times with different URL's depending in what is selected, I have some issues with the parameters/filters.
First URL:
var listUrl = siteUrl + ...
0
votes
1answer
569 views
How to get PublishingRollupImage for page in Page library with REST and jQuery?
I have a repeater in a user control and I databind it in code behind like so:
var items = list.Items.Cast<SPListItem>()
.OrderByDescending(a => ...
0
votes
2answers
762 views
Retrieving a lookup Value from a List using jquery and REST
I would like to get the lookup Value from a List item depending on it's Title.
My List is set up similar to the following example:
ColumnA : a | b | c
lookupB : 1 | 1 | 2
The jquery:
function ...
6
votes
2answers
1k views
Phone-Gap Claims Authentication against SharePoint in Office365 fails, probably because of HTTPOnly flag in cookie
I am coding an application using Phone Gap to connect to a Sharepoint in Office365.
I need to use the REST services in Sharepoint Office 365 to add items to a list, but before that I need to ...
1
vote
2answers
445 views
Accessing list data from another site collection or web application using REST services?
I have a list (Links template) of URLs that is on a site collection and I was wondering if it is possible to include this list as a jQuery megamenu on another site - ideally another web application on ...