RAM API - Get last approved asset
Hello,
Is there an API to get directly the latest approved asset in RAM, something like? RAMAsset asset = session.getAsset(new AssetIdentification("{assetID}", "Approved")); Thanks in advance |
Accepted answer
for the first screen shot... meant to do an ID search (not a fuzzy search):
Zachary K selected this answer as the correct answer
|
One other answer
Asset Identification is GUID/Version .... I assume that "Approved" is a state, or a category.
From the web UI you can do the following: You can do a search for a specific GUID, in my this case I used the state of GM. You an take the search string (in this case: ramSearch:(1txt%2C%7BCE8474E4-8D69-4D8F-F44D-708F876CFC18%7D%24fState%2Cgeneral_availability)) of this, and use it in a Search API |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.