GET /v2/apps/{uuid}/details

Get details about an app with the given UUID and version. The details include:

  1. The base URL for all the resource for the app.
  2. The app manifest

Servers

Path parameters

Name Type Required Description
uuid String Yes

UUID of the app.

Query parameters

Name Type Required Description
version String No

Version of the app. The latest version is used if this is omitted or specified as "latest".

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.