|
|
### Create
|
|
|
|
|
|
Create a new app with the following request:
|
|
|
```
|
|
|
https://portal.robotsindeklas.nl/API/v1/app/create
|
|
|
```
|
... | ... | @@ -11,7 +11,7 @@ Parameters: |
|
|
- **settings** (optional):
|
|
|
|
|
|
### Info
|
|
|
|
|
|
Get the document of a particular app with the following request:
|
|
|
```
|
|
|
https://portal.robotsindeklas.nl/API/v1/app/info
|
|
|
```
|
... | ... | @@ -20,7 +20,7 @@ Parameter: |
|
|
- **app**: the object id of the app you want the info of
|
|
|
|
|
|
### Copy
|
|
|
|
|
|
Create a copy of an existing app with the following request:
|
|
|
```
|
|
|
https://portal.robotsindeklas.nl/API/v1/app/copy
|
|
|
```
|
... | ... | @@ -30,15 +30,14 @@ Parameters: |
|
|
- **name** (optional): the new name of the copied app
|
|
|
|
|
|
### Lock
|
|
|
|
|
|
Lock an app. If an app is locked, users with play or edit rights will no longer have access to the content of the app. You can lock or unlock an app with the following request:
|
|
|
```
|
|
|
https://portal.robotsindeklas.nl/API/v1/app/lock
|
|
|
```
|
|
|
|
|
|
Parameters:
|
|
|
- **app**, *string*: the object id of the app you want to lock
|
|
|
- **lock**, *boolean*, (optional, default: false): do you want to lock this app (true)
|
|
|
|
|
|
- **lock**, *boolean*, (optional, default: false): lock (true) or unlock (false) this app
|
|
|
|
|
|
### Share
|
|
|
|
... | ... | |