Retrieving Hybrid App Details Using the REST API

Retrieves details on any new or current versions of a hybrid app using the retrieve application details REST API.

Syntax

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.

Parameters

None.

Returns

On successful retrieval of details, the client receives a 200 status code. Otherwise, an HTTP failure code and failure message are returned.

Examples

Note: This example uses the curl command line client and the --cacert flag. Your client may require you to pass other arguments or set specific configuration options.
  • Retrieve Application Details
    curl --user <user>:<password> --cacert <your-server.pem> --X GET -i https://localhost:8083/Admin/kapsel/jaxrs/KapselApp/MyTestAppId