V2x REST API

REST API development has been settled down in V21.12.

Here are the key points for v4.x and v5.x API users.

  • v4.x Old XML/SOAP API is no longer supported in v5.6 and v21.12 and above.
  • Some of the XML/SOAP methods are still usable by the following URL.
    /OpenLM.Server.Services​/AdminAPI​/web​/{adminApiMethod}
    However, there is no guarantee. We change the contents internally.
  • Some of the v5.x REST APIs were changed in V21.12 andhigher.
  • Swagger API Lists are all the APIs for customer use and documents.
    http(s)://fqdn:5015/swagger/index.html

How to Use Postman

Video
CSV for Import

Note: If you are not using Identity Service Security Mode, you can access it without Bearer Token.
There is no need to get Token from Identity Service.

Sample Code

C#

Note: If you are not using Identity Service Security Mode, you can access it without Bearer Token
No need to get Token from Identity Service.

How to Use Swagger

  1. Get Token from Postman.
  2. Open Swagger UI and click on Authorize.
  3. Paste the Token in the text box according to the instruction.
  4. Choose the desired API method.
  5. Fill in all the necessary parameters. The current API version is 1:
  6. Execute and get results.

Note: If you are not using Identity Service Security Mode, you can access it without Bearer Token
There is no need to get a Token from Postman.

What are your feelings
Skip to content