|
|
```
|
|
|
https://portal.robotsindeklas.nl/API/v1/folder/copy
|
|
|
```
|
|
|
### Create
|
|
|
|
|
|
```
|
|
|
https://portal.robotsindeklas.nl/API/v1/folder/create
|
|
|
```
|
|
|
|
|
|
Parameters:
|
|
|
- **name**: the new name of the folder
|
|
|
- **type**: the type of folder (folderApp, folderUser)
|
|
|
|
|
|
### Info
|
|
|
|
|
|
```
|
|
|
https://portal.robotsindeklas.nl/API/v1/folder/info
|
|
|
```
|
|
|
|
|
|
Parameter:
|
|
|
- **folder**: the object id of the folder you want the info of
|
|
|
|
|
|
### Copy
|
|
|
|
|
|
```
|
|
|
https://portal.robotsindeklas.nl/API/v1/folder/copy
|
|
|
```
|
|
|
|
|
|
Parameters:
|
|
|
- **folder**: the object id of the folder you want to copy
|
|
|
- **name** (optional): the new name of the copied folder
|
|
|
|
|
|
### Lock
|
|
|
|
|
|
```
|
|
|
https://portal.robotsindeklas.nl/API/v1/folder/lock
|
|
|
```
|
|
|
|
|
|
Parameters:
|
|
|
- **folder**, *string*: the object id of the folder you want to lock
|
|
|
- **lock**, *boolean*, (optional, default: false): do you want to lock this folder (true)
|
|
|
|
|
|
|
|
|
### Share
|
|
|
|
|
|
```
|
|
|
https://portal.robotsindeklas.nl/API/v1/folder/share
|
|
|
```
|
|
|
|
|
|
Parameters:
|
|
|
- **folder**: the object id of the folder you want to share
|
|
|
- **level**: 0,1,2,3
|
|
|
- **oid**: the object id of the user or group we want the share this folder with
|
|
|
|
|
|
### Trash
|
|
|
|
|
|
```
|
|
|
https://portal.robotsindeklas.nl/API/v1/folder/trash
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
Parameters:
|
|
|
- **folder**: the object id of the folder we want to trash
|
|
|
- **del** (boolean): delete (true) or restore (false) deleted item |
|
|
\ No newline at end of file |