Retrieves details on any new or current versions of a hybrid app using the retrieve application details REST API.
Perform a GET request to the following URI:
https://<host>:<admin_port>/Admin/kapsel/jaxrs/KapselApp/{APP_ID}
Include the user name and password in the request to provide authentication for the URI.
On successful retrieval of details, the client receives a 200 status code. Otherwise, an HTTP failure code and failure message are returned.
curl --user <user>:<password> --cacert <your-server.pem> --X GET -i https://localhost:8083/Admin/kapsel/jaxrs/KapselApp/MyTestAppId