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/get-oee-tab.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 required, you can do it using one of the following methods:
- Query parameter
Response
Response is a CSV file, where first row contains headers and folowing rows contains data. Columns are separated with semicolon (;)
Available columns:
- event_start - timestamp YYYY-MM-DD hh:mm:ss
- event_end - timestamp YYYY-MM-DD 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)
Days with no data records are skipped!