Resources | Methods |
---|---|
https://localhost:8443/api/rest/rooms |
GET
Retrieves a list of rooms matching the input search filter parameters.
GET Retrieves a list of paginated rooms matching the input search filter parameters. POST Creates a local room account. |
https://localhost:8443/api/rest/rooms/{value} |
GET
Retrieves information about a room account.
DELETE Deletes information about a local room account [tags: RPRM] . PUT Updates information about a room account. |
https://localhost:8443/api/rest/rooms/{value}/associated-devices |
GET Get associated deviceIds of room.
POST Associate devices with room. |
GETRetrieves a list of rooms matching the input search filter parameters. [tags: RPRM] RequestQuery Parameters
Response
GETRetrieves a list of paginated rooms matching the input search filter parameters. [tags: RPRM] RequestQuery Parameters
Response
POSTCreates a local room account. Enterprise room accounts may not be created with this method. They must be imported from an enterprise directory. UUID is optional. If not specified, one will be assigned. Domain is optional. If specified, it must be set to LOCAL. [tags: RPRM] RequestRepresentations
Response
|
Name | Type | Description |
---|---|---|
value | xs:string | the uuid of room |
GETRetrieves information about a room account. [tags: RPRM] Response
DELETEDeletes information about a local room account [tags: RPRM] Response
PUTUpdates information about a room account. [tags: RPRM] RequestRepresentations
Response
|
Name | Type | Description |
---|---|---|
value | xs:string | the uuid of room |
GETGet associated deviceIds of room.[tags: RPRM] RequestResponse
POSTAssociate devices with room.[tags: RPRM] RequestRepresentations
Response
|