Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mobile_editor.md « docs - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0c013ab0b4b4bae444fdeea0250002d06953223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Mobile Editor OCS API

This API is used to obtain a link for a document to load from mobile apps

## Creating the link

```
<server>/ocs/v2.php/apps/richdocuments/api/v1/document
```

A `POST` request to this endpoint with the `fileid` parameter will
preprare the server to serve this document.

The returned xml or json will has an url to open in a webview.