WellNuo/api/Wellnuo_API.postman_collection.json
Sergei ec63a2c1e2 Add admin panel, optimized API, OTP auth, migrations
Admin Panel (Next.js):
- Dashboard with stats
- Users list with relationships (watches/watched_by)
- User detail pages
- Deployments list and detail pages
- Devices, Orders, Subscriptions pages
- OTP-based admin authentication

Backend Optimizations:
- Fixed N+1 query problem in admin APIs
- Added pagination support
- Added .range() and count support to Supabase wrapper
- Optimized batch queries with lookup maps

Database:
- Added migrations for schema evolution
- New tables: push_tokens, notification_settings
- Updated access model

iOS Build Scripts:
- build-ios.sh, clear-apple-cache.sh
- EAS configuration updates

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-20 11:05:39 -08:00

9296 lines
187 KiB
JSON

{
"info": {
"_postman_id": "350cecf8-279a-47e0-84dd-816d527e3586",
"name": "Wellnuo_API",
"description": "Wellnuo",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "50892930",
"_collection_link": "https://a55555-9064.postman.co/workspace/A-Workspace~544c0953-1556-4984-8849-0c2235e23289/collection/36728644-350cecf8-279a-47e0-84dd-816d527e3586?action=share&source=collection_link&creator=50892930"
},
"item": [
{
"name": "credentials",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
"//pm.environment.set(\"user_name\", \"slunginovic\");\r",
"//pm.environment.set(\"password\", \"sale2025\");\r",
"pm.environment.set(\"user_name\", \"robster\");\r",
"pm.environment.set(\"password\", \"rob2\");\r",
""
],
"type": "text/javascript",
"packages": {},
"requests": {}
}
},
{
"listen": "test",
"script": {
"exec": [
"var jsonData = pm.response.json();\r",
"if (jsonData.access_token) {\r",
" pm.environment.set(\"token\", jsonData.access_token);\r",
" console.log(\"Token saved to Wellnuo environment\");\r",
"}"
],
"type": "text/javascript",
"packages": {},
"requests": {}
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "credentials",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "ps",
"value": "{{password}}",
"type": "text"
},
{
"key": "clientId",
"value": "001",
"type": "text"
},
{
"key": "nonce",
"value": "111",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "credentials_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "credentials",
"type": "text"
},
{
"key": "user_name",
"value": "robster",
"type": "text"
},
{
"key": "ps",
"value": "rob2",
"type": "text"
},
{
"key": "clientId",
"value": "001",
"type": "text"
},
{
"key": "nonce",
"value": "45345345",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
},
{
"name": "credentials",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "credentials",
"type": "text"
},
{
"key": "user_name",
"value": "dive",
"type": "text"
},
{
"key": "ps",
"value": "D@v1d3",
"type": "text"
},
{
"key": "clientId",
"value": "001",
"type": "text"
},
{
"key": "nonce",
"value": "111",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": "",
"header": [],
"cookie": [
{
"expires": "Invalid Date",
"domain": "",
"path": ""
}
],
"body": ""
}
]
},
{
"name": "activity_detected",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
"pm.environment.set(\"epochTime\", Date.now());"
],
"type": "text/javascript",
"packages": {}
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "activity_detected",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "time",
"value": "{epochTime}",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "activity_detected_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "activity_detected",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "time",
"value": "{{epochTime}}",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "alarm_on_off",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
"pm.environment.set(\"epochTime\", Date.now());"
],
"type": "text/javascript",
"packages": {}
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "activity_detected",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "time",
"value": "{epochTime}",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "alarm_on_off",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "alarm_on_off",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "deployment_id",
"value": "24",
"type": "text"
},
{
"key": "alarm_on",
"value": "1",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_alarm_state",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
"pm.environment.set(\"epochTime\", Date.now());"
],
"type": "text/javascript",
"packages": {}
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "activity_detected",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "time",
"value": "{epochTime}",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_alarm_state",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_alarm_state",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "deployment_id",
"value": "24",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "activities_report_details",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
"pm.environment.set(\"epochTime\", Date.now());"
],
"type": "text/javascript",
"packages": {}
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "activities_report_details",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
},
{
"key": "filter",
"value": "6",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "activity_report_details_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "activities_report_details",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
},
{
"key": "filter",
"value": "6",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "beneficiaries_list",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "beneficiaries_list",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "first",
"value": "0",
"type": "text"
},
{
"key": "last",
"value": "1000",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "caretakers_list",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "caretakers_list",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "first",
"value": "0",
"type": "text"
},
{
"key": "last",
"value": "1000",
"type": "text"
},
{
"key": "privileges",
"value": "-1",
"type": "text"
}
]
},
"url": {
"raw": "http://192.168.68.70:8000/function/well-api",
"protocol": "http",
"host": [
"192",
"168",
"68",
"70"
],
"port": "8000",
"path": [
"function",
"well-api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "beneficiary_edit_debug",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api?name=beneficiary_edit&token={{token}}&user_name={{user_name}}&user_id=26",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "name",
"value": "beneficiary_edit"
},
{
"key": "token",
"value": "{{token}}"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "user_id",
"value": "26"
}
]
}
},
"response": [
{
"name": "beneficiary_edit_debug",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api?name=caretaker_edit&user_name={{user_name}}&token={{token}}",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "name",
"value": "caretaker_edit"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
}
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "beneficiary_form",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "beneficiary_form",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "new_user_name",
"value": "test_user",
"type": "text"
},
{
"key": "editing_user_id",
"value": "52",
"type": "text"
},
{
"key": "role_ids",
"value": "1,2",
"type": "text"
},
{
"key": "email",
"value": "test_user@yahoo.com",
"type": "text"
},
{
"key": "first_name",
"value": "John",
"type": "text"
},
{
"key": "last_name",
"value": "Smith",
"type": "text"
},
{
"key": "address_street",
"value": "Hope Str.",
"type": "text"
},
{
"key": "address_city",
"value": "Mountain View",
"type": "text"
},
{
"key": "address_zip",
"value": "94100",
"type": "text"
},
{
"key": "address_state",
"value": "CA",
"type": "text"
},
{
"key": "address_country",
"value": "USA",
"type": "text"
},
{
"key": "phone_number",
"value": "1(408)453-4522",
"type": "text"
},
{
"key": "picture",
"value": "john_smith.jpg",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "beneficiary_form_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "beneficiary_form",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "new_user_name",
"value": "test_user",
"type": "text"
},
{
"key": "editing_user_id",
"value": "52",
"type": "text"
},
{
"key": "role_ids",
"value": "1,2",
"type": "text"
},
{
"key": "email",
"value": "test_user@yahoo.com",
"type": "text"
},
{
"key": "first_name",
"value": "John",
"type": "text"
},
{
"key": "last_name",
"value": "Smith",
"type": "text"
},
{
"key": "address_street",
"value": "Hope Str.",
"type": "text"
},
{
"key": "address_city",
"value": "Mountain View",
"type": "text"
},
{
"key": "address_zip",
"value": "94100",
"type": "text"
},
{
"key": "address_state",
"value": "CA",
"type": "text"
},
{
"key": "address_country",
"value": "USA",
"type": "text"
},
{
"key": "phone_number",
"value": "1(408)453-4522",
"type": "text"
},
{
"key": "picture",
"value": "john_smith.jpg",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "caretaker_edit",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api?name=caretaker_edit&user_name={{user_name}}&token={{token}}",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "name",
"value": "caretaker_edit"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
}
]
}
},
"response": [
{
"name": "caretaker_edit_debug",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api?name=caretaker_edit&user_name={{user_name}}&token={{token}}",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "name",
"value": "caretaker_edit"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
}
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "caretaker_form",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "caretaker_form",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "new_user_name",
"value": "mulan",
"type": "text"
},
{
"key": "user_id",
"value": "32",
"type": "text"
},
{
"key": "editing_user_id",
"value": "26",
"type": "text"
},
{
"key": "key",
"value": "`/k3$8ha",
"type": "text"
},
{
"key": "role_ids",
"value": "1,2",
"type": "text"
},
{
"key": "access_to",
"value": "25",
"type": "text"
},
{
"key": "email",
"value": "mila@zmrinc.com",
"type": "text"
},
{
"key": "first_name",
"value": "Mila",
"type": "text"
},
{
"key": "last_name",
"value": "Ulan",
"type": "text"
},
{
"key": "address_street",
"value": "Labinska 53 A 2PP",
"type": "text"
},
{
"key": "address_city",
"value": "Rijeka",
"type": "text"
},
{
"key": "address_zip",
"value": "51000",
"type": "text"
},
{
"key": "address_state",
"value": "HR",
"type": "text"
},
{
"key": "address_country",
"value": "Croatia",
"type": "text"
},
{
"key": "phone_number",
"value": "+91 itdee",
"type": "text"
},
{
"key": "picture",
"value": "\\\\/",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "caretaker_form",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "caretaker_form",
"type": "text"
},
{
"key": "user_id",
"value": "32",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "key",
"value": "`/k3$8ha",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "new_user_name",
"value": "mulan",
"type": "text"
},
{
"key": "role_ids",
"value": "1,2",
"type": "text"
},
{
"key": "access_to",
"value": "25",
"type": "text"
},
{
"key": "editing_user_id",
"value": "26",
"type": "text"
},
{
"key": "email",
"value": "mila@zmrinc.com",
"type": "text"
},
{
"key": "first_name",
"value": "Mila",
"type": "text"
},
{
"key": "last_name",
"value": "Ulan",
"type": "text"
},
{
"key": "address_street",
"value": "Labinska 53 A 2PP",
"type": "text"
},
{
"key": "address_city",
"value": "Rijeka",
"type": "text"
},
{
"key": "address_zip",
"value": "51000",
"type": "text"
},
{
"key": "address_state",
"value": "HR",
"type": "text"
},
{
"key": "address_country",
"value": "Croatia",
"type": "text"
},
{
"key": "phone_number",
"value": "+91 itdee",
"type": "text"
},
{
"key": "picture",
"value": "\\\\/",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "caretakers_list",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "caretakers_list",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "first",
"value": "0",
"type": "text"
},
{
"key": "last",
"value": "1000",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "caretakers_list",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "caretakers_list",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "first",
"value": "0",
"type": "text"
},
{
"key": "last",
"value": "1000",
"type": "text"
},
{
"key": "privileges",
"value": "-1",
"type": "text"
}
]
},
"url": {
"raw": "http://192.168.68.70:8000/function/well-api",
"protocol": "http",
"host": [
"192",
"168",
"68",
"70"
],
"port": "8000",
"path": [
"function",
"well-api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "dashboard_list",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "dashboard_list",
"type": "text"
},
{
"key": "user_id",
"value": "25",
"type": "text"
},
{
"key": "date",
"value": "2025-01-15",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "dashboard_list_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "dashboard_list",
"type": "text"
},
{
"key": "user_id",
"value": "25",
"type": "text",
"disabled": true
},
{
"key": "date",
"value": "2025-09-17",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "dashboard_single",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "dashboard_single",
"type": "text"
},
{
"key": "date",
"value": "2025-03-26",
"type": "text"
},
{
"key": "deployment_id",
"value": "39",
"type": "text"
},
{
"key": "nonce",
"value": "768248fa-2e22-4ee9-bfc4-ff10294f170d",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "dashboard_single_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "dashboard_single",
"type": "text"
},
{
"key": "date",
"value": "2025-08-16",
"type": "text"
},
{
"key": "deployment_id",
"value": "45",
"type": "text"
},
{
"key": "nonce",
"value": "768248fa-2e22-4ee9-bfc4-ff10294f170d",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "deployment_delete",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "deployment_delete",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InJvYnN0ZXIiLCJleHAiOjE3Mzk2NDEyOTl9.e0FmHttk1GokcX0a0vYBg66RzgoDliX9P8ZossoYgHw",
"type": "text"
},
{
"key": "editing_deployment_id",
"value": "36",
"type": "text"
},
{
"key": "user_id",
"value": "32",
"type": "text"
},
{
"key": "priviledges",
"value": "-1",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "deployment_delete_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "deployment_delete",
"type": "text"
},
{
"key": "user_name",
"value": "robster",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "editing_deployment_id",
"value": "36",
"type": "text"
},
{
"key": "user_id",
"value": "32",
"type": "text"
},
{
"key": "priviledges",
"value": "-1",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "deployment_edit",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api?name=deployment_edit&user_name={{user_name}}&token={{token}}&deployment_id=21",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "name",
"value": "deployment_edit"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
},
{
"key": "deployment_id",
"value": "21"
}
]
}
},
"response": [
{
"name": "deployment_edit",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api?name=deployment_edit&user_name={{user_name}}&token={{token}}&deployment_id=21",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "name",
"value": "deployment_edit"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
},
{
"key": "deployment_id",
"value": "21"
}
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "deployment_form",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "deployment_form",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "editing_deployment_id",
"value": "38",
"type": "text"
},
{
"key": "beneficiary_id",
"value": "48",
"type": "text"
},
{
"key": "caretaker_id",
"value": "47",
"type": "text"
},
{
"key": "owner_id",
"value": "32",
"type": "text"
},
{
"key": "installer_id",
"value": "47",
"type": "text"
},
{
"key": "address_street",
"value": "A.T. Mimare 38",
"type": "text"
},
{
"key": "address_city",
"value": "Zagreb",
"type": "text"
},
{
"key": "address_zip",
"value": "10000",
"type": "text"
},
{
"key": "address_state",
"value": "",
"type": "text"
},
{
"key": "address_country",
"value": "Croatia",
"type": "text"
},
{
"key": "persons",
"value": "1",
"type": "text"
},
{
"key": "gender",
"value": "2",
"type": "text"
},
{
"key": "race",
"value": "1",
"type": "text"
},
{
"key": "born",
"value": "1944",
"type": "text"
},
{
"key": "pets",
"value": "0",
"type": "text"
},
{
"key": "wifis",
"value": "",
"type": "text"
},
{
"key": "lat",
"value": "45.807474",
"type": "text"
},
{
"key": "lng",
"value": "15.903289",
"type": "text"
},
{
"key": "devices",
"value": "[\"64B7088901D0\", \"64B7088909B0\", \"64B70888FAA0\"]",
"type": "text"
},
{
"key": "time_zone_s",
"value": "Europe/Zagreb",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": []
},
{
"name": "deployments_list",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "deployments_list",
"type": "text"
},
{
"key": "first",
"value": "0",
"type": "text"
},
{
"key": "last",
"value": "1000",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "deployments_list_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "deployments_list",
"type": "text"
},
{
"key": "user_id",
"value": "32",
"type": "text"
},
{
"key": "first",
"value": "0",
"type": "text"
},
{
"key": "last",
"value": "1000",
"type": "text"
},
{
"key": "privileges",
"value": "-1",
"type": "text"
},
{
"key": "nonce",
"value": "1754946182893",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "device_form",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "device_form",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "well_id",
"value": "230",
"type": "text"
},
{
"key": "device_mac",
"value": "64B7088904BC",
"type": "text"
},
{
"key": "description",
"value": "test_description",
"type": "text"
},
{
"key": "location",
"value": "0",
"type": "text"
},
{
"key": "close_to",
"value": "me",
"type": "text"
},
{
"key": "radar_threshold",
"value": "51",
"type": "text"
},
{
"key": "temperature_calib",
"value": "0.0, 0.0, -16.0",
"type": "text"
},
{
"key": "humidity_calib",
"value": "0.0, 0.0, 0.0",
"type": "text"
},
{
"key": "group",
"value": "2",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "device_form",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "device_form",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "editing_device_id",
"value": "498",
"type": "text",
"disabled": true
},
{
"key": "well_id",
"value": "498",
"type": "text"
},
{
"key": "device_mac",
"value": "901506CA3DD0",
"type": "text"
},
{
"key": "description",
"value": "initial",
"type": "text"
},
{
"key": "location",
"value": "-1",
"type": "text"
},
{
"key": "close_to",
"value": "",
"type": "text"
},
{
"key": "radar_threshold",
"value": "50",
"type": "text"
},
{
"key": "temperature_calib",
"value": "0.0, 0.0, -10.0",
"type": "text"
},
{
"key": "humidity_calib",
"value": "0.0, 0.0, 0.0",
"type": "text"
},
{
"key": "group_id",
"value": "1",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": "",
"header": [],
"cookie": [
{
"expires": "Invalid Date"
}
],
"body": ""
}
]
},
{
"name": "device_list",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "device_list",
"type": "text"
},
{
"key": "first",
"value": "0",
"type": "text"
},
{
"key": "last",
"value": "1000",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "device_list",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "device_list",
"type": "text"
},
{
"key": "first",
"value": "0",
"type": "text"
},
{
"key": "last",
"value": "1000",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "device_list_4_gui",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "device_list_4_gui",
"type": "text"
},
{
"key": "first",
"value": "0",
"type": "text"
},
{
"key": "last",
"value": "1000",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "device_list_4_gui",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "device_list_4_gui",
"type": "text"
},
{
"key": "first",
"value": "0",
"type": "text"
},
{
"key": "last",
"value": "1000",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "device_set_group",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "device_set_group",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "device_id",
"value": "630",
"type": "text"
},
{
"key": "group_id",
"value": "4",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "device_set_group",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "device_set_group",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "editing_device_id",
"value": "630",
"type": "text"
},
{
"key": "group_id",
"value": "2",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": "",
"header": [],
"cookie": [
{
"expires": "Invalid Date"
}
],
"body": ""
}
]
},
{
"name": "device_get_live",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "device_get_live",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "device_id",
"value": "665",
"type": "text"
},
{
"key": "mac",
"value": "142B2F81A020",
"type": "text",
"disabled": true
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "device_get_live",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "device_set_group",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "editing_device_id",
"value": "630",
"type": "text"
},
{
"key": "group_id",
"value": "2",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": "",
"header": [],
"cookie": [
{
"expires": "Invalid Date"
}
],
"body": ""
}
]
},
{
"name": "device_reboot",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "device_reboot",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "device_id",
"value": "640",
"type": "text",
"disabled": true
},
{
"key": "mac",
"value": "142B2F81A3E4",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "device_reboot",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "device_reboot",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "device_id",
"value": "630",
"type": "text",
"disabled": true
},
{
"key": "mac",
"value": "901506CA3C7C",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": "",
"header": [],
"cookie": [
{
"expires": "Invalid Date"
}
],
"body": ""
}
]
},
{
"name": "device_set_well_id",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "device_set_well_id",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "device_id",
"value": "630",
"type": "text"
},
{
"key": "well_id",
"value": "400",
"type": "text"
},
{
"key": "mac",
"value": "901506CA3C7C",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "device_set_well_id",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "device_set_well_id",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "editing_device_id",
"value": "630",
"type": "text"
},
{
"key": "well_id",
"value": "500",
"type": "text"
},
{
"key": "mac",
"value": "901506CA3C7C",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": "",
"header": [],
"cookie": [
{
"expires": "Invalid Date"
}
],
"body": ""
}
]
},
{
"name": "device_set_network_id",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "device_set_network_id",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "device_id",
"value": "630",
"type": "text"
},
{
"key": "well_id",
"value": "501",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "device_set_network_id",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "device_set_network_id",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "editing_device_id",
"value": "630",
"type": "text"
},
{
"key": "network_id",
"value": "501",
"type": "text"
},
{
"key": "mac",
"value": "901506CA3C7C",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": "",
"header": [],
"cookie": [
{
"expires": "Invalid Date"
}
],
"body": ""
}
]
},
{
"name": "device_list_by_deployment",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "device_list_by_deployment",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
},
{
"key": "first",
"value": "0",
"type": "text"
},
{
"key": "last",
"value": "1000",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "device_list_by_deployment",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "device_list_by_deployment",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
},
{
"key": "first",
"value": "0",
"type": "text"
},
{
"key": "last",
"value": "1000",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "devices_list",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api?name=devices_list&user_name={{user_name}}&token={{token}}&first=0&last=1000",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "name",
"value": "devices_list"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
},
{
"key": "first",
"value": "0"
},
{
"key": "last",
"value": "1000"
}
]
}
},
"response": [
{
"name": "devices_list",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api?name=devices_list&user_name={{user_name}}&token={{token}}&first=0&last=1000",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "name",
"value": "devices_list"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
},
{
"key": "first",
"value": "0"
},
{
"key": "last",
"value": "1000"
},
{
"key": "user_id",
"value": "63",
"disabled": true
},
{
"key": "privileges",
"value": "47",
"disabled": true
}
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "download",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api?name=download&deployment_id=22&date_from=2024-10-06&date_to=2024-11-11&group_by=by_minute&user_name={{user_name}}&token={{token}}&re_create=false&radar_part=s28",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "name",
"value": "download"
},
{
"key": "deployment_id",
"value": "22"
},
{
"key": "date_from",
"value": "2024-10-06"
},
{
"key": "date_to",
"value": "2024-11-11"
},
{
"key": "group_by",
"value": "by_minute"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
},
{
"key": "re_create",
"value": "false"
},
{
"key": "radar_part",
"value": "s28"
}
]
}
},
"response": [
{
"name": "download_debug",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/apii?name=download&user_name={{user_name}}&token={{token}}&deployment_id=21&date_from=2025-11-04&date_to=2025-11-05&group_by=by_minute&re_create=false&radar_part=s28&consolidated_by=by_minute_rc",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"apii"
],
"query": [
{
"key": "name",
"value": "download"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
},
{
"key": "deployment_id",
"value": "21"
},
{
"key": "date_from",
"value": "2025-11-04"
},
{
"key": "date_to",
"value": "2025-11-05"
},
{
"key": "group_by",
"value": "by_minute"
},
{
"key": "re_create",
"value": "false"
},
{
"key": "radar_part",
"value": "s28"
},
{
"key": "consolidated_by",
"value": "by_minute_rc"
}
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "find_deployments",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "find_deployments",
"type": "text"
},
{
"key": "well_ids",
"value": "432,239,238,237",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "find_deployments_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "find_deployments",
"type": "text"
},
{
"key": "well_ids",
"value": "432,239,238,237",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_beneficiary",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_beneficiary",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_id",
"value": "25",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_beneficiary_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_beneficiary",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_id",
"value": "25",
"type": "text"
},
{
"key": "date",
"value": "2025-02-06",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_caretaker",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_beneficiary",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_id",
"value": "25",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_caretaker_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_caretaker",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_id",
"value": "25",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_deployment",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "get_deployment",
"type": "text"
},
{
"key": "date",
"value": "2025-1-1",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_deployment_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "get_deployment",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_deployment_j",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "anandk",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "get_deployment",
"type": "text"
},
{
"key": "date",
"value": "2025-1-1",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_deployment_j_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "get_deployment",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_deployment_details",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "request_devices",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "group_id",
"value": "All",
"type": "text"
},
{
"key": "deployment_id",
"value": "38",
"type": "text"
},
{
"key": "location",
"value": "All",
"type": "text"
},
{
"key": "fresh",
"value": "true",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_deployment_details_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_deployment_details",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "group_id",
"value": "0",
"type": "text"
},
{
"key": "deployment_id",
"value": "38",
"type": "text"
},
{
"key": "location",
"value": "0",
"type": "text"
},
{
"key": "fresh",
"value": "1",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_device",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "get_device",
"type": "text"
},
{
"key": "device_id",
"value": "444",
"type": "text"
},
{
"key": "mac",
"value": "98CDACF0BCFC",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_device_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "get_device",
"type": "text"
},
{
"key": "device_id",
"value": "524",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_devices_locations",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "get_devices_locations",
"type": "text"
},
{
"key": "well_ids",
"value": "432,239",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_devices_locations_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "get_device",
"type": "text"
},
{
"key": "device_id",
"value": "524",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_floor_layout",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "get_floor_layout",
"type": "text"
},
{
"key": "date",
"value": "2025-1-1",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_floor_layout_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "get_floor_layout",
"type": "text"
},
{
"key": "deployment_id",
"value": "22",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_full_location_map",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api?name=get_full_location_map&user_name={{user_name}}&token={{token}}&deployment_id=22&date=2025-07-24&re_create=false&bw=false&motion=false&scale_global=false&map_type=2&fast=true&filter=6&now=2025-09-29T02:07:52.781Z",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "name",
"value": "get_full_location_map"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
},
{
"key": "deployment_id",
"value": "22"
},
{
"key": "date",
"value": "2025-07-24"
},
{
"key": "re_create",
"value": "false"
},
{
"key": "bw",
"value": "false"
},
{
"key": "motion",
"value": "false"
},
{
"key": "scale_global",
"value": "false"
},
{
"key": "map_type",
"value": "2"
},
{
"key": "fast",
"value": "true"
},
{
"key": "filter",
"value": "6"
},
{
"key": "to_date",
"value": "2025-10-02",
"disabled": true
},
{
"key": "raw",
"value": "true",
"disabled": true
},
{
"key": "now",
"value": "2025-09-29T02:07:52.781Z"
}
]
}
},
"response": [
{
"name": "get_full_location_map_debug",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api?name=get_full_location_map&user_name={{user_name}}&token={{token}}&deployment_id=24&date=2025-07-20&re_create=false&bw=false&motion=false&scale_global=false&map_type=2&fast=true&filter=5",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "name",
"value": "get_full_location_map"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
},
{
"key": "deployment_id",
"value": "24"
},
{
"key": "date",
"value": "2025-07-20"
},
{
"key": "re_create",
"value": "false"
},
{
"key": "bw",
"value": "false"
},
{
"key": "motion",
"value": "false"
},
{
"key": "scale_global",
"value": "false"
},
{
"key": "map_type",
"value": "2"
},
{
"key": "fast",
"value": "true"
},
{
"key": "filter",
"value": "5"
},
{
"key": "to_date",
"value": "2025-10-03",
"disabled": true
},
{
"key": "raw",
"value": "false",
"disabled": true
}
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_image_file",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api?name=get_image_file&deployment_id=21&radar_part=s28&date=2025-02-06&re_create=false&group_by=sensortype&user_name={{user_name}}&token={{token}}&map_type=2&1731112214872&unique_identifier=2222",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "name",
"value": "get_image_file"
},
{
"key": "deployment_id",
"value": "21"
},
{
"key": "radar_part",
"value": "s28"
},
{
"key": "date",
"value": "2025-02-06"
},
{
"key": "re_create",
"value": "false"
},
{
"key": "group_by",
"value": "sensortype"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
},
{
"key": "map_type",
"value": "2"
},
{
"key": "1731112214872",
"value": null
},
{
"key": "unique_identifier",
"value": "2222"
}
]
}
},
"response": [
{
"name": "get_image_file_debug",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api?name=get_image_file&deployment_id=21&radar_part=s28&date=2025-09-29&re_create=true&group_by=sensortype&user_name={{user_name}}&token={{token}}&map_type=1&bw=false&unique_identifier=c16e0536deployment.htm1741408133242&1741408137271",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "name",
"value": "get_image_file"
},
{
"key": "deployment_id",
"value": "21"
},
{
"key": "radar_part",
"value": "s28"
},
{
"key": "date",
"value": "2025-09-29"
},
{
"key": "re_create",
"value": "true"
},
{
"key": "group_by",
"value": "sensortype"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
},
{
"key": "map_type",
"value": "1"
},
{
"key": "bw",
"value": "false"
},
{
"key": "unique_identifier",
"value": "c16e0536deployment.htm1741408133242"
},
{
"key": "1741408137271",
"value": null
}
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_photo",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api?name=get_image_file&deployment_id=21&radar_part=s28&date=2025-02-06&re_create=false&group_by=sensortype&user_name={{user_name}}&token={{token}}&map_type=2&1731112214872&unique_identifier=2222",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "name",
"value": "get_image_file"
},
{
"key": "deployment_id",
"value": "21"
},
{
"key": "radar_part",
"value": "s28"
},
{
"key": "date",
"value": "2025-02-06"
},
{
"key": "re_create",
"value": "false"
},
{
"key": "group_by",
"value": "sensortype"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
},
{
"key": "map_type",
"value": "2"
},
{
"key": "1731112214872",
"value": null
},
{
"key": "unique_identifier",
"value": "2222"
}
]
}
},
"response": [
{
"name": "get_photo_debug",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api?name=get_image_file&deployment_id=24&radar_part=s28&date=2025-03-10&re_create=true&group_by=sensortype&user_name={{user_name}}&token={{token}}&map_type=1&bw=false&unique_identifier=c16e0536deployment.htm1741408133242&1741408137271",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "name",
"value": "get_image_file"
},
{
"key": "deployment_id",
"value": "24"
},
{
"key": "radar_part",
"value": "s28"
},
{
"key": "date",
"value": "2025-03-10"
},
{
"key": "re_create",
"value": "true"
},
{
"key": "group_by",
"value": "sensortype"
},
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
},
{
"key": "map_type",
"value": "1"
},
{
"key": "bw",
"value": "false"
},
{
"key": "unique_identifier",
"value": "c16e0536deployment.htm1741408133242"
},
{
"key": "1741408137271",
"value": null
}
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_node_red_port",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_node_red_port",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_node_red_port",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_node_red_port",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_presence_data",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_presence_data",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
},
{
"key": "date",
"value": "2025-07-19",
"type": "text"
},
{
"key": "filter",
"value": "6",
"type": "text"
},
{
"key": "data_type",
"value": "presence",
"type": "text"
},
{
"key": "to_date",
"value": "2025-07-18",
"type": "text"
},
{
"key": "device_id",
"value": "572",
"type": "text",
"disabled": true
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_presence_data_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_presence_data",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
},
{
"key": "date",
"value": "2025-08-13",
"type": "text"
},
{
"key": "filter",
"value": "6",
"type": "text"
},
{
"key": "data_type",
"value": "all",
"type": "text"
},
{
"key": "to_date",
"value": "2025-08-13",
"type": "text"
},
{
"key": "device_id",
"value": "720",
"type": "text"
},
{
"key": "refresh",
"value": "false",
"type": "text"
},
{
"key": "time",
"value": "1754243743937",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
},
{
"name": "get_presence_data",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_presence_data",
"type": "text"
},
{
"key": "user_name",
"value": "dive",
"type": "text"
},
{
"key": "token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImRpdmUiLCJleHAiOjE3NjUzMjI3ODJ9.DS8vkpkFLY55tZ9UJffC73YefRcQU3YOS7SYV3QZSkc",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
},
{
"key": "date",
"value": "2025-07-19",
"type": "text"
},
{
"key": "filter",
"value": "6",
"type": "text"
},
{
"key": "data_type",
"value": "presence",
"type": "text"
},
{
"key": "to_date",
"value": "2025-07-18",
"type": "text"
},
{
"key": "device_id",
"value": "572",
"type": "text",
"disabled": true
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": "",
"header": [],
"cookie": [
{
"expires": "Invalid Date",
"domain": "",
"path": ""
}
],
"body": ""
}
]
},
{
"name": "get_raw_data",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_raw_data",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "sensor",
"value": "radar",
"type": "text"
},
{
"key": "MAC",
"value": "64B70888FA84",
"type": "text"
},
{
"key": "from_time",
"value": "1723359600",
"type": "text"
},
{
"key": "to_time",
"value": "1723446000",
"type": "text"
},
{
"key": "part",
"value": "S8",
"type": "text"
},
{
"key": "tzone",
"value": "Mila",
"type": "text"
},
{
"key": "last_name",
"value": "Ulan",
"type": "text"
},
{
"key": "address_street",
"value": "Labinska 53 A 2PP",
"type": "text"
},
{
"key": "address_city",
"value": "Rijeka",
"type": "text"
},
{
"key": "address_zip",
"value": "51000",
"type": "text"
},
{
"key": "address_state",
"value": "HR",
"type": "text"
},
{
"key": "address_country",
"value": "Croatia",
"type": "text"
},
{
"key": "phone_number",
"value": "+91 itdee",
"type": "text"
},
{
"key": "picture",
"value": "\\\\/",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_raw_data",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_raw_data",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "sensor",
"value": "radar",
"type": "text"
},
{
"key": "MAC",
"value": "64B70888FA84",
"type": "text"
},
{
"key": "from_time",
"value": "1723359600",
"type": "text"
},
{
"key": "to_time",
"value": "1723446000",
"type": "text"
},
{
"key": "part",
"value": "S8",
"type": "text"
},
{
"key": "tzone",
"value": "Mila",
"type": "text"
},
{
"key": "last_name",
"value": "Ulan",
"type": "text"
},
{
"key": "address_street",
"value": "Labinska 53 A 2PP",
"type": "text"
},
{
"key": "address_city",
"value": "Rijeka",
"type": "text"
},
{
"key": "address_zip",
"value": "51000",
"type": "text"
},
{
"key": "address_state",
"value": "HR",
"type": "text"
},
{
"key": "address_country",
"value": "Croatia",
"type": "text"
},
{
"key": "phone_number",
"value": "+91 itdee",
"type": "text"
},
{
"key": "picture",
"value": "\\\\/",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_sensor_bucketed_data_by_room_sensor",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_sensor_bucketed_data_by_room_sensor",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "sensor",
"value": "temperature",
"type": "text"
},
{
"key": "deployment_id",
"value": "44",
"type": "text"
},
{
"key": "data_type",
"value": "ML",
"type": "text"
},
{
"key": "radar_part",
"value": "s28",
"type": "text"
},
{
"key": "date",
"value": "2025-07-15",
"type": "text"
},
{
"key": "bucket_size",
"value": "5m",
"type": "text"
},
{
"key": "location",
"value": "Bedroom",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_sensor_bucketed_data_by_room_sensor",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_sensor_bucketed_data_by_room_sensor",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "sensor",
"value": "temperature",
"type": "text"
},
{
"key": "deployment_id",
"value": "64",
"type": "text"
},
{
"key": "data_type",
"value": "ML",
"type": "text"
},
{
"key": "radar_part",
"value": "s28",
"type": "text"
},
{
"key": "date",
"value": "2025-10-21",
"type": "text"
},
{
"key": "bucket_size",
"value": "5m",
"type": "text"
},
{
"key": "location",
"value": "Bathroom 3",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_sensor_data_by_deployment_id",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_sensor_data_by_deployment_id",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "sensor",
"value": "light",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
},
{
"key": "data_type",
"value": "ML",
"type": "text"
},
{
"key": "radar_part",
"value": "s28",
"type": "text"
},
{
"key": "date",
"value": "2025-02-06",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_sensor_data_by_deployment_id_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_sensor_data_by_deployment_id",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "sensor",
"value": "light",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
},
{
"key": "data_type",
"value": "ML",
"type": "text"
},
{
"key": "radar_part",
"value": "s28",
"type": "text"
},
{
"key": "date",
"value": "2025-02-06",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_sensor_deltas",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_time_deltas",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "date",
"value": "2025-03-07",
"type": "text"
},
{
"key": "to_date",
"value": "2025-03-11",
"type": "text"
},
{
"key": "device_id",
"value": "510",
"type": "text"
},
{
"key": "sensor",
"value": "pressure",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_sensor_deltas_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_sensor_deltas",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "date",
"value": "2025-06-19",
"type": "text"
},
{
"key": "to_date",
"value": "2025-06-26",
"type": "text"
},
{
"key": "device_id",
"value": "629",
"type": "text"
},
{
"key": "sensor",
"value": "light",
"type": "text"
},
{
"key": "deployment_id",
"value": "24",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_sensors_map",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api?user_name={{user_name}}&token={{token}}&name=get_sensors_map&deployment_id=21&radar_part=s28&date=2025-02-06&bw=false&sensor=temperature&unique_identifier=c16e0536deployment.htm1741408133242",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
},
{
"key": "name",
"value": "get_sensors_map"
},
{
"key": "deployment_id",
"value": "21"
},
{
"key": "radar_part",
"value": "s28"
},
{
"key": "date",
"value": "2025-02-06"
},
{
"key": "bw",
"value": "false"
},
{
"key": "sensor",
"value": "temperature"
},
{
"key": "device_id",
"value": "560",
"disabled": true
},
{
"key": "unique_identifier",
"value": "c16e0536deployment.htm1741408133242"
}
]
}
},
"response": [
{
"name": "get_sensors_map_debug",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api?user_name={{user_name}}&token={{token}}&name=get_sensors_map&deployment_id=21&radar_part=s28&date=2025-03-10&bw=false&sensor=light&device_id=560",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
],
"query": [
{
"key": "user_name",
"value": "{{user_name}}"
},
{
"key": "token",
"value": "{{token}}"
},
{
"key": "name",
"value": "get_sensors_map"
},
{
"key": "deployment_id",
"value": "21"
},
{
"key": "radar_part",
"value": "s28"
},
{
"key": "date",
"value": "2025-03-10"
},
{
"key": "bw",
"value": "false"
},
{
"key": "sensor",
"value": "light"
},
{
"key": "device_id",
"value": "560"
}
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_time_deltas",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_time_deltas",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "date",
"value": "2025-03-07",
"type": "text"
},
{
"key": "to_date",
"value": "2025-03-11",
"type": "text"
},
{
"key": "device_id",
"value": "510",
"type": "text"
},
{
"key": "sensor",
"value": "pressure",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_time_deltas_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_time_deltas",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "date",
"value": "2025-03-07",
"type": "text"
},
{
"key": "to_date",
"value": "2025-03-11",
"type": "text"
},
{
"key": "device_id",
"value": "510",
"type": "text"
},
{
"key": "sensor",
"value": "pressure",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "get_zgraph_data",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_presence_data",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
},
{
"key": "date",
"value": "2025-03-10",
"type": "text"
},
{
"key": "filter",
"value": "5",
"type": "text"
},
{
"key": "data_type",
"value": "raw",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "get_zgraph_data_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "get_zgraph_data",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
},
{
"key": "device_id",
"value": "562",
"type": "text"
},
{
"key": "date",
"value": "2025-04-28",
"type": "text"
},
{
"key": "filter",
"value": "1",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "messages_age",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "messages_age",
"type": "text"
},
{
"key": "clientId",
"value": "postman_001",
"type": "text"
},
{
"key": "user_name",
"value": "robster",
"type": "text"
},
{
"key": "token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InJvYnN0ZXIiLCJleHAiOjE3NDA2MjcwODJ9.7x_Abi6bfzI9-cz8tXMe4l20D9CwC0WqCTqg_1V6xXg",
"type": "text"
},
{
"key": "nonce",
"value": "111",
"type": "text"
},
{
"key": "macs",
"value": "64B70888FAD4,64B708890F80,64B708890898,64B7088905BC,64B708890F2C",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "messages_age_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "messages_age",
"type": "text"
},
{
"key": "clientId",
"value": "postman_001",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "nonce",
"value": "111",
"type": "text"
},
{
"key": "macs",
"value": "64B70888FAD4,64B708890F80,64B708890898,64B7088905BC,64B708890F2C",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "node-red_deployed",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
"pm.environment.set(\"epochTime\", Math.floor(Date.now()/1000));"
],
"type": "text/javascript",
"packages": {}
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "store_flow",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "time",
"value": "{{epochTime}}",
"type": "text"
},
{
"key": "flow",
"value": "test flow",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "node-red_deployed",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "node-red_deployed",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "time",
"value": "{{epochTime}}",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "parse_address",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"connection": true,
"content-type": true
},
"followRedirects": false
},
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"address\": \"760 Hope St., Mountain View, CA 95070, USA\"\r\n}"
},
"url": {
"raw": "http://192.168.68.70:5050/parse_address",
"protocol": "http",
"host": [
"192",
"168",
"68",
"70"
],
"port": "5050",
"path": [
"parse_address"
]
}
},
"response": [
{
"name": "parse_address_debug",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "formdata",
"formdata": []
},
"url": {
"raw": "http://192.168.68.70:5051/parse_address",
"protocol": "http",
"host": [
"192",
"168",
"68",
"70"
],
"port": "5051",
"path": [
"parse_address"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "join_address",
"protocolProfileBehavior": {
"disabledSystemHeaders": {}
},
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"city\": \"mountain view\",\r\n \"country\": \"usa\", \r\n \"house_number\": \"760\",\r\n \"postcode\": \"95070\",\r\n \"road\": \"hope st.\",\r\n \"state\": \"ca\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://192.168.68.70:5050/join_address",
"protocol": "http",
"host": [
"192",
"168",
"68",
"70"
],
"port": "5050",
"path": [
"join_address"
]
}
},
"response": [
{
"name": "join_address_debug",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"city\": \"mountain view\",\r\n \"country\": \"usa\", \r\n \"house_number\": \"760\",\r\n \"postcode\": \"95070\",\r\n \"road\": \"hope st.\",\r\n \"state\": \"ca\"\r\n}"
},
"url": {
"raw": "http://192.168.68.70:5051/join_address",
"protocol": "http",
"host": [
"192",
"168",
"68",
"70"
],
"port": "5051",
"path": [
"join_address"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "new_user_form",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "new_user_form",
"type": "text"
},
{
"key": "firstName",
"value": "John",
"type": "text"
},
{
"key": "lastName",
"value": "Smith",
"type": "text"
},
{
"key": "email",
"value": "test_user@yahoo.com",
"type": "text"
},
{
"key": "password",
"value": "1234",
"type": "text"
},
{
"key": "devices",
"value": "401,402",
"type": "text"
},
{
"key": "agreementDate",
"value": "2025-08-09T15:30:45.123Z",
"type": "text"
},
{
"key": "privacyPolicyVersion",
"value": "4.2",
"type": "text"
},
{
"key": "phone",
"value": "1234567",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "new_user_form",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "new_user_form",
"type": "text"
},
{
"key": "firstName",
"value": "John",
"type": "text"
},
{
"key": "lastName",
"value": "Smith",
"type": "text"
},
{
"key": "user_name",
"value": "jsmith",
"type": "text"
},
{
"key": "email",
"value": "test_user@yahoo.com",
"type": "text"
},
{
"key": "password",
"value": "1234",
"type": "text"
},
{
"key": "devices",
"value": "401,402",
"type": "text"
},
{
"key": "agreementDate",
"value": "2025-08-09T15:30:45.123Z",
"type": "text"
},
{
"key": "privacyPolicyVersion",
"value": "4.2",
"type": "text"
},
{
"key": "phone",
"value": "1234567",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api"
]
}
},
"_postman_previewlanguage": "",
"header": [],
"cookie": [
{
"expires": "Invalid Date"
}
],
"body": ""
}
]
},
{
"name": "request_deployment_map_new",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "request_deployment_map_new",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "date",
"value": "2022-04-02",
"type": "text"
},
{
"key": "deployment_id",
"value": "24",
"type": "text"
},
{
"key": "map_type",
"value": "1",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "request_deployment_map_new Debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "request_deployment_map_new",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "date",
"value": "2025-03-10",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
},
{
"key": "map_type",
"value": "2",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "request_node_red",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "request_node_red",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "request_node_red_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "request_node_red",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "request_devices",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "request_devices",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "group_id",
"value": "All",
"type": "text"
},
{
"key": "deployment_id",
"value": "38",
"type": "text"
},
{
"key": "location",
"value": "All",
"type": "text"
},
{
"key": "fresh",
"value": "true",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "request_devices_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "request_devices",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "group_id",
"value": "All",
"type": "text"
},
{
"key": "deployment_id",
"value": "24",
"type": "text"
},
{
"key": "location",
"value": "All",
"type": "text"
},
{
"key": "fresh",
"value": "true",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "request_proximity",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "request_proximity",
"type": "text"
},
{
"key": "user_name",
"value": "robster",
"type": "text"
},
{
"key": "token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InJvYnN0ZXIiLCJleHAiOjE3Mzg4OTk3Mjh9.irI7PZXr9uSxTep0hpzCBpmBucpWm3mEqIGwDB572-0",
"type": "text"
},
{
"key": "time",
"value": "1738813943717",
"type": "text"
},
{
"key": "deployment_id",
"value": "39",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "request_proximity_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "request_proximity",
"type": "text"
},
{
"key": "user_name",
"value": "robster",
"type": "text"
},
{
"key": "token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InJvYnN0ZXIiLCJleHAiOjE3Mzg4OTk3Mjh9.irI7PZXr9uSxTep0hpzCBpmBucpWm3mEqIGwDB572-0",
"type": "text"
},
{
"key": "time",
"value": "1738813943717",
"type": "text"
},
{
"key": "deployment_id",
"value": "39",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "request_single_radar_slice",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "request_single_radar_slice",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "date",
"value": "2025-06-24",
"type": "text"
},
{
"key": "devices_list",
"value": "215,510,Bedroom,,64B7088909FC,[\"s28_max\",14],",
"type": "text"
},
{
"key": "deployment_id",
"value": "24",
"type": "text"
},
{
"key": "sensor_index_list",
"value": "['12']",
"type": "text"
},
{
"key": "ctrl_key_state",
"value": "1",
"type": "text"
},
{
"key": "alt_key_state",
"value": "1",
"type": "text"
},
{
"key": "radar_part",
"value": "s28",
"type": "text",
"disabled": true
},
{
"key": "data_type",
"value": "RL",
"type": "text"
},
{
"key": "to_date",
"value": "2025-03-11",
"type": "text",
"disabled": true
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "request_single_radar_slice",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "request_single_radar_slice",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "date",
"value": "2025-06-24",
"type": "text"
},
{
"key": "devices_list",
"value": "215,510,Bedroom,,64B7088909FC,[\"s28_max\",14],",
"type": "text"
},
{
"key": "deployment_id",
"value": "24",
"type": "text"
},
{
"key": "sensor_index_list",
"value": "['12']",
"type": "text"
},
{
"key": "ctrl_key_state",
"value": "1",
"type": "text"
},
{
"key": "alt_key_state",
"value": "1",
"type": "text"
},
{
"key": "radar_part",
"value": "s28",
"type": "text",
"disabled": true
},
{
"key": "data_type",
"value": "RL",
"type": "text"
},
{
"key": "to_date",
"value": "2025-03-11",
"type": "text",
"disabled": true
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": "",
"header": [],
"cookie": [
{
"expires": "Invalid Date"
}
],
"body": ""
}
]
},
{
"name": "request_single_slice",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "request_single_slice",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "date",
"value": "2025-07-15",
"type": "text"
},
{
"key": "devices_list",
"value": "406,638,Kitchen,,10061C15C398,[\"s3_max\",12],",
"type": "text"
},
{
"key": "deployment_id",
"value": "24",
"type": "text"
},
{
"key": "sensor_list",
"value": "temperature",
"type": "text"
},
{
"key": "ctrl_key_state",
"value": "1",
"type": "text"
},
{
"key": "alt_key_state",
"value": "0",
"type": "text",
"disabled": true
},
{
"key": "radar_part",
"value": "s28",
"type": "text",
"disabled": true
},
{
"key": "time",
"value": "1752602863055",
"type": "text"
},
{
"key": "data_type",
"value": "ML",
"type": "text"
},
{
"key": "to_date",
"value": "2025-07-15",
"type": "text"
},
{
"key": "radar_part",
"value": "s28",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "request_single_slice_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "request_single_slice",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_id",
"value": "43",
"type": "text",
"disabled": true
},
{
"key": "privileges",
"value": "38,29,41,42",
"type": "text",
"disabled": true
},
{
"key": "nonce",
"value": "1758569173638",
"type": "text"
},
{
"key": "date",
"value": "2025-09-30",
"type": "text"
},
{
"key": "to_date",
"value": "2025-09-30",
"type": "text"
},
{
"key": "devices_list",
"value": "[473, 718, \"Bathroom\",\"Small\", \"10061C15C3A0\", \"[\\\"s2_max\\\",24]\", \"\"]",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
},
{
"key": "sensor_list",
"value": "s47",
"type": "text"
},
{
"key": "ctrl_key_state",
"value": "1",
"type": "text"
},
{
"key": "alt_key_state",
"value": "0",
"type": "text"
},
{
"key": "radar_part",
"value": "s28",
"type": "text"
},
{
"key": "time",
"value": "1752683027990",
"type": "text",
"disabled": true
},
{
"key": "data_type",
"value": "ML",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "send_walarm",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
"pm.environment.set(\"epochTime\", Math.floor(Date.now()/1000));"
],
"type": "text/javascript",
"packages": {}
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "send_walarm",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "deployment_id",
"value": "37",
"type": "text"
},
{
"key": "location",
"value": "290_572_Bedroom_",
"type": "text"
},
{
"key": "method",
"value": "PHONE",
"type": "text"
},
{
"key": "conditionType",
"value": "Present/absent times",
"type": "text"
},
{
"key": "content",
"value": "this is a test message from WellNuo",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "send_walarm_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "send_walarm",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
},
{
"key": "location",
"value": "269_562_Office_",
"type": "text"
},
{
"key": "method",
"value": "EMAIL",
"type": "text"
},
{
"key": "conditionType",
"value": "Present/absent times",
"type": "text"
},
{
"key": "content",
"value": "this is a test message from WellNuo",
"type": "text"
},
{
"key": "feature",
"value": "alone",
"type": "text"
},
{
"key": "currentAlertTableMode",
"value": "Warning",
"type": "text"
},
{
"key": "enabledCellContent",
"value": "10.0 days",
"type": "text"
},
{
"key": "currentUnits",
"value": "days",
"type": "text"
},
{
"key": "test_only",
"value": "1",
"type": "text"
},
{
"key": "action",
"value": "send_to_all",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "set_deployment",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "set_deployment",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "clientId",
"value": "MA001",
"type": "text"
},
{
"key": "nonce",
"value": "dgfhfhfghhj",
"type": "text"
},
{
"key": "deployment",
"value": "NEW",
"type": "text"
},
{
"key": "beneficiary_name",
"value": "John",
"type": "text"
},
{
"key": "beneficiary_email",
"value": "john@smith.com",
"type": "text"
},
{
"key": "beneficiary_address",
"value": "A.T. Mimare 38, 10000 Zagreb Croatia",
"type": "text"
},
{
"key": "caretaker_username",
"value": "esmith",
"type": "text"
},
{
"key": "caretaker_email",
"value": "ernest@smith.com",
"type": "text"
},
{
"key": "installer_id",
"value": "47",
"type": "text"
},
{
"key": "address_city",
"value": "Zagreb",
"type": "text"
},
{
"key": "address_zip",
"value": "10000",
"type": "text"
},
{
"key": "address_state",
"value": "",
"type": "text"
},
{
"key": "address_country",
"value": "Croatia",
"type": "text"
},
{
"key": "persons",
"value": "1",
"type": "text"
},
{
"key": "gender",
"value": "2",
"type": "text"
},
{
"key": "race",
"value": "1",
"type": "text"
},
{
"key": "born",
"value": "1944",
"type": "text"
},
{
"key": "pets",
"value": "0",
"type": "text"
},
{
"key": "wifis",
"value": "",
"type": "text"
},
{
"key": "lat",
"value": "45.807474",
"type": "text"
},
{
"key": "lng",
"value": "15.903289",
"type": "text"
},
{
"key": "time_zone_s",
"value": "Europe/Zagreb",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": []
},
{
"name": "set_floor_layout",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "set_floor_layout",
"type": "text"
},
{
"key": "layout",
"value": "{\"ss\"}",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "set_floor_layout_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "function",
"value": "set_floor_layout",
"type": "text"
},
{
"key": "deployment_id",
"value": "22",
"type": "text"
},
{
"key": "layout",
"value": "{\n \"version\": 4,\n \"units\": \"feet\",\n \"overlapping\": [\n \"267:273\",\n \"273:291\"\n ],\n \"floors\": [\n {\n \"rooms\": [\n {\n \"id\": \"room-5\",\n \"type\": \"Bedroom\",\n \"description\": \"\",\n \"x\": 250,\n \"y\": -50,\n \"width\": 130,\n \"height\": 120\n },\n {\n \"id\": \"room-9\",\n \"type\": \"Hallway\",\n \"description\": \"\",\n \"x\": 210,\n \"y\": 30,\n \"width\": 40,\n \"height\": 340\n },\n {\n \"id\": \"room-10\",\n \"type\": \"Bathroom Main\",\n \"description\": \"\",\n \"x\": 120,\n \"y\": 30,\n \"width\": 90,\n \"height\": 80\n },\n {\n \"id\": \"room-11\",\n \"type\": \"Office\",\n \"description\": \"\",\n \"x\": 250,\n \"y\": 70,\n \"width\": 100,\n \"height\": 100\n },\n {\n \"id\": \"room-12\",\n \"type\": \"Kitchen\",\n \"description\": \"\",\n \"x\": 120,\n \"y\": 110,\n \"width\": 90,\n \"height\": 60\n },\n {\n \"id\": \"room-13\",\n \"type\": \"Living Room\",\n \"description\": \"\",\n \"x\": 250,\n \"y\": 170,\n \"width\": 130,\n \"height\": 130\n },\n {\n \"id\": \"room-14\",\n \"type\": \"Other\",\n \"description\": \"Balcony\",\n \"x\": 350,\n \"y\": 60,\n \"width\": 60,\n \"height\": 150\n },\n {\n \"id\": \"room-15\",\n \"type\": \"Dining Room\",\n \"description\": \"\",\n \"x\": 120,\n \"y\": 170,\n \"width\": 90,\n \"height\": 80\n },\n {\n \"id\": \"room-20\",\n \"type\": \"Garage\",\n \"description\": \"\",\n \"x\": -140,\n \"y\": 60,\n \"width\": 260,\n \"height\": 140\n },\n {\n \"id\": \"room-47\",\n \"type\": \"Bathroom Guest\",\n \"description\": \"\",\n \"x\": 120,\n \"y\": -50,\n \"width\": 130,\n \"height\": 80\n }\n ],\n \"doors\": [\n {\n \"id\": \"door-18\",\n \"roomId\": \"room-11\",\n \"wall\": \"left\",\n \"position\": 20\n },\n {\n \"id\": \"door-19\",\n \"roomId\": \"room-10\",\n \"wall\": \"right\",\n \"position\": 60\n },\n {\n \"id\": \"door-21\",\n \"roomId\": \"room-20\",\n \"wall\": \"right\",\n \"position\": 70\n },\n {\n \"id\": \"door-32\",\n \"roomId\": \"room-9\",\n \"wall\": \"right\",\n \"position\": 20\n },\n {\n \"id\": \"door-38\",\n \"roomId\": \"room-14\",\n \"wall\": \"left\",\n \"position\": 130\n }\n ],\n \"plugs\": [\n {\n \"id\": \"plug-28\",\n \"roomId\": \"room-5\",\n \"wall\": \"right\",\n \"position\": 60\n },\n {\n \"id\": \"plug-31\",\n \"roomId\": \"room-5\",\n \"wall\": \"left\",\n \"position\": 60\n },\n {\n \"id\": \"plug-33\",\n \"roomId\": \"room-13\",\n \"wall\": \"bottom\",\n \"position\": 40\n },\n {\n \"id\": \"plug-34\",\n \"roomId\": \"room-13\",\n \"wall\": \"right\",\n \"position\": 60\n },\n {\n \"id\": \"plug-35\",\n \"roomId\": \"room-13\",\n \"wall\": \"top\",\n \"position\": 90\n },\n {\n \"id\": \"plug-39\",\n \"roomId\": \"room-11\",\n \"wall\": \"top\",\n \"position\": 40\n },\n {\n \"id\": \"plug-43\",\n \"roomId\": \"room-15\",\n \"wall\": \"top\",\n \"position\": 60\n },\n {\n \"id\": \"plug-65\",\n \"roomId\": \"room-12\",\n \"wall\": \"top\",\n \"position\": 80,\n \"isOnWall\": true,\n \"label\": \"\"\n },\n {\n \"id\": \"plug-68\",\n \"roomId\": \"room-11\",\n \"wall\": \"bottom\",\n \"position\": 60,\n \"isOnWall\": true,\n \"label\": \"\"\n }\n ],\n \"wellplugs\": [\n {\n \"id\": \"wellplug-51\",\n \"roomId\": \"room-11\",\n \"isOnWall\": false,\n \"x\": 300.2990330450612,\n \"y\": 91.89806802667307,\n \"label\": \"269\"\n },\n {\n \"id\": \"wellplug-52\",\n \"roomId\": \"room-47\",\n \"wall\": \"bottom\",\n \"position\": 90,\n \"isOnWall\": true,\n \"label\": \"266\"\n },\n {\n \"id\": \"wellplug-53\",\n \"roomId\": \"room-10\",\n \"wall\": \"top\",\n \"position\": 30,\n \"isOnWall\": true,\n \"label\": \"267\"\n },\n {\n \"id\": \"wellplug-54\",\n \"roomId\": \"room-12\",\n \"wall\": \"top\",\n \"position\": 40,\n \"isOnWall\": true,\n \"label\": \"273\"\n },\n {\n \"id\": \"wellplug-55\",\n \"roomId\": \"room-15\",\n \"wall\": \"bottom\",\n \"position\": 50,\n \"isOnWall\": true,\n \"label\": \"268\"\n },\n {\n \"id\": \"wellplug-56\",\n \"roomId\": \"room-13\",\n \"wall\": \"top\",\n \"position\": 30,\n \"isOnWall\": true,\n \"label\": \"291\"\n },\n {\n \"id\": \"wellplug-61\",\n \"roomId\": \"room-5\",\n \"isOnWall\": false,\n \"x\": 281.02262619669284,\n \"y\": -37.564528619445916,\n \"label\": \"290\"\n }\n ]\n }\n ],\n \"nextId\": 74\n}",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "store_alarms",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
"pm.environment.set(\"epochTime\", Math.floor(Date.now()/1000));"
],
"type": "text/javascript",
"packages": {}
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "store_alarms",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "deployment_id",
"value": "37",
"type": "text"
},
{
"key": "deployment_alarms",
"value": "{\n\"enabled\":\"000\",\n\"alone_hours_alarm\": 48,\n\"alone_alarm_method\": \"SMS\",\n\"alone_hours_warning\": 24,\n\"alone_warning_method\": \"PHONE\"\n}\n",
"type": "text"
},
{
"key": "device_id",
"value": "543",
"type": "text"
},
{
"key": "device_alarms",
"value": "{\n \"enabled_alarms\":\"111111111111\",\n \"armed_states\": \"111111111111\",\n \"stuck_minutes_warning\": 420, \"stuck_warning_method_0\": \"SMS\",\n \"stuck_minutes_alarm\": 600, \"stuck_alarm_method_1\": \"PHONE\",\n \"absent_minutes_warning\": 20, \"absent_warning_method_2\": \"SMS\",\n \"absent_minutes_alarm\": 30, \"absent_alarm_method_3\": \"PHONE\",\n \"temperature_high_warning\": \"85\", \"temperature_high_warning_method_4\": \"SMS\",\n \"temperature_high_alarm\": \"95\", \"temperature_high_alarm_method_5\": \"PHONE\",\n \"temperature_low_warning\": \"60\", \"temperature_low_warning_method_6\": \"SMS\",\n \"temperature_low_alarm\": \"50\", \"temperature_low_alarm_method_7\": \"PHONE\",\n \"radar_alarm_method_8\":\"MSG\",\n \"pressure_alarm_method_9\":\"MSG\",\n \"light_alarm_method_10\":\"MSG\",\n \"smell_alarm_method_11\":\"EMAIL\",\n \"rearm_policy\": \"At midnight\"\n}",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "store_alarms_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "store_alarms",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "deployment_id",
"value": "37",
"type": "text"
},
{
"key": "deployment_alarms",
"value": "{\n\"enabled\":\"000\",\n\"alone_hours_alarm\": 48,\n\"alone_alarm_method\": \"SMS\",\n\"alone_hours_warning\": 24,\n\"alone_warning_method\": \"PHONE\"\n}\n",
"type": "text"
},
{
"key": "device_id",
"value": "501",
"type": "text"
},
{
"key": "device_alarms",
"value": "{\n \"enabled_alarms\":\"111111111111\",\n \"armed_states\": \"111111111111\",\n \"stuck_minutes_warning\": 420, \"stuck_warning_method_0\": \"SMS\",\n \"stuck_minutes_alarm\": 600, \"stuck_alarm_method_1\": \"PHONE\",\n \"absent_minutes_warning\": 20, \"absent_warning_method_2\": \"SMS\",\n \"absent_minutes_alarm\": 30, \"absent_alarm_method_3\": \"PHONE\",\n \"temperature_high_warning\": \"85\", \"temperature_high_warning_method_4\": \"SMS\",\n \"temperature_high_alarm\": \"95\", \"temperature_high_alarm_method_5\": \"PHONE\",\n \"temperature_low_warning\": \"60\", \"temperature_low_warning_method_6\": \"SMS\",\n \"temperature_low_alarm\": \"50\", \"temperature_low_alarm_method_7\": \"PHONE\",\n \"radar_alarm_method_8\":\"MSG\",\n \"pressure_alarm_method_9\":\"MSG\",\n \"light_alarm_method_10\":\"MSG\",\n \"smell_alarm_method_11\":\"EMAIL\",\n \"rearm_policy\": \"At midnight\"\n}",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "store_flow",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
"pm.environment.set(\"epochTime\", Math.floor(Date.now()/1000));"
],
"type": "text/javascript",
"packages": {}
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "store_flow",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "time",
"value": "{{epochTime}}",
"type": "text"
},
{
"key": "flow",
"value": "test flow",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "store_flow_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "store_flow",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "time",
"value": "{{epochTime}}",
"type": "text"
},
{
"key": "flow",
"value": "just test",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "submit_beneficiary",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "beneficiary_form",
"type": "text"
},
{
"key": "user_name",
"value": "robster",
"type": "text"
},
{
"key": "token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InJvYnN0ZXIiLCJleHAiOjE3Mzc5NDAxODd9.kQkcuEpast84AQQpATVRjbzqnQs_4tahjbDU4XRfjT8",
"type": "text"
},
{
"key": "email",
"value": "danko_radic@yahoo.com",
"type": "text"
},
{
"key": "editing_user_id",
"value": "",
"type": "text"
},
{
"key": "new_user_name",
"value": "dradic",
"type": "text"
},
{
"key": "first_name",
"value": "Danko",
"type": "text"
},
{
"key": "last_name",
"value": "Radic",
"type": "text"
},
{
"key": "address_street",
"value": "2. Njivice 19",
"type": "text"
},
{
"key": "address_city",
"value": "Zagreb",
"type": "text"
},
{
"key": "address_zip",
"value": "10000",
"type": "text"
},
{
"key": "address_state",
"value": "",
"type": "text"
},
{
"key": "address_country",
"value": "Croatia",
"type": "text"
},
{
"key": "user_id",
"value": "",
"type": "text"
},
{
"key": "role_ids",
"value": "2",
"type": "text"
},
{
"key": "phone_number",
"value": "385 98 191 9229",
"type": "text"
},
{
"key": "picture",
"value": "",
"type": "text"
},
{
"key": "key",
"value": "danko_2025!",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": []
},
{
"name": "submit_caretaker",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "caretaker_form",
"type": "text"
},
{
"key": "user_id",
"value": "32",
"type": "text"
},
{
"key": "user_name",
"value": "robster",
"type": "text"
},
{
"key": "key",
"value": "`/k3$8ha",
"type": "text"
},
{
"key": "token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InJvYnN0ZXIiLCJleHAiOjE3MjkxOTE1ODZ9.1B3dzDZPfPRJDQIpwkTkmgCM-eDqU9MRrtVYzUUGWcA",
"type": "text"
},
{
"key": "new_user_name",
"value": "mulan",
"type": "text"
},
{
"key": "role_ids",
"value": "1,2",
"type": "text"
},
{
"key": "access_to",
"value": "25",
"type": "text"
},
{
"key": "email",
"value": "mila@zmrinc.com",
"type": "text"
},
{
"key": "first_name",
"value": "Mila",
"type": "text"
},
{
"key": "last_name",
"value": "Ulan",
"type": "text"
},
{
"key": "address_street",
"value": "Labinska 53 A 2PP",
"type": "text"
},
{
"key": "address_city",
"value": "Rijeka",
"type": "text"
},
{
"key": "address_zip",
"value": "51000",
"type": "text"
},
{
"key": "address_state",
"value": "HR",
"type": "text"
},
{
"key": "address_country",
"value": "Croatia",
"type": "text"
},
{
"key": "phone_number",
"value": "+91 itdee",
"type": "text"
},
{
"key": "picture",
"value": "\\\\/",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "submit_caretaker_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "caretaker_form",
"type": "text"
},
{
"key": "user_id",
"value": "32",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "key",
"value": "`/k3$8ha",
"type": "text"
},
{
"key": "new_user_name",
"value": "mulan",
"type": "text"
},
{
"key": "role_ids",
"value": "1,2",
"type": "text"
},
{
"key": "access_to",
"value": "25",
"type": "text"
},
{
"key": "email",
"value": "mila@zmrinc.com",
"type": "text"
},
{
"key": "first_name",
"value": "Mila",
"type": "text"
},
{
"key": "last_name",
"value": "Ulan",
"type": "text"
},
{
"key": "address_street",
"value": "Labinska 53 A 2PP",
"type": "text"
},
{
"key": "address_city",
"value": "Rijeka",
"type": "text"
},
{
"key": "address_zip",
"value": "51000",
"type": "text"
},
{
"key": "address_state",
"value": "HR",
"type": "text"
},
{
"key": "address_country",
"value": "Croatia",
"type": "text"
},
{
"key": "phone_number",
"value": "+91 itdee",
"type": "text"
},
{
"key": "picture",
"value": "\\\\/",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "submit_mobile_message",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "caretaker_form",
"type": "text"
},
{
"key": "user_id",
"value": "32",
"type": "text"
},
{
"key": "user_name",
"value": "robster",
"type": "text"
},
{
"key": "key",
"value": "`/k3$8ha",
"type": "text"
},
{
"key": "token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InJvYnN0ZXIiLCJleHAiOjE3MjkxOTE1ODZ9.1B3dzDZPfPRJDQIpwkTkmgCM-eDqU9MRrtVYzUUGWcA",
"type": "text"
},
{
"key": "new_user_name",
"value": "mulan",
"type": "text"
},
{
"key": "role_ids",
"value": "1,2",
"type": "text"
},
{
"key": "access_to",
"value": "25",
"type": "text"
},
{
"key": "email",
"value": "mila@zmrinc.com",
"type": "text"
},
{
"key": "first_name",
"value": "Mila",
"type": "text"
},
{
"key": "last_name",
"value": "Ulan",
"type": "text"
},
{
"key": "address_street",
"value": "Labinska 53 A 2PP",
"type": "text"
},
{
"key": "address_city",
"value": "Rijeka",
"type": "text"
},
{
"key": "address_zip",
"value": "51000",
"type": "text"
},
{
"key": "address_state",
"value": "HR",
"type": "text"
},
{
"key": "address_country",
"value": "Croatia",
"type": "text"
},
{
"key": "phone_number",
"value": "+91 itdee",
"type": "text"
},
{
"key": "picture",
"value": "\\\\/",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "submit_mobile_mesage_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "submit_mobile_message",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "message",
"value": "{\"function\":\"gps\",\"Lat\":345.235,\"Lng\":111234}",
"type": "text"
},
{
"key": "mqtt_id",
"value": "1234",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "telnyx_webhook",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"data\": {\r\n \"event_type\": \"call.initiated\",\r\n \"id\": \"0ccc7b54-4df3-4bca-a65a-3da1ecc777f0\",\r\n \"occurred_at\": \"2023-05-16T14:30:00Z\",\r\n \"payload\": {\r\n \"call_control_id\": \"v2:1234567890\",\r\n \"call_leg_id\": \"a1b2c3d4-5678-90ab-cdef-11223344556677\",\r\n \"call_session_id\": \"call_session_id_12345\",\r\n \"client_state\": null,\r\n \"connection_id\": \"1234567890\",\r\n \"direction\": \"incoming\",\r\n \"from\": \"+15551234567\",\r\n \"state\": \"initiated\",\r\n \"to\": \"+15557654321\"\r\n }\r\n },\r\n \"meta\": {\r\n \"attempt\": 1,\r\n \"delivered_to\": \"http://eluxnetworks.net:8000/telnyx-call-webhook\"\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://eluxnetworks.net/telnyx-webhook",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"telnyx-webhook"
]
}
},
"response": [
{
"name": "telnyx_webhook_debug",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"data\": {\r\n \"event_type\": \"call.initiated\",\r\n \"id\": \"0ccc7b54-4df3-4bca-a65a-3da1ecc777f0\",\r\n \"occurred_at\": \"2023-05-16T14:30:00Z\",\r\n \"payload\": {\r\n \"call_control_id\": \"v2:1234567890\",\r\n \"call_leg_id\": \"a1b2c3d4-5678-90ab-cdef-11223344556677\",\r\n \"call_session_id\": \"call_session_id_12345\",\r\n \"client_state\": null,\r\n \"connection_id\": \"1234567890\",\r\n \"direction\": \"incoming\",\r\n \"from\": \"+15551234567\",\r\n \"state\": \"initiated\",\r\n \"to\": \"+15557654321\"\r\n }\r\n },\r\n \"meta\": {\r\n \"attempt\": 1,\r\n \"delivered_to\": \"http://eluxnetworks.net:8000/telnyx-call-webhook\"\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://eluxnetworks.net:8000/telnyx-webhook",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"telnyx-webhook"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
},
{
"name": "telnyx_webhook_debug Copy",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"data\": {\r\n \"event_type\": \"call.initiated\",\r\n \"id\": \"0ccc7b54-4df3-4bca-a65a-3da1ecc777f0\",\r\n \"occurred_at\": \"2023-05-16T14:30:00Z\",\r\n \"payload\": {\r\n \"call_control_id\": \"v2:1234567890\",\r\n \"call_leg_id\": \"a1b2c3d4-5678-90ab-cdef-11223344556677\",\r\n \"call_session_id\": \"call_session_id_12345\",\r\n \"client_state\": null,\r\n \"connection_id\": \"1234567890\",\r\n \"direction\": \"incoming\",\r\n \"from\": \"+15551234567\",\r\n \"state\": \"initiated\",\r\n \"to\": \"+15557654321\"\r\n }\r\n },\r\n \"meta\": {\r\n \"attempt\": 1,\r\n \"delivered_to\": \"http://eluxnetworks.net:8000/telnyx-call-webhook\"\r\n }\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://eluxnetworks.net:1998/telnyx-webhook",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "1998",
"path": [
"telnyx-webhook"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "voice_ask",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "voice_ask",
"type": "text"
},
{
"key": "clientId",
"value": "001",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "question",
"value": "how is dad doing",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
}
]
},
"url": {
"raw": "https://eluxnetworks.net/function/well-api/api",
"protocol": "https",
"host": [
"eluxnetworks",
"net"
],
"path": [
"function",
"well-api",
"api"
]
}
},
"response": [
{
"name": "voice_ask_debug",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "voice_ask",
"type": "text"
},
{
"key": "clientId",
"value": "001",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "question",
"value": "how is dad doing",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
},
{
"name": "voice_ask_debug Copy",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "voice_ask",
"type": "text"
},
{
"key": "clientId",
"value": "001",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "question",
"value": "how is dad doing",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
},
{
"name": "voice_ask_debug Copy",
"originalRequest": {
"method": "POST",
"header": [],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "function",
"value": "voice_ask",
"type": "text"
},
{
"key": "clientId",
"value": "001",
"type": "text"
},
{
"key": "user_name",
"value": "{{user_name}}",
"type": "text"
},
{
"key": "token",
"value": "{{token}}",
"type": "text"
},
{
"key": "question",
"value": "how is dad doing",
"type": "text"
},
{
"key": "deployment_id",
"value": "21",
"type": "text"
}
]
},
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api/api",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api",
"api"
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
},
{
"name": "WellNuo Portal",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api?name=root",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api"
],
"query": [
{
"key": "name",
"value": "root"
}
]
}
},
"response": [
{
"name": "WellNuo Portal Debug",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "http://eluxnetworks.net:8000/function/well-api?name=root",
"protocol": "http",
"host": [
"eluxnetworks",
"net"
],
"port": "8000",
"path": [
"function",
"well-api"
],
"query": [
{
"key": "name",
"value": "root"
}
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
},
{
"name": "WellNuo Portal_Azure",
"originalRequest": {
"method": "GET",
"header": [],
"url": {
"raw": "https://well-api.azurewebsites.net/api/well_api?name=root&mac=308398C7259C&time_from=1701417603&time_to=1701417636",
"protocol": "https",
"host": [
"well-api",
"azurewebsites",
"net"
],
"path": [
"api",
"well_api"
],
"query": [
{
"key": "name",
"value": "root"
},
{
"key": "mac",
"value": "308398C7259C"
},
{
"key": "time_from",
"value": "1701417603"
},
{
"key": "time_to",
"value": "1701417636"
}
]
}
},
"_postman_previewlanguage": null,
"header": null,
"cookie": [],
"body": null
}
]
}
]
}