Forum Discussion
christopher_gillis
8 years agoNew Member
Hello,
The native_file 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.
Christopher Gillis Aras Labs Software Engineer
GET {base url}/CAD(‘F45F259F527942EB8A6C4011BC784EF0’)?$expand=native_file&$select=item_number
Chris
Christopher Gillis Aras Labs Software Engineer