Return All Available Instances

Returns all instances (Decision Trees) a user has permission to access.

SecuritybearerToken
Request
query Parameters
customerId
integer

The unique identifier of the customer. If used it will return all the Decision Trees associated to that customer.

userId
integer

The unique identifier of the user. If used it will return all the Decision Trees that user has access to.

Responses
200
400
401
403
404
get/decisionEngine/instances
Request samples
Response samples
application/json
{
  • "correlationId": "string",
  • "instances": [
    ]
}