It's all about the answers!

Ask a question

RAM API - Get last approved asset


Zachary K (19354339) | asked Jul 10 '13, 8:39 a.m.
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


permanent link
Gili Mendel (1.8k56) | answered Jul 10 '13, 9:13 a.m.
JAZZ DEVELOPER
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



permanent link
Gili Mendel (1.8k56) | answered Jul 10 '13, 9:10 a.m.
JAZZ DEVELOPER
Asset Identification is GUID/Version .... I assume that "Approved" is a state, or a category.

From the web UI you can do the following:

search
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


Register or to post 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.