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

Unauthorized Errors

The RASON REST API will return an appropriate HTTP Status Code to each request. See the error codes below with explanations specific to the RASON REST API.

Code: 400 BAD REQUEST Request sent to the RASON Server was incorrect or corrupted.
Code: 401 UNAUTHORIZED Authorization header is corrupt, malformed, missing or includes an invalid RASON API authorization token.
Code: 403 FORBIDDEN Request forbidden; user may be trying to access protected data.
Code: 405 METHOD NOT ALLOWED User is not authorized to access the specified URL, i.e. incorrectly using POST on a GET endpoint.
Code: 500 INTERNAL SERVER ERROR Something has gone wrong on the RASON Server, contact technical support.
Back to Throttling