Search…
Welcome to DecisionRules
API
API Introduction
API Keys
Rule Solver API
Rule Flow Solver API
Management API
Business Intelligence API
Datacenters & Locations
Apache Kafka Solver API
Tutorials
Create a Simple Decision Table
Create Simple Decision Tree
Create Simple Scripting Rule
Create Simple Rule Flow
Endpoint Settings
Rule Migration Strategies
Create a Power BI Report
Decision tables
Decision Tables Introduction
Table Designer
Input & Output JSON Model
Binding to Model
Supported Data Types
Operators
Advanced Functions
Export & Import Decision Table
Manage Decision Tables in Excel / Google Sheets
Manage Decision Tables
Table Operations
Decision Trees
Decision Trees Introduction
Decision Tree Designer
Import and Export Decision Trees
Scripting Rules
Use Rule Variables in Scripting Rules
Call Embedded Rules in Scripting Rules
Import & Export Scripting Rules
Rule Flow
Rule Flow Designer
Rule Flow Mapping
Rule States in Rule Flow
Warnings & Errors
Rule Flow Limits
Import & Export RuleFlow
Other
Execution Strategy
Rule State
Rule Versioning
Favorite Rules
Rule Variables
Rule Tags
Single Sign-On (SSO)
Event timeline
Teamwork
Dashboard
Spaces
Manage Spaces
Space Members
Share Rules Between Spaces
Advanced Permissions
Test Bench
Rule Test Bench
Simple Test Bench
SDK and Frameworks
Languages / Frameworks
Business Intelligence
Connecting from Power BI
Connect Power BI to Business Intelligence API
Billing
Invoices & Billing
Change Product Plan
Billing Information
On-Premise / Docker
Environment Variables
Setup Single Sign-On (SSO)
DecisionRules Application
Docker Showcase App
AWS Setup
Microsoft Azure Setup
Kubernetes Setup
Terms & Conditions
Terms and Conditions
Privacy Policy
Service Level Agreement
Roadmap 🚲 🗺️
Release Notes
Powered By
GitBook
Endpoint Settings
This guide shows you how to change your endpoints.
This section is for users who created an account before 06. April 2021
The reason to change your endpoints is due to our name change to
DecisionRules.io
Everything remains the same, just the name is different.
That means all the settings you already have are going to work, but we strongly recommend you to do the changes from below.
Endpoints in API
The only thing you should do is to change the endpoint in your API.
The URL is in a format
https://api.decisionrules.io/rule/solve/:ruleId/:version
where you should replace
decisiondrig.io
with
decisionrules.io
1
URL
2
https
:
//api.decisionrules.io/rule/solve/:ruleId/:version
3
4
Headers:
5
Content-Type
:
application/json
6
Authorization
:
Bearer DOZpz-h6xnOrKGIINlYvkd9hn41pRR3oG6cqH
Copied!
Angular library
If you are using our Angular library to connect
Decisionrules.io
from your web application ****
npm package
**** was changed as well.
The old
npm package
**** will be still available, but no longer supported.
We recommend you download the new version from ****
npm
**** which will be supported.
Please make sure your
Angular
settings are correct to have your application always up to date.
Tutorials - Previous
Create Simple Rule Flow
Next - Tutorials
Rule Migration Strategies
Last modified
4mo ago
Copy link
Contents
Endpoints in API
Angular library