Files
API | Description |
---|---|
GET api/wopi/files/{name}/contents?access_token={access_token} |
Required for View WOPI interface - returns stream of document. |
GET api/wopi/files/{name}?access_token={access_token} |
Required for WOPI interface - on initial view |
GET api/Files/Get?name={name}&access_token={access_token} |
Required for WOPI interface - on initial view |
GET api/Files/GetFile?name={name}&access_token={access_token} |
Required for View WOPI interface - returns stream of document. |
Link
API | Description |
---|---|
GET api/Link/GetLink |
Provides a link that can be used to Open a document in the relative viewer from the Office Web Apps server |
GET api/Link/KeepAlive |
No documentation available. |
Upload
API | Description |
---|---|
POST api/Upload/PostFile |
Provides multiple file upload from an HTTP client |