REST API development has been settled down in V21.12.
Here are the critical 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 XML/SOAP methods are still usable using 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 and higher.
- 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.
You don’t 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
You don’t need to get a 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 instructions.
- 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.