--- title: "View Integration Details" slug: "view-integration-details" description: "This document illustrates how to use Integration Details for entities in Decisions. The integration Details page contains information on different ways to integrate with the selected entity." tags: ["REST Service", "Web Integration"] updated: 2026-09-04T19:26:57Z published: 2026-09-04T19:26:57Z canonical: "documentation.decisions.com/view-integration-details" --- > ## Documentation Index > Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt > Use this file to discover all available pages before exploring further. # View Integration Details ## Overview **View Integration Details** enables Users to seamlessly integrate designer elements of their workflow, such as Flows, Rules, Reports, and other Designer Elements, with external systems or services. This integration allows for the exchange of data between Decisions and other software applications, making it possible to send and retrieve information seamlessly. The following table represents the three available options under the View Integration Details: | Integration Type | Settings | | --- | --- | | API Service | This Integration type allows Users to configure GET or POST calls for Flows, Rules, and Reports. | | [User Interface](https://documentation.decisions.com/version-10/docs/user-interface-integration) | This Integration type allows Users to configure how UI elements will be configured via URL. Note that this Integration Type is not available for Rules. | | [Webhook](https://documentation.decisions.com/version-10/docs/creating-webhooks) | This Integration type configures the Designer to use this Integration's capabilities. Note that this Integration Type is only available for Flows. | There is no direct API integration for Page/Dashboards, but it can still be integrated through **Folder Integration** (mentioned below in this article) or by embedding it in an [iFrame](https://documentation.decisions.com/version-10/docs/decisions-platform-in-an-iframe). Version 9 Endpoints for SAML, OpenID, and OAuth - LoginURL - [base]:[port]/Login - LogoutURL - [base]:[port]/Logout - SAML - [base]:[port]/SAML/AssertionConsumer - TokenHandler - [base]:[port]/HandleTokenResponse An example of an endpoint would appear in the address bar as > **localhost:81/Logout**. The port number is ONLY needed if Decisions is installed to a non-standard port, which would be anything other than **port 80 for HTTP** or **port 443 for HTTPS**. --- | **Feature Modification** | | --- | | **Introduced in Version** | -- | | **Modified in Version** | 10.1, 10.2 | | **Modification Details** | Settings.xml has been updated with properties for exposing the API. | ## Configure Integration Type Designer Elements have Integration disabled by default, and this can be enabled via SERVICE SETTINGS located at: - **Configure Integration** located at the top right corner within the Designer Entities - **Service Settings** located in the Properties Panel of the Designer Entities. Both settings are identical and include the following settings to configure. | Setting | Description | | --- | --- | | Integration Type | Configures what type of Integration will be allowed on this Designer Element | | Data Format | Allows Users to set the type of Data Format to be outputted. - All - JSON - RAW - Rawjson - RawXml - XML | | | Ignore Null Values in JSON Output | Will eliminate the fields with "null" values in its JSON responses. This is to create a more generic data structure as a response. | | Reference Type | Allows Users to configure the reference method for the Integration call by either ID, URL, or Path | | Override Service URL | Allows Users to create a custom service URL Endpoint. Services generated using this setting can be found either at `http://localhost/decisions/Primary/apidoc for IIS-hosted environments` or `http://localhost/Primary/apidoc for Self-Hosted environments`. Learn more about custom URLs in [URL Slugs](https://documentation.decisions.com/version-10/docs/url-slugs). | | Configure HTTP Methods | Allows Users to permit which HTTP Methods can be used for Integration: GET, POST, PUT. | ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1780080902205.png) After configuring the Integration Settings, click VIEW to open the **Integration** **Details** Page. For more information on running Flows via Integration, review the [Running Flows as a URL](https://documentation.decisions.com/version-10/docs/running-a-flow-from-a-url) to learn more. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2026-08-06_16h12_13.png) --- ## Integration Details for Folder Entity Integration of Page/DashboardsUsers can configure the Integration for the Page/Dashboards by enabling the **Select Page** option from the View Integration Details for a Folder Entity. Refer to the following section for detailed information. To view the Integration Details of a Folder Entity: 1. Right-click on a Folder. 2. From the Folder Actions, click **Manage > Integrations > View Integration Details**.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1782998988830.png) 3. The View Integration Details for Folder Page will open in a new window. The following tables represent the options available to configure a Folder's Integration. | Setup | Description | | --- | --- | | Setup | Option to choose the User authentication type. | | Additional Options | Description | | --- | --- | | Call Folder By | Allows Users to call the URL by either the Folder **ID** or **Path**. | | Select Page | Provides the option to **Enable Page Selection;** toggling this enables the Pages option. | | Pages | Allows the ability to select how the Folder will display its contents. Options include **Folder** **View**, **List**, **Tiles**, **Columns**, and **Unit** **Test** **Results**. | | Display Settings | Description | | --- | --- | | Display Type | Option to pick Portal Type to display Folder; options include HTML, Mobile, or Tablet. | | Chrome | Breadcrumbs setting. Options include: - None - Off - Small - TopBarOnly - TopBarFolderTreeCollapsed - NoTopBarHasFolderTree - NoTopBarFolderTreeCollapsed | 4. Select and define the desired settings. After configuring the Integration, copy the **URL** on the right. Adjusting the settings will alter the URL on the right automatically. This URL can now be used to integrate with the Folder outside of Decisions. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2026-08-06_16h17_54.png) --- ## API Call Authentication Types The following table represents the API Call Authentication options available to Users when creating an **Integration** in Decisions. Decisions RecommendationUse the Named Sessions for the API call authentication type when applicable. These are more secure than other options. | **Authentication Type Options** | Description | | --- | --- | | Login | Uses the Login credentials of the User for calling this Decisions Element. Upon execution, Users will be brought to a Login Page before proceeding with the Integration. | | Guest | Uses the Guest Account, when [enabled](/version-10/docs/enabling-a-guest-account) before Integration, for the REST call. | | [Named Sessions](/version-10/docs/named-session) | Utilizes User-configured Named Sessions that are associated with a Decisions account. This is configured in the **System > Security > Named Session** Folder. | | SessionID | Uses the current Login's SessionID for API call authentication. | | Specify Session ID | Allows a User to specify a SessionID for call authentication. This is set in the SessionID box and stored via the STORE SESSION ID button. | | Specify User Credentials | Allows the User to specify Constant User credentials to be used for Integration. | --- ## Using Settings.XML The settings.xml file has two properties that can be edited to allow API access. The properties are and . With/apidoc, we show two types of services - System Services and Flow Services. When is set to False, the User will only see Flow Services. If set to True, both System Services and Flow Services are exposed. Users performing a clean install will find set to False in the settings.xml file by default. For Users that are upgrading from an older version, the settings.xml file will not be updated with the new property. It will need to be added manually. --- ## Using Swagger [Swagger docs](https://swagger.io/) can be created to help manage a customer's API design in Decisions. Any Decisions environment can generate a Swagger doc. Add /apidoc to the end of the Decisions [baseportalurl] - `https://baseportalurl/apidoc`. --- ## Testing Integration To test Integration behavior at any time: 1. Click the **TEST** tab on the right-hand side of the **INTEGRATION DETAILS** screen. 2. Select the desired method (ex: POST, GET), then click **RUN**. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2026-08-06_16h20_43.png) 3. Once the Integration runs, confirm the POST or GET results match the specified output type (ex: JSON)**.**  ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2026-08-06_16h22_43.png) --- ## Feature Changes | Description | Version | Release Date | Developer Task | | --- | --- | --- | --- | | Syntax is highlighted for the *View Integration Details* Page. | [10.2](https://documentation.decisions.com/v99/docs/version-10-2-release-notes) | September 2026 | [DT-048355] | | The View Integration Details page has been redesigned. | [10.1](https://documentation.decisions.com/v99/docs/version-101x-release-notes) | August 2026 | [DT-048282] |