3.13.0.RELEASE
[ Base URL: localhost:2002/externaldevices ]
IMPORTANT - The Try it Out button will generate curl requests for examples, but executing them through the UI will not work as authentication has not been set up. This page is for documentation only.
Passing of notifications to be handled by the external-devices service
Name | Description |
---|---|
notification object (body) | Notification to be passed on to an external device
|
Code | Description |
200 | OK sound was triggered on external device |
400 | Bad request - notification could not be handled (bad notification object,no external device configured for user, etc.) |
401 | Authentication required |
404 | Could not send notification to device because it has no known driver |
Live device management (connection, etc.)
No parameters
Code | Description |
200 | OK
|
Fetch device with given deviceId
Name | Description |
---|---|
deviceId * string (path) | device Id |
Code | Description |
200 | OK
|
404 | Required device not found |
Name | Description |
---|---|
deviceId * string (path) | the id of the device configuration to enable |
Code | Description |
200 | OK Device was enabled |
401 | Authentication required |
403 | Forbidden - ADMIN role necessary |
404 | Required device not found |
Name | Description |
---|---|
deviceId * string (path) | the id of the device configuration to disable |
Code | Description |
200 | OK Device was disabled |
401 | Authentication required |
403 | Forbidden - ADMIN role necessary |
404 | Required device not found |
Management of device configurations
Name | Description |
---|---|
deviceConfiguration object (body) | Device configuration to be created
|
Code | Description |
201 | OK Device configuration was created |
400 | Bad request (wrong configuration data, duplicate, etc.) |
401 | Authentication required |
403 | Forbidden - ADMIN role necessary |
No parameters
Code | Description |
200 | OK
|
401 | Authentication required |
403 | Forbidden - ADMIN role necessary |
Name | Description |
---|---|
deviceId * string (path) | id of the device configuration |
Code | Description |
200 | OK
|
401 | Authentication required |
403 | Forbidden - ADMIN role necessary |
404 | Device configuration not found |
Name | Description |
---|---|
deviceId * string (path) | id of the device configuration to be deleted |
Code | Description |
200 | OK Device configuration was deleted |
401 | Authentication required |
403 | Forbidden - ADMIN role necessary |
404 | Device configuration not found |
Management of signal mappings
Name | Description |
---|---|
signalMapping object (body) | Signal mapping to be created
|
Code | Description |
201 | OK Signal mapping was created |
401 | Authentication required |
No parameters
Code | Description |
200 | OK
|
401 | Authentication required |
403 | Forbidden - ADMIN role necessary |
Name | Description |
---|---|
signalMappingId * string (path) | id of the signal mapping |
Code | Description |
200 | OK
|
401 | Authentication required |
403 | Forbidden - ADMIN role necessary |
404 | Signal mapping not found |
Name | Description |
---|---|
signalMappingId * string (path) | id of the signal mapping to be deleted |
Code | Description |
200 | OK Signal mapping was deleted |
401 | Authentication required |
403 | Forbidden - ADMIN role necessary |
404 | Signal mapping not found |
Management of user configurations
Name | Description |
---|---|
userConfiguration object (body) | User configuration to be created
|
Code | Description |
201 | OK User configuration was created |
401 | Authentication required |
No parameters
Code | Description |
200 | OK
|
401 | Authentication required |
403 | Forbidden - ADMIN role necessary |
Name | Description |
---|---|
userLogin * string (path) | login of the user |
Code | Description |
200 | OK
|
401 | Authentication required |
403 | Forbidden - ADMIN role necessary |
404 | User configuration not found |
Name | Description |
---|---|
userLogin * string (path) | login of the user whose configuration should be deleted |
Code | Description |
200 | OK user configuration was deleted |
401 | Authentication required |
403 | Forbidden - ADMIN role necessary |
404 | User configuration not found |