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
  • App API

App API · Changes

Page history
Update App API authored Apr 14, 2022 by Jurjen Brouwer's avatar Jurjen Brouwer
Hide whitespace changes
Inline Side-by-side
Showing with 5 additions and 6 deletions
+5 -6
  • App-API.md App-API.md +5 -6
  • No files found.
App-API.md
View page @ f25b0028
### 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
......
Clone repository
  • App API
  • Folder API
  • Group API
  • Robot API
  • User API
  • Home