• REST API, `Value cannot be null.\r\nParameter name: criteria` trying to get a Workflow

    Hello everyone. I'm using Aras 12SP09 and I'm working with the REST API. I have an AML call that I would like to transform to a REST call, it is: <Item type='Workflow' action='get' select='related_id(*)'> <source_id>UUID</source_id> <related_id condition…
  • rest api AML

    Is it possible to send body with AML to rest api and get aml response? I could create a method that accepts string and parse the aml and reply but not sure how that would apply on the rights (trying to get only the items the logged in user can see…
  • Rest Api Pagination

    In the Rest Api Document it says " Use the AML attributes pagesize=”1” and page=”1” to limit the number of items returned in the response" but when I put it in my request it gives me 501: Not Implemented error .My query looks like this localhost/.../Part…
  • 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…
  • 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?
  • 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…
  • REST API Hello World with PostMan

    This is for the curious that learn by doing... As admin add a Server Method in C#. Name: _Hello_World Content: // Testing return to PostMan with route: /method._Hello_World Innovator inn = this.getInnovator(); return inn.newResult("Hello World…
  • Aras Feature Keys - REST API?

    Activating features is covered on page 61/74 in this guide: https://www.aras.com/-/media/files/documentation/installation-and-configuration/en/12-0/aras-innovator-120--installation-guide.ashx That's so clicky I can't help but think there has to be a…