Decision Trees

Returns all decision trees that the user has permission to access.

SecuritybearerToken
Request
query Parameters
sortDir
string
Default: "asc"

The direction that you wish to sort results by.

Enum: "asc" "desc"
type
string

Filter the returned decision trees by their associated decision tree type.

Enum: "Credit Approval" "CS Decision Module" "Demo" "Credit Approval, CS Decision Module"
sortBy
string

Sort results by this column.

Value: "friendlyName"
decisionOutcome
boolean
Default: false

Fetch decision outcome in guid list endpoint.

Responses
200
400
401
get/decisionEngine/GUID
Request samples
Response samples
application/json
{
  • "correlationId": "23921650-c073-11ea-860f-06bc8182190e",
  • "GUIDList": [
    ]
}