Tagged Questions
0
votes
1answer
33 views
Export documents from sharepoint to another website
I'm trying to get files and lists from my Sharepoint server showed on another website.
How should I do to make a document viewable on the webpage, that is exported from SP2013? I also want to search ...
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 ...
1
vote
2answers
381 views
Creating new items containing lookup field with listdata.svc and json
I'm calling listdata.svc with xmlhttprequest and POST to pass json. The new item is being created, but a new item is being created on the lookup list when I do, even though I am passing an existing ...
5
votes
2answers
1k views
How to avoid _metadata in a REST response (listData.svc)
I am pulling data from a SharePoint list with listData.svc, and _metadata represent more than half of the response content.
Is there a way to return list fields only, without the metadata?
Below an ...