Browse By Tags

  • Uploading files using RestAPI "Unsupported Media Type"

    I try the example mentioned here https://community.aras.com/b/english/posts/uploading-files-via-the-aras-innovator-rest-api . However i get below error in Postman when i try to request token. I did add the values as "Formdata". We are using Aras 11…
  • Unlock Item using REST API

    Hello, Consider the scenario 1. User A has locked the Document from Innovator GUI and edited Name property but did not Save, unlock and Close 2. Same user using REST API (through Postman, does not matter though) unlock the Item. Rest call as below…
  • How is the AML saved in the database ?

    Is it converted into Sql insert statement. I would also like to know about Odata, how is it implemented in ARAS?
  • Aras REST API - How do you navigate / create a BOM Structure using the REST API?

    Hello Aras Community Members Does the ARAS REST API allow you to navigate the BOM structure, starting with a Part? For example, if I have a BOM structure as shown below, I would like to start with any Part in the structure and navigate down the BOM…
  • How can I replicate the code changes from Test Server to the Production server?

    I have made some code changes client side and want the same changes in the other server, how can I make changes from Test Server to the Production Server?
  • Upload file Rest API using Logic App

    I am currently developing a sample project in Azure Logic Apps using the Aras Restful APIs. However while trying to Execute the vault.UploadFile API I am facing the 500 error message: The Rest API Call Details are as follows : { "uri" : "…
  • REST API curl from cmd line - what could be wrong in this POST request?

    Hi Community, I try to do a couple of REST API calls via Windows Batch jobs. I successfully can call for a token and read data. But I somehow fail to build a simple POST action to add any kind of item. Currently I try to add e.g. an user with this…
  • Rest API - Pass parameters

    I wanted to make this as broad a title as possible. I'm shocked I can't find anything on this. I don't want to use the ID. Seems everything is bound to ID. I just want to simply know, without use of ID, how a method can consume arguments? How to pass…