Documentation on SharePoint 2016 Rest API

205 Views Asked by At

I am writing an application that will need to insert files into a SharePoint 2016 document library from outside of Share Point. I have found that the Rest API should be capable of doing this, but I cannot find any good documentation that shows me the end points that are available and how to properly use it (yes I have seen the MSDN documentation, but haven't seen what I am looking for). Can anyone suggest a place where I can find this kind of documentation? The main things that I will need to do is to insert files from a byte array, read a file (be able to deliver the file back to my user), and possibly replace files.

Thank you for any assistance.

0

There are 0 best solutions below