/
OP
openhab
/
openHAB REST API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
actions
2
post
Executes a thing action.
get
Get all available actions for provided thing UID
addons
10
audio
4
auth
5
channel-types
3
config-descriptions
2
discovery
2
events
3
habpanel
2
iconsets
1
inbox
5
items
17
links
7
logging
4
module-types
2
persistence
8
profile-types
1
root
1
rules
17
services
6
sitemaps
7
systeminfo
2
tags
5
templates
2
thing-types
2
things
12
transformations
5
ui
6
uuid
1
voice
10
actions
Get all available actions for provided thing UID
get
/actions/{thingUID}
Path parameters
thingUID
string
required
thingUID
Headers
Accept-Language
string
language
Response
OK
ThingActionDTO[]
required
actionUid
string
label
string
description
string
inputs
Input[]
outputs
Output[]
Changes