The java-api tag has no usage guidance.
0
votes
0answers
20 views
SharePoint List View get condition
I am passing view name and list name to get sharepoint list item data using javascript. In my view group by condition is set on 2 column.
I want to display data by group column pro grammatically . How ...
0
votes
1answer
60 views
How to get sharepoint access token
I am using SharePoint account like in screenshot here
I am trying to get folder via SharePoint REST API but I am unable to pass access_token because I dont know how to fetch access_token from ...
0
votes
0answers
50 views
Access Office 365 (sharepoint REST api) in Azure using Java
I am new to Azure and sharepoint integration with Java.
I am trying to integrate Java with Sharepoint. The Sharepoint-Office 365 is available in Azure ADFS. I need to write a Java program to ...
1
vote
0answers
55 views
Get SharePoint Document Id Programmatically Java
I have SharePoint 2013 site mounted as a network drive. I am accessing the document library through Java code, and want to know how to get the unique Document Id that SharePoint maintains for each ...
0
votes
2answers
235 views
How to login into Sharepoint Office 365 via REST API
I've been working for a while with SharePoint 2010 via REST API in my Java project.
For example, to list items under some directory in my SharePoint storage, I was doing like this:
NTCredentials ...
2
votes
1answer
64 views
How can we access list data of SharePoint Online through the Java API?
We have running SharePoint online application and Java API user need to fetch the data of list of SharePoint online. How can we access these data through the Java API?
0
votes
0answers
138 views
Sharepoint REST Api in Java: Unable to access site documents
I am trying to access sharepoint site documents using SP REST API in java. I am able to authenticate and get a response for the below URL
http://sharepoint_server_url/_api/lists/getbytitle('Documents'...
1
vote
0answers
827 views
Keep getting a 400 Bad Request when trying to create a Site via REST API
I'm quite new to Sharepoint stuff, and currently am trying to interact with the REST API. I have been able to get all kinds of data without much problems by sending GET reuqests, but sending POST ...
1
vote
1answer
1k views
How to access Excel cells hosted on Sharepoint (Office 365) using Java client?
I host my site in asphostportal and I am trying to build a Java clinet that connects to Sharepoint (mysite.sharepoint.com) and grabs an excel file. I used the Excel services WSDL file, however the ...
3
votes
2answers
2k views
How to create a folder in Sharepoint using Java and RESTFul API?
This is my Sharepoint site http://sp2k13/sites/ifsp/ and I would like to create a folder using Sharepoint RESTFul API with Java.
I have already gone through Working with folders and files with REST ...
0
votes
0answers
21 views
create or copy document in sharepoint using client object
I want the user to press a button and this creates or copies documents (Excel) into a document library on the same sharepoint site. There are many examples showing how to do this for a list but how ...
-1
votes
2answers
1k views
Sharepoint integration using java program
We are trying to connect to Sharepoint 2013 using rest based api using a java program. Our code is -
DefaultHttpClient httpclient = new DefaultHttpClient();
List<String> authpref = new ...