New platform API endpoints

Prev Next

When using the DocuWare Platform API, you can use two additional calls in the “Web service” activity for creating DocuWare groups and for unclipping documents.

Component: Workflow Designer Desktop App

Applications

  • createGroup: Once you have stored the documents for a new project, you create a group with the project name and assign an index value profile to it.

  • unclipDocument: When documents are clipped together and stored in the file cabinet, they can be transferred to the document tray, unclipped, and then stored back in the cabinet.

Benefit

  • Further automation of routine tasks

Here's how

To use the createGroup endpoint:

  1. Under Endpoints, select POST /Organization/Groups.

  2. In the Request Body, specify the following properties:

    Id, Name, Active.

To use the unclipDocument endpoint:

  1. Under Endpoints, select POST /FileCabinets/{TrayId\FileCabinetId}/Operations/ContentDivide?docId={docId}.

  2. In the Request route, specify the tray GUID

  3. In the Request queries, add the Document ID.