Browse By Tags

  • 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…
  • How to build an aml request using a request in a request ?

    Hello Aras Community, i am would like to perform this SQL request but in using AML : Innovator _innovator = this.getInnovator(); StringBuilder sql = new StringBuilder(); sql.AppendLine("SELECT ID, ***_code, config_id, state, Major_Rev, Generation…
  • RESTfull API to Call a Report

    (11SP14) I am trying to create a (html) client that will run a report on a custom itemtype. This is the Report that you create with a Query and a stylesheet. Is it possible to do this with the REST API? Would it be possible to get the Report as it shows…
  • ARAS RESTful API: How do I get a list of all generations for a part?

    I'm attempting to get a full part history (14 generations worth) of a part. I know the config_id is a value shared between all 14 parts; however, I can't seem to construct the REST call to return all 14 records using the config_id. I get the config_id…
  • API, REST and Swagger on the menu?

    Hello, Is there plan to add REST API and Swagger to Aras soon? Is it already there with version 12? Best Regards, Sacha Bertschi
  • OAuth - How to use Grant Type "Authorization Code" for token generation

    Hi everyone, I recently read this excellent blog post about token authentication using the REST API for Innovator, and in it Christopher Gillis says that ' [c] urrently, I believe "password" is the only authentication type allows [sic] . Aras…
  • Get CAD file with REST API

    Hi, I try to read my CAD file with REST API like  localhost/.../CAD , it return like below. { "@odata.context": "">localhost/.../$metadata, "value": [ { "authoring_tool": "SolidWorks", "classification": "Mechanical/Part", "created_on": "2018-06-13T02…