All Questions
2 questions
0votes
0answers
42views
Paging in sharepoint 2013 for JAVA REST API [duplicate]
I'm trying to implement sharepoint pagination in a way that you send how many items to skip and retrieve the next n number of items. Is there a way to go about it? https://sharepoint.com/_api/web/...
2votes
2answers
13kviews
How to call the SharePoint rest API using Java web application?
I have developed one of the web based Java Application in which one of the page containing the form for uploading a files, as of now uploaded file stored on the Application server, but instead of this ...