Browse By Tags

  • Editing an item via REST API without item id. Can we specify a WHERE attribute?

    Hi community, I want to edit a custom item in Innovator via REST API. Typically the command looks like this: PATCH {base url}/Part(’16AA95A80DEB4B56BD8BA9BC509EAF0C’) My 2nd software that shall do the REST call doesn´t know the target item id. I only…
  • Aras REST Api

    Hi, I am trying to build a C# HttpClient that will interact with Aras REST Api, I have followed the setup from this document Aras Rest API I noticed that I have to log into a pop up window very X minutes. Does anyone know if there is a way to pass user…
  • RESTFul API Delete Method Error 405

    I tried to delete ItemType by following the Document about RESTful API in Aras. For example, PostMan was called as below (DELETE) localhost/.../exItemType ('abcde') If you call it url A 405.0 - Method Not Allowed error message is returned. Additionally…
  • Is there an "in" operator in the Aras REST API?

    Hi community, Is there a way to optimize the following REST request that gets a number of specific items? https: // arasmagiccastle.com/test/server/odata/MagicItemType ?$ filter= serial_number eq '9879' or serial_number eq '678' or serial_number eq…
  • Recursive API call to explode BOM

    The internal reporting tool in Aras doesn't work for us therefore we have to use external tools. I need to explode the BOM downwards for parts. Use this data in PowerBi to create reports. I have figured how get the BOM structure but it only gives level…
  • OData $metadata missing

    Aras RESTful API doesn't seem to implement OData $metadata. OData spec requires this, and my OData library is pretty useless without it. The manual claims "OData Interface exposes this metadata..." but I am not finding it. What am I missing?
  • ACE 2024: Reflections on My First Tech Summit

    I was recently lucky enough to attend my first Aras Community Event or ACE. ACE 2024 took place in Fort Worth, Texas, from March 4-7, with a special invite-only event on March 4. The Tech Summit made its return this year after a hiatus since 2019, providing…
  • Can <servername> in an ARAS URL include a path parameter?

    Authenticating in OAuth 2.0 with Aras RESTful API As per the above document, a valid ARAS server URL is of the pattern " https://<servername>/<web alias>/oauthserver/connect/authorize" In the above pattern, can a valid ARAS server include a path parameter…