<?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>Get CAD file with REST API</title><link>https://www.aras.com/community/f/integrations/3738/get-cad-file-with-rest-api</link><description>Hi,

I try to read my CAD file with REST API like&amp;#160; localhost/.../CAD , it return like below.

{
&amp;quot;@odata.context&amp;quot;: &amp;quot;&amp;quot;&amp;gt;localhost/.../$metadata,
&amp;quot;value&amp;quot;: [
{
&amp;quot;authoring_tool&amp;quot;: &amp;quot;SolidWorks&amp;quot;,
&amp;quot;classification&amp;quot;: &amp;quot;Mechanical/Part&amp;quot;,
&amp;quot;created_on&amp;quot;: &amp;quot;2018-06-13T02</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Get CAD file with REST API</title><link>https://www.aras.com/community/thread/5106?ContentTypeID=1</link><pubDate>Fri, 22 May 2020 17:50:35 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:44f1f26b-0c3f-41a5-87a9-bba2612f5a9f</guid><dc:creator>AJ Sebastian</dc:creator><description>&lt;p&gt;Here&amp;#39;s a &lt;a href="/b/english/posts/tech-tip-using-the-aras-restful-api"&gt;working link&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get CAD file with REST API</title><link>https://www.aras.com/community/thread/5105?ContentTypeID=1</link><pubDate>Fri, 22 May 2020 17:42:41 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:299f3fc6-786b-4312-a72f-77e15c405c55</guid><dc:creator>neil.lindberg</dc:creator><description>&lt;p&gt;The link to blog is broken.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get CAD file with REST API</title><link>https://www.aras.com/community/thread/1690?ContentTypeID=1</link><pubDate>Wed, 13 Jun 2018 11:01:53 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2f0f4ae1-ad00-4b79-b2e3-acf7a60e34be</guid><dc:creator>Sathishkumar C</dc:creator><description>Thank you for your reply Christopher.

Now i can get the file with link like, &lt;em&gt;&lt;strong&gt;localhost/.../$value.&lt;/strong&gt;&lt;/em&gt;

&amp;nbsp;

Regards,

Sathishkumar C.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get CAD file with REST API</title><link>https://www.aras.com/community/thread/1688?ContentTypeID=1</link><pubDate>Wed, 13 Jun 2018 08:51:46 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c9d11bad-cd0e-4ea0-98ef-37f1f4799ba4</guid><dc:creator>Christopher Gillis</dc:creator><description>Hello,

The &lt;strong&gt;native_file&lt;/strong&gt; property is an Item property of the File ItemType. The specific example included in the blog post does not use this property, but you can follow the same format for any Item property. The example below shows how you can use the REST API to search upon the native file property specifically.

&lt;code&gt;GET {base url}/CAD(‘F45F259F527942EB8A6C4011BC784EF0’)?$expand=native_file&amp;amp;$select=item_number&lt;/code&gt;

Chris

&lt;hr /&gt;

Christopher Gillis

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get CAD file with REST API</title><link>https://www.aras.com/community/thread/1680?ContentTypeID=1</link><pubDate>Wed, 13 Jun 2018 00:20:17 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:9a268a48-3879-4c1b-8060-c6c54a3ed691</guid><dc:creator>Sathishkumar C</dc:creator><description>Thanks for your reply. I tried with the blog post which is mentioned by you. It doesn&amp;#39;t return native file property.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get CAD file with REST API</title><link>https://www.aras.com/community/thread/1676?ContentTypeID=1</link><pubDate>Tue, 12 Jun 2018 16:33:25 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:52c6a6fa-50d9-4696-91fc-b0a0aa493b97</guid><dc:creator>Christopher Gillis</dc:creator><description>Hello,

One of our Aras Labs engineers wrote a &lt;a href="http://community.aras.com/en/tech-tip-using-aras-restful-api/"&gt;blog post&lt;/a&gt; recently that contains examples on how to perform various queries using the new REST API. It contains an example on how to get information about an Item property (the &lt;strong&gt;native_file&lt;/strong&gt; property of the CAD ItemType) and how to get information about a relationship (the &lt;strong&gt;CADFiles&lt;/strong&gt; relationship of the CAD ItemType).

I hope these examples help.

Chris

&lt;hr /&gt;

Christopher Gillis

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>