<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ARAS REST API - How do I get properties of a RelationshipType</title><link>https://www.aras.com/community/f/development/38172/aras-rest-api---how-do-i-get-properties-of-a-relationshiptype</link><description>The Properties of an ItemType can be retrieved using the below URL 
 /odata/ItemType(&amp;#39;&amp;lt;&amp;lt;item_type_id&amp;gt;&amp;gt;&amp;#39;)/Property 
 But when we try to do the same for RelationshipType using the below URL, getting 404 not found error 
 /odata/RelationshipType(&amp;#39; &amp;lt;&amp;lt;relationship_type_id</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: ARAS REST API - How do I get properties of a RelationshipType</title><link>https://www.aras.com/community/thread/9925?ContentTypeID=1</link><pubDate>Mon, 11 Dec 2023 08:42:38 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:5ee69aa7-b5bf-41fc-8523-f64291e7332b</guid><dc:creator>Eva DHR</dc:creator><description>&lt;p&gt;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&amp;#39;s name is going to be the same as the one of the RelatiinshipType&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ARAS REST API - How do I get properties of a RelationshipType</title><link>https://www.aras.com/community/thread/9920?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2023 17:00:33 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:aa1b7d1e-da53-488b-9ef2-bff526898fb6</guid><dc:creator>ssreekesh</dc:creator><description>&lt;p&gt;Will&amp;nbsp;&lt;span&gt;/odata/ItemType?$filter=is_relationship eq &amp;#39;1&amp;#39; return me all this automatically created ItemType for RelationshipTypes?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ARAS REST API - How do I get properties of a RelationshipType</title><link>https://www.aras.com/community/thread/9919?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2023 15:10:11 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f2b87e70-cddf-466c-9d78-7e8b5f7be7e9</guid><dc:creator>Eva DHR</dc:creator><description>&lt;p&gt;For each Retaionship Type you have automatically an ItemType created with the same name, so you should be able to use the&amp;nbsp;&lt;span&gt;/odata/ItemType(&amp;#39;&amp;lt;&amp;lt;item_type_id&amp;gt;&amp;gt;&amp;#39;)/Property which you already know&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>