... | @@ -62,7 +62,7 @@ https://portal.robotsindeklas.nl/API/v1/app/share |
... | @@ -62,7 +62,7 @@ https://portal.robotsindeklas.nl/API/v1/app/share |
|
|
|
|
|
Parameters:
|
|
Parameters:
|
|
- **app** - *string*: the object id of the app you want to share;
|
|
- **app** - *string*: the object id of the app you want to share;
|
|
- **level** - *int*: the share level we want to assign to the user or group with this request;
|
|
- **level** - *integer*: the share level we want to assign to the user or group with this request;
|
|
- **oid** - *string*: the object id of the user or group we want the share this app with.
|
|
- **oid** - *string*: the object id of the user or group we want the share this app with.
|
|
|
|
|
|
|
|
|
... | @@ -122,11 +122,8 @@ Parameters: |
... | @@ -122,11 +122,8 @@ Parameters: |
|
- **filter** - *dictionary*: a dictionary containing the following keys to further define the search parameters:
|
|
- **filter** - *dictionary*: a dictionary containing the following keys to further define the search parameters:
|
|
- **search** - *string* - (optional, default: ""): search in the description and the name for a specific keyword;
|
|
- **search** - *string* - (optional, default: ""): search in the description and the name for a specific keyword;
|
|
- **sort** - *string* - (optional, default: ""): sort the result based on `name` (the name of the app), `edit` (last edit date) or `create` (creation date);
|
|
- **sort** - *string* - (optional, default: ""): sort the result based on `name` (the name of the app), `edit` (last edit date) or `create` (creation date);
|
|
- **owner** - *string* - (optional, default: "user"): o `user` `shared`
|
|
- **owner** - *string* - (optional, default: "user"): search either through my apps with: `user` or shared apps with the value: `shared`;
|
|
- **folder** - *string* - (optional, default: ""): only search through a specific folder using the id of the folder;
|
|
- **folder** - *string* - (optional, default: ""): only search through a specific folder using the id of the folder;
|
|
- **limit** - *integer* - (optional, default: 0): limit the number of returned results;
|
|
|
|
- **row** - *integer* - (optional, default: 0): if a limit is applied, scroll through the results with defining the starting row.
|
|
|
|
|
|
|
|
|
|
|
|
## Response
|
|
## Response
|
|
If the request was successful, you will receive the following response:
|
|
If the request was successful, you will receive the following response:
|
... | | ... | |