Room

Rooms group devices and each device can only be part of one room.

List rooms

get

List all available rooms

Authorizations
hue-application-keystringRequired
Responses
200

Room Success Response

application/json
Responseall of
get
/clip/v2/resource/room

Create room

post

Create a new room

Authorizations
hue-application-keystringRequired
Body
typestringOptional

Type of the supported resources (always room here)

Responses
200

Success

application/json
Responseall of
post
/clip/v2/resource/room

Get room.

get

Get details of a single room from its given {roomId}

Authorizations
hue-application-keystringRequired
Path parameters
roomIdstringRequired

ID of the room

Responses
200

Room Success Response

application/json
Responseall of
get
/clip/v2/resource/room/{roomId}

Update room

put

Update a single room from its given {roomId}

Authorizations
hue-application-keystringRequired
Path parameters
roomIdstringRequired

ID of the room

Body
typestringOptional

Type of the supported resources (always room here)

Responses
200

Success

application/json
Responseall of
put
/clip/v2/resource/room/{roomId}

Delete room

delete

Delete a single room from its given {roomId}

Authorizations
hue-application-keystringRequired
Path parameters
roomIdstringRequired

ID of the room

Responses
200

Success

application/json
Responseall of
delete
/clip/v2/resource/room/{roomId}

Last updated

Was this helpful?