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

REST Endpoint: GET: https://rason.net/api/model/{nameorid}/decision

A REST API endpoint that enqueues the model {id} to be solved as a decision table.

  • URL:https://rason.net/api/model/{nameorid}/decision
  • Method: GET
  • URL Params

    Required: None

    Optional: Any data component may be passed as a query parameter if a binding property exists for that data component. See the section "Parametric Selection Feature" within the previous Defining Decision Trees in Rason chapter for a complete example illustrating how to pass a query parameter from outside or inside your RASON model.

  • Headers:

    Required: Authorization - Example: Authorization: bearer {your RASON token}

    Optional: None

  • Data Params: None
  • Success Response

    Code: 202 (Accepted)

    Example Request: https://rason.net/api/model/UniqueExample/decision

    Example Response:

            
              {
              "Accepted": "2019-11-19+18-53-16"
              }
            
          
Back to REST Endpoint: GET: https://rason.net/api/model/{nameorid}/datamine