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 #
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 #
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 #
- Get Token from Postman.
- Open Swagger UI and click on Authorize.
- Paste the Token in the text box according to the instruction.
- Choose the desired API method.
- Fill in all the necessary parameters. The current API version is 1:
- 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.