Skip to content

Get Knowledge Model - get_knowledge_model

Mode: Intelligent only · Category: Other

Returns the knowledge model for the current asset. The knowledge model includes all KPIs, Record Attributes, and Event Logs.

{
  "record_attributes": [
    {
      "id": "PurchaseOrder.SupplierName",
      "display_name": "Supplier Name",
      "description": "Name of the vendor on the PO.",
      "column_type": "STRING"
    }
  ],
  "kpis": [
    {
      "id": "PurchaseOrder.OnTimeDelivery",
      "display_name": "On-Time Delivery Rate",
      "description": "Share of POs delivered on or before the requested date.",
      "unit": "%",
      "format": "0.00%",
      "desired_direction": "INCREASE"
    }
  ],
  "event_logs": [
    {
      "id": "PurchaseOrder.PurchaseOrderEventLog",
      "display_name": "Purchase Order Process",
      "description": "Activity log of the source-to-pay process."
    }
  ]
}