Skip to content

Commit

Permalink
New functions of handling user tables added. Summe bugfixing done. (m…
Browse files Browse the repository at this point in the history
…icrosoft#811)

* InfoShare

* Add files via upload

* Delete InfoShare

* Delete Readme.md

* Delete apiDefinition.swagger.json

* Delete apiProperties.json

* Delete icon.png

* Delete settings.json

* Create Readme.md

* Add files via upload

* Add files via upload

* Add files via upload

New icon added for subscription.

* Add files via upload

New icon added for subscription.

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

New functions for user table handling added

* Add files via upload

New functions for user tables added.

* Add files via upload

New functions added to connector for user tables.

* Add files via upload

Bugfixing and extend json results.

* New functions for user tables added and bugfixing.

* Add files via upload

Bugfixing

* File icon.png deleted

* File intro.md deleted

* Delete settings.json
  • Loading branch information
harald-thoenig authored and joshuaapple committed Oct 6, 2021
1 parent b2e30eb commit 540bc6e
Show file tree
Hide file tree
Showing 3 changed files with 6,762 additions and 0 deletions.
44 changes: 44 additions & 0 deletions certified-connectors/InfoShare/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@

## Kendox InfoShare Connector
Kendox InfoShare provides a powerful and very extensive REST API. Using this API, you can create and manage documents and processes within InfoShare. Together with the Kendox InfoShare Power Automate Connector you can streamline content processes across a widespread application landscape, thus avoiding information silos.

## Pre-requisites
You will need the following to proceed:
* A license to use this connector available via sales365@kendox.com.
* Kendox InfoShare with the WCF service endpoints reachable online.
* Kendox InfoShare login credentials.

## Supported Operations
The connector supports the following operations:

### General
* `Logon`: Log on to InfoShare Server
* `Logon with hashed password`: Log on to InfoShare Server
* `Logoff`: Log on from InfoShare Server

### Document
* `Create document`: Create a document in InfoShare
* `Update document`: Update the document in InfoShare
* `Get document properties`: Get the properties of a document from InfoShare
* `Get file content`: Get the content of a file from InfoShare
* `Get file content converted`: Converts content of a file to another file format (e.g. tiff to pdf). Get file content including annotations and overlays
* `Get document`: Returns document information (structure) from InfoShare

### Process
* `Create process`: Create and start a process
* `Close current task and assign user to next task`: Close a process task and assign user to next task in InfoShare
* `Update process`: Update a process in InfoShare
* `Get process properties`: Get the properties of a process from InfoShare
* `Close an open process`: Close a process in InfoShare
* `Close task and continue process`: Close a process task in InfoShare
* `Get process`: Returns a list of process informations (structure) from InfoShare

### Search
* `Document Search`: Search for documents within InfoShare
* `List processes`: Search for processes within InfoShare

### User Tables
* `Get rows from a user table`: Gets some rows from a user table
* `Insert rows into a user table`: Insert rows into a user table
* `Create a user table`: Creates a user table
* `Delete user table rows`: Deletes some rows from a user table
Loading

0 comments on commit 540bc6e

Please sign in to comment.