• 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…
  • Server Side API to get connection string or URL

    From the Server side API, how do I get the connection string (i.e. Server, SQL Database)? I need it to execute custom SQL code that joins data from another database. From the Client Side, I can use var url = aras.getServerBaseURL(); var base = aras…