Welcome to the community forums for Theopenem. You are encouraged to not only ask questions but help others as well. If you have found Theopenem helpful in any way please consider purchasing a support contract. A support contract ensures the continued development of Theopenem as well as guaranteed responses to your questions in our helpdesk ticketing system.
API Documentation
-
Is there any documentation the API? Plus, is there ever only one API key? I would like to experiment with pulling PC information into my own internal software.
-
You can view the swagger UI from your server on port 8080/swagger
You can also check some old CloneDeploy docs. It is similar.
-
@theopenem_admin whiletesting the API via swagger , there is a prompt of username and password
enterning the webui username and password result in fail authencationHow can i get username and password for API
-
Where is there a prompt for username and password in Swagger? You need to first get a token from /Token/Get. You would use the username and password for webui to get the token.