List decisions

GET 

/v2/illuminate/decisions

Returns a list of all decisions for your account.

Request

Example
[
  {
    "createdAt": "2024-01-01T00:00:00.000Z",
    "updatedAt": "2024-01-01T00:00:00.000Z",
    "createdBy": "string",
    "updatedBy": "string",
    "id": "string",
    "name": "string",
    "description": "string",
    "accountId": "string",
    "businessObjectId": "string",
    "sourceType": "BUSINESSOBJECT",
    "sourceId": "string",
    "hitType": "SINGLE",
    "enabled": false,
    "activeFrom": "2024-01-01T00:00:00.000Z",
    "activeUntil": "2024-01-01T00:00:00.000Z",
    "executeOnce": false,
    "executionFrequency": 0,
    "inputFields": [
      {
        "id": "string",
        "sourceType": {},
        "sourceId": "string",
        "name": "string"
      }
    ],
    "outputFields": [
      {
        "id": "string",
        "name": "string",
        "variable": "string"
      }
    ],
    "rules": [
      {
        "id": "string",
        "inputValues": [],
        "outputValues": [],
        "actionValues": []
      }
    ],
    "actions": [
      {
        "id": "string",
        "actionType": "WEBHOOK_EXECUTION",
        "description": "string",
        "name": "string",
        "template": {},
        "note": "string"
      }
    ],
    "businessObject": {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "updatedAt": "2024-01-01T00:00:00.000Z",
      "createdBy": "string",
      "updatedBy": "string",
      "id": "string",
      "name": "string",
      "isActive": false,
      "description": "string",
      "fields": [
        {}
      ],
      "accountId": "string",
      "subkeys": [
        "string"
      ],
      "metrics": [
        {}
      ],
      "decisions": [],
      "dashboards": [
        {}
      ],
      "queries": [
        {}
      ],
      "customers": [
        {}
      ]
    },
    "metric": {
      "id": "string",
      "name": "string",
      "measureId": "string",
      "businessObjectId": "string",
      "evaluationWindow": 0,
      "function": "string",
      "dimensionIds": [
        "string"
      ],
      "dimensions": [
        {}
      ],
      "filters": [
        {}
      ],
      "businessObject": {
        "createdAt": "2024-01-01T00:00:00.000Z",
        "updatedAt": "2024-01-01T00:00:00.000Z",
        "createdBy": "string",
        "updatedBy": "string",
        "id": "string",
        "name": "string",
        "isActive": false,
        "description": "string",
        "fields": [],
        "accountId": "string",
        "subkeys": [],
        "metrics": [],
        "decisions": [],
        "dashboards": [],
        "queries": [],
        "customers": []
      }
    },
    "query": {
      "createdAt": "2024-01-01T00:00:00.000Z",
      "updatedAt": "2024-01-01T00:00:00.000Z",
      "createdBy": "string",
      "updatedBy": "string",
      "decisions": [],
      "customer": {
        "id": "string",
        "name": "string"
      },
      "businessObjects": [
        {}
      ],
      "id": "string",
      "name": "string",
      "description": "string",
      "definition": {
        "version": "string",
        "pipeline": {},
        "meta": {}
      },
      "template": "string",
      "accountId": "string"
    },
    "customer": {
      "id": "string",
      "name": "string"
    }
  }
]