...
Additional Endpoints:
Create Downlink
Description | Method | Header | URL | URL Path Params | URL Query Params | Request Payload | Return |
---|---|---|---|---|---|---|---|
Downlink creation | POST | /api/devices/{devId}/downlik |
|
| The Body contains the downlink content. See also: Downlinks |
| |
Device creation | POST |
| /api/devices | - | - | deviceInput as JSON { "name": "Gateway_1", "addr": "FFFFFFFFFFFFFFFF", "description": "3.OG Wohnung Müller", "deviceTypeId": 2, "initialConfig": null, "location": null, "serial": "1337", "tags": ["Müller", "MbusGw", "3.OG"], "certEnforcesDtls": false } |
|
User creation | POST |
| /api/organisation/user | - | - | userInput as JSON : |
|
...