Skip to content

Return Decision Trees

Request

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

Security
bearerToken
Query
sortDirstring

The direction that you wish to sort results by.

Default:"asc"
Enum:"asc""desc"
typestring

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

Enum:"Credit Approval""CS Decision Module""Demo""Credit Approval, CS Decision Module"
sortBystring

Sort results by this column.

Value:"friendlyName"
decisionOutcomeboolean

Fetch decision outcome in guid list endpoint.

Default:false
curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/decisionEngine/GUID?sortDir=asc&type=Credit%20Approval&sortBy=friendlyName&decisionOutcome=false' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
correlationIdstring

A unique ID assigned to this request.

Example:"23921650-c073-11ea-860f-06bc8182190e"
GUIDListArray of objects
Response
{ "correlationId": "23921650-c073-11ea-860f-06bc8182190e", "GUIDList": [ {} ] }