Forum Discussion
Eva_DHR
2 years agoIdeator I
For each Retaionship Type you have automatically an ItemType created with the same name, so you should be able to use the /odata/ItemType('<<item_type_id>>')/Property which you already know
ssreekesh
2 years agoIdeator I
Will /odata/ItemType?$filter=is_relationship eq '1' return me all this automatically created ItemType for RelationshipTypes?
- Eva_DHR2 years agoIdeator I
Yes, this will return all ItemTypes that are representing a RelationshipType. You can further filter by name, to get only the one you need - it's name is going to be the same as the one of the RelatiinshipType