Using the license server API

The Helix ALM License Server API provides developers with a dynamic library that can be used to create custom tools that interact with the license server. The API is available as a C library, Java library, and .NET assembly (Windows only).

The API documentation, which includes all available packages, classes, data structures, and examples, is installed with the API library files in the Helix ALM License Server application directory in the following locations:

  • C API documentation—docs/C/index.html
  • Java API documentation—docs/Java/index.html
  • .NET API documentation—docs/DotNet/index.html
The APIs are not thread safe. Limit using the license server API to a single thread.