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}/runtoken

A REST API endpoint that gets a runtime token for a named (or unnamed) model.

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

    Required: None

    Optional: None

  • Headers:

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

    Optional: None

  • Data Params: None
  • Success Response
    • Code: 200 (OK)
    • Example Request: https://rason.net/api/model/UniqueExample/runtoken
    • Example Response: eyJ0eXAiOiJKV1QiLCJhbG...RDe2Pwh7Q
Back to GET rason.net/api/model/{id}/result/data