<?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>How can I get the itemtype all property name?</title><link>https://www.aras.com/community/f/development/3163/how-can-i-get-the-itemtype-all-property-name</link><description>I want to get the itemtype all property name.

What api can I use ?

Thanks.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How can I get the itemtype all property name?</title><link>https://www.aras.com/community/thread/148?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2017 06:46:14 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:8c8adbbe-79c6-494b-92c5-697502fc62fc</guid><dc:creator>Yoann Maingon</dc:creator><description>Hi,

Via AML
&lt;blockquote&gt;&amp;lt;AML&amp;gt;
&amp;lt;Item action=&amp;quot;get&amp;quot; type=&amp;quot;Itemtype&amp;quot; &amp;gt;
&amp;lt;name&amp;gt;Document&amp;lt;/name&amp;gt;
&amp;lt;Relationships&amp;gt;
&amp;lt;Item action=&amp;quot;get&amp;quot; type=&amp;quot;Property&amp;quot; select=&amp;quot;name&amp;quot;&amp;gt;&amp;lt;/Item&amp;gt;
&amp;lt;/Relationships&amp;gt;
&amp;lt;/Item&amp;gt;
&amp;lt;/AML&amp;gt;&lt;/blockquote&gt;
if you look at the result as relationships you should have the detail of all the properties&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>