Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Below are sample request and responses to LogiX reporting API

1. Daily OEE for whole Plant

GET /aggregated_metrics?plant=ILA&date_from=2007-03-01T09:00:00.000Z&date_to=2007-03-02T09:00:00.000Z&group_by=workday&performance_type=DesignSpeed&include_OEEs=true

parameters used:

plant: ILA
date_from: 2007-03-01T09:00:00.000Z
date_to: 2007-03-02T09:00:00.000Z
group_by: workday
performance_type: DesignSpeed
include_OEEs: true

Response:

 Click here to expand...
[
  {
    "startTime": "2007-03-02T08:00:00",
    "endTime": "2007-03-03T08:00:00",
    "shiftCode": null,
    "activityType": null,
    "activityId": null,
    "hourId": null,
    "workDayId": "2007-03-03T00:00:00",
    "weekId": null,
    "monthId": null,
    "SKU": null,
    "assetTaxonomyNode": null,
    "assetIdentification": null,
    "eventsData": null,
    "OEEs": {
      "OEE": "0",
      "TEEP": "0",
      "OEE_A": "0",
      "OEE_P": "0",
      "OEE_Q": "0",
      "totalScheduledTimeSeconds": 0,
      "totalAvailableTimeSeconds": 0,
      "utilizationLossesSeconds": 0,
      "availabilityLossesSeconds": 0,
      "performanceLossesSeconds": 0,
      "qualityLossesSeconds": 0
    },
    "yieldData": null
  },
  {
    "startTime": "2007-03-01T08:00:00",
    "endTime": "2007-03-02T08:00:00",
    "shiftCode": null,
    "activityType": null,
    "activityId": null,
    "hourId": null,
    "workDayId": "2007-03-02T00:00:00",
    "weekId": null,
    "monthId": null,
    "SKU": null,
    "assetTaxonomyNode": null,
    "assetIdentification": null,
    "eventsData": null,
    "OEEs": {
      "OEE": "0",
      "TEEP": "0",
      "OEE_A": "0",
      "OEE_P": "0",
      "OEE_Q": "0",
      "totalScheduledTimeSeconds": 0,
      "totalAvailableTimeSeconds": 0,
      "utilizationLossesSeconds": 0,
      "availabilityLossesSeconds": 0,
      "performanceLossesSeconds": 0,
      "qualityLossesSeconds": 0
    },
    "yieldData": null
  }
]

  • No labels