Sections

Method: GET

Provides list of event registered for the indicated device on a defined date interval.

Base URL

https://dlb.com.pl/api/v1/oee_tab_csv.php

Query parameters

Key Type Description
user Required string Login
mac Required string Single MAC address of the selected logger.
start Required string Start date of the interval (YYYY-MM-DD).
end Required string End date of the interval (YYYY-MM-DD).
token Required string Authentication

Authentication

Providing token is also required, you can do it using one of the following methods:

  • Query parameter
  • Standard Bearer token in the header: Authorization: Bearer {token}
  • API key in the header: HTTP_X_API_KEY: {token}

Response

Response is a CSV file, where first row contains headers and folowing rows contains data. Columns are separated with semicolon (;)

Available columns:

  • device_name - custom name of logger
  • event_start - timestamp YYYY-MM-DD hh:mm:ss
  • event_end - timestamp YYYY-MM-DD hh:mm:ss
  • duration - duration of event format hh:mm:ss
  • event_name
  • shift
  • operator
  • variant
  • order_no
  • ct - cycle time (float)
  • OK - number of produced OK parts (integer)
  • NOK - number of produced NOK parts (integer)
  • REW - number of reworked parts (integer)
  • OEE - OEE indicator value (in %)
  • A - Availablity indicator value (in %)
  • P - Performance indicator value (in %)
  • Q - Quality indicator value (in %)

Days with no data records are skipped!