/
OP
openhab
/
openHAB REST API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 15m ago · Updated 1mo ago
Details
Filter operations
actions
2
addons
10
audio
4
auth
5
channel-types
3
config-descriptions
2
discovery
2
events
3
habpanel
2
iconsets
1
inbox
5
items
17
put
Adds a new member to a group item.
delete
Removes an existing member from a group item.
put
Adds metadata to an item.
delete
Removes metadata from an item.
put
Adds a tag to an item.
delete
Removes a tag from an item.
get
Gets a single item.
put
Adds a new item to the registry or updates the existing item.
post
Sends a command to an item.
delete
Removes an item from the registry.
get
Get all available items.
put
Adds a list of items to the registry or updates the existing items.
get
Gets the state of an item.
put
Updates the state of an item.
get
Gets the namespace of an item.
get
Gets the item which defines the requested semantics of an item.
post
Remove unused/orphaned metadata.
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
items
Adds a new item to the registry or updates the existing item.
put
/items/{itemname}
Path parameters
itemname
string
required
item name
Headers
Accept-Language
string
language
Request body
GroupItemDTO
required
type
string
name
string
label
string
category
string
tags
string[]
groupNames
string[]
groupType
string
function
GroupFunctionDTO
Response
OK
Changes