Decisions Core Services
  • 10 Jul 2020
  • 1 Minute to read
  • Dark
    Light
  This documentation version is deprecated, please click here for the latest version.

Decisions Core Services

  • Dark
    Light

Article summary

Overview 

Decisions Cores Services allows users to be able to utilize many of the folder actions via the API. A generally rule of thumb is; anything you can do in the UI, you can do via API. The purpose of this capability is to allow decisions to integrate with other systems. There are over 152 decisions core services that can be accessed out of the box, and users can also add their custom services. This document will cover in details the most commonly used Decisions Core Services.

Most Commonly Used Services

Decisions Core Service NameFunctionUse Case
Account ServiceThis service contains methods that interact with the entity_account table for adding, deleting, or modifying Decisions AccountsSetting up Single-Sign-On Configuration
AssignmentThe Assignment service contains methods for manipulating the entity_assignment tableRemove assignments that caused an exception during flow testing
CommentServices used for manipulating comments on folder, by editing the entity_comment tableUsed to gather an audit trail from a process or for creating system comments
DocumentServiceThese methods manipulate documents in decisionsUsed for document retrieval and storage in and out of decisions
FileReferenceServiceMethods used to manipulate file references in the file_reference_entityUsed to manipulate large files on the app server with more efficiency
FolderServiceThese methods are used to create, modify, or delete folders in the entity_folder tableDesigner project folder scaffolding
GroupServiceThis service contains methods that interact with the entity_group table for adding, deleting, or modifying Decisions GroupsCreate, Edit, or Delete groups in decisions
ImageServiceContains methods which are used to manipulate the image_folder_extension_dataUsed to store images in decisions
ImportExportServiceContains methods for utilizing decisions Import or Export serviceCan be used for automation of project associations

Creating a Custom Services

These services can be found in the Decisions Studio Designer under System -> Administration -> Features -> All Services -> Decisions.Core. To access any integration details, right-click on the service and select 'View Integration Details'


The "View Integration Details" will open the service call information in a new tab and show all the available methods that can be called. Any of these method to be clicked on to example what their expected inputs and outputs are. 

Any of these method to be clicked on to example what their expected inputs and outputs are. 



Was this article helpful?

What's Next