It's all about the answers!

Ask a question

Fetch active enumeration literals using REST API.


Divyakiran Singhvi (2118) | asked Aug 10 '16, 11:42 a.m.
edited Aug 15 '16, 2:26 p.m.
 I'm trying to fetch the unarchived Enumeration literals associated to an attribute using the REST API. This enumeration contains both Archived and Unarchived values. I can fetch the entire list of enumeration literals using 

https://hostname:9443/jazz/oslc/enumerations/_LcIiUISREeWSsPcl7d0Qlg/enumerationid and https://hostname:9443/jazz/oslc/enumerations/_LcIiUISREeWSsPcl7d0Qlg/enumerationid?includeArchived=false

If i look at the project xml source, there is a Archived=true tag on all Archived values. 

<literal archived="true" externalValue="01254" id="enumerationid" name="Literal1"/>

Is there a way to fetch only the Unarchived values and leave the Archived ones as it is?

Be the first one to answer this question!


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.