RM Client Extensions: how to get all artifacts from a view within a collection?
I'm working with Client extension API for the Requirements Management (RM). With "RM.Data.getContentsAttributes" I get all artifacts of the container (collection/module). But I only want the artifacts of a selected view, which provides a filtered set of artifacts from its container.
How can I accomplish this?