Viewing App Details with the API
Use the API to return all of the details for a specific app in an organization.
To list app details you need the following:
-
Subscription Locator — The Subscription Locator of the Organization you want to access. To find Subscription Locators for your organizations use the
GET /v1/userinfo
method to return a list of all of the organizations for your OAuth Token with their Subscription Locators. You can use 0 as the Subscription Locator for the organization that owns the OAuth token. - App ID — ID of the app to be accessed, which can be retrieved using the
GET /v1/subscriptions/{subscriptionLocator}/apps
method.
Call the GET /v1/subscriptions/{subscriptionLocator}/apps/{appId}
method to return all of the details about an app in the specified organization. This does not generate any artifacts, such as JSON, zip, or EAR files.
TIBCO Cloud Integration - Connect has a separate API that allows you to manage objects for that capability. For more information on viewing TIBCO Cloud Integration - Connect app details, see the help for GET /v1/orgs/{orgId}/solutions/{solutionId}
under Solutions in the TIBCO Cloud Integration - Connect Developer Portal.