Sections
Warning: Uninitialized string offset 1 in /home/klient.dhosting.pl/dlboffice19/dlb.com.pl/public_html/DOC/index.php on line 251
Method: GET
Warning: Uninitialized string offset 1 in /home/klient.dhosting.pl/dlboffice19/dlb.com.pl/public_html/DOC/index.php on line 251
Provides list of devices linked to user's account.
Warning: Uninitialized string offset 1 in /home/klient.dhosting.pl/dlboffice19/dlb.com.pl/public_html/DOC/index.php on line 251
Warning: Uninitialized string offset 1 in /home/klient.dhosting.pl/dlboffice19/dlb.com.pl/public_html/DOC/index.php on line 251
Warning: Uninitialized string offset 1 in /home/klient.dhosting.pl/dlboffice19/dlb.com.pl/public_html/DOC/index.php on line 251
Base URL
https://dlb.com.pl/api/v1/devices_list.php
Warning: Uninitialized string offset 1 in /home/klient.dhosting.pl/dlboffice19/dlb.com.pl/public_html/DOC/index.php on line 251
Warning: Uninitialized string offset 1 in /home/klient.dhosting.pl/dlboffice19/dlb.com.pl/public_html/DOC/index.php on line 251
Query parameters
| Key | Type | Description | |
|---|---|---|---|
| user | Required | string | Login |
| token | Required | string | Authentication |
Warning: Uninitialized string offset 1 in /home/klient.dhosting.pl/dlboffice19/dlb.com.pl/public_html/DOC/index.php on line 251
Warning: Uninitialized string offset 1 in /home/klient.dhosting.pl/dlboffice19/dlb.com.pl/public_html/DOC/index.php on line 251
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}
Warning: Uninitialized string offset 1 in /home/klient.dhosting.pl/dlboffice19/dlb.com.pl/public_html/DOC/index.php on line 251
Response
Response is a string to be decoded to JSON object, where keys are MAC addresses of the loggers, and values are JSONs with logger properties:
Example response:
{
"00:00:95:9D:68:16": {"type":"OEE","name":"Packing machine"},
"00:00:95:9D:68:FF": {"type":"OEE2","name":"Turning machine"}
}
