It's all about the answers!

Ask a question

How can I filter an OSLC RAM query on community?


Dennis Schultz (55157) | asked Sep 11 '14, 6:04 p.m.
JAZZ DEVELOPER
This seems like it should be an easy thing to do. I want to create an OSLC query that returns all assets in a given community. I can get a list of assets using a simple where clause on String types:

https://server/tools/cm/iram/oslc/simpleQuery?oslc.where=dcterms:title="test"

and I have been able to get a list of assets based on a reference

https://server/tools/cm/iram/oslc/simpleQuery?oslc.where=oslc_asset:state="As_is"

Shouldn't I be able to get the assets in my community with

https://server/tools/cm/iram/oslc/simpleQuery?oslc.where=ram_asset:community="2826" ?

Or should there be a community-specific asset management service?

Thanks,

Dennis

Accepted answer


permanent link
Lin Lu (3063) | answered Sep 11 '14, 9:16 p.m.
JAZZ DEVELOPER
Hi,
Try following query
http://{ram context}/oslc/simpleQuery?oslc.where=ram_asset:community="community name"
Dennis Schultz selected this answer as the correct answer

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.