TcConnector get all ItemRevisions of an Item

0
Hello, I am using the TcConnector to retrieve data from Teamcenter. Is there a way to retrieve all ItemRevisions of an Item? There is an items_tag relation between Item and ItemRevision. But I am a bit confused, cause the relationship is an 1:1 and not an 1:* relationship. So I can retrieve the Item of an ItemRevision but not vice versa. Does anybody have an idea how todo that? Best regards, Peter
asked
1 answers
0

In a 1-1 relationship, you can retrieve objects based on which is the owner of the association. If you want to be able to retrieve both ways, you can set the ownership to “both”:

 

answered