EnterWorks APIs

The EnterWorks SOAP API is deprecated in favor of the EnterWorks REST API. For information regarding the EnterWorks SOAP API, see the EnterWorks 10.2 API Overview in the Precisely EnterWorks help pages.

Detailed information regarding the EnterWorks REST API is installed as part of the EnterWorks product. To access it:

  1. Log into the EnterWorks 2020 UI using a Chrome browser. (Firefox will work, but some of the control icons will be missing.)

  2. Duplicate your browser window.

  3. In the duplicate window, go to:

    http://<webhost>/webcm/rest/swagger-ui.html#/
  4. The Swagger interface will appear.

In order to try out the API, you need to generate a token. To do so:

  1. On the Swagger page, expand Authorization Token.

  2. The Authorization information will expand.

  3. Click the link getToken. You will be taken to a login screen.

  4. Enter your login credentials.

  5. A token will be displayed. Copy the entire token.

  6. Expand the desired method and enter the token as directed. For instance, in the method displayed below, you would enter an Authorization value of "Bearer[<enter-your-token-here>]".