getSetMembers() does not have an option to retrieve non-retired concepts

Hi all,

While fetching setmembers for a particular concept, I have come across that it does not have a filter to return non-retired concepts rather it returns all. I’m sure some of you might have experience this before. Can anyone please tell me the design logic behind this, if any? If it is something that needs to be implemented, shall I create a ticket for this?

Might have been intentional since the retired members could be already in use so that the UIs don’t break, you can create a ticket to add an extra utility method that excludes them, but the obvious work around in the meantime is to filter them out in your code.

1 Like

Thanks Wyclif. Sure I will create a ticket and yes, meanwhile I have implemented this work around.