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

Advanced OData Settings

There are many settings available for fine turning the default behavior of OData. For more information, see the following link.

Controlling the Amount of Information in Response

In all responses shown, the additional service field "@odata.context" is listed at the top. By default, the parameter controlling the presence/verbosity of metadata is set to minimal. To change to either "none" or "full" use: the Accept header.

Accept: application/json;odata.metadata=none

Back to Odata Querying Results