Introduction to RASON
About RASON Models and the RASON Server
Rason Subscriptions
Rason Web IDE
Creating and Running a Decision Flow
Defining Your Optimization Model
Defining Your Simulation Model
Performing Sensitivity Analysis
Defining Your Stochastic Optimization Model
Defining Your Data Science Model
Defining Custom Types
Defining Custom Functions
Defining Your Decision Table
Defining Contexts
Using the REST API
REST API Quick Call Endpoints
REST API Endpoints
Decision Flow REST API Endpoints
OData Endpoints
OData Service for Decision Flows
Creating Your Own Application
Using Arrays, For, Loops and Tables
Organization Accounts

RASON Subscriptions

After you have registered on www.RASON.com, you will have access to our RASON REST API via RASON.net. You can make calls to this API, either from the Editor page on www.RASON.com or from within your own application, to analyze a model, solve an optimization model, run a simulation, data science or decision table model, check the status of a previous run and to get the final results.

After you have subscribed to RASON.com, read the next section to learn how to setup a data connection in order to link to your data or upload your results. The RASON portal at https://rason.com and the scalable REST API server at https://rason.net both run on Microsoft Azure. RASON Decision Services makes it exceptionally easy to work with data sources in the Microsoft ecosystem:

  • OneDrive and OneDrive for Business
  • Common Data Service for Dynamics 365, Power Apps and Power Automate
  • OData and CDS support for POWER BI
  • CData Cloud Hub support for access to 100+ enterprise data sources

RASON handles authentication and data source authorization using Microsoft Identity Management and OAuth2 standards and maintains data access credentials in Azure "vaults" for information security.

Back to Using the REST API