Viewing an App Pin with the API
By using the API you can view information about a pinned TIBCO Flogo® or TIBCO BusinessWorks app. Pinning an app gives you the ability to go back to a previous version of an app if there is an issue with the current version of the app.
Note: Only Flogo and TIBCO BusinessWorks apps can be pinned.
To view an app pin, 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.
Use the GET /v1/subscriptions/{subscriptionLocator}/apps/{appId}/pin
method to see the pin for the selected app.
Role Requirements
All users with API access can view app pins.