Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P Portal-api
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • doc
  • Portal-api
  • Wiki
  • Group API

Group API · Changes

Page history
Update Group API authored Apr 13, 2022 by Jurjen Brouwer's avatar Jurjen Brouwer
Hide whitespace changes
Inline Side-by-side
Showing with 40 additions and 4 deletions
+40 -4
  • Group-API.md Group-API.md +40 -4
  • No files found.
Group-API.md
View page @ f439bfa5
```
https://portal.robotsindeklas.nl/API/v1/group/copy
```
### Create
```
https://portal.robotsindeklas.nl/API/v1/group/create
```
Parameter:
- **name**: the new name of the group
### Info
```
https://portal.robotsindeklas.nl/API/v1/group/info
```
Parameter:
- **group**: the object id of the group you want the info of
### Copy
```
https://portal.robotsindeklas.nl/API/v1/group/copy
```
Parameters:
- **group**: the object id of the group you want to copy
- **name** (optional): the new name of the copied group
### Lock
```
https://portal.robotsindeklas.nl/API/v1/group/lock
```
Parameters:
- **group**, *string*: the object id of the group you want to lock
- **lock**, *boolean*, (optional, default: false): do you want to lock this group (true)
### Share
```
https://portal.robotsindeklas.nl/API/v1/group/share
```
Parameters:
- **group**: the object id of the group you want to share
- **level**: 0,1,2,3
- **oid**: the object id of the user or group we want the share this group with
### Trash
```
https://portal.robotsindeklas.nl/API/v1/group/trash
```
\ No newline at end of file
```
Parameters:
- **group**: the object id of the group we want to trash
- **del** (boolean): delete (true) or restore (false) deleted item
\ No newline at end of file
Clone repository
  • App API
  • Folder API
  • Group API
  • Robot API
  • User API
  • Home