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 credentials into the token call?

Thanks,

Parents Reply Children
  • Thanks for the help Angelalp, much appreciated! 

    I have followed the link you provided for I14 and it works as expected when using Postman, unfortunally I was hoping to take the two step process and turn it into a one step process haha. 

    Ideally I would like a merge between the two where I can supply a generic user/password, get a token and then use that token for signing in bypassing the login forum but it looks like the new release of Innovator is not allowing that?

    Thanks again.