GET api/v2/Site/MeetRoomExtRef?meetroomextref={meetroomextref}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| meetroomextref | string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
ObjectRight| Name | Description | Type | Additional information | 
|---|---|---|---|
| Name | string | 
                             None.  | 
                |
| Available | boolean | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "Name": "sample string 1",
  "Available": true
}
        text/html
            Sample:
        
{"Name":"sample string 1","Available":true}
        application/xml, text/xml
            Sample:
<ObjectRight xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyWelcome.WebApi.Models"> <Available>true</Available> <Name>sample string 1</Name> </ObjectRight>