Hoteling Host Service

Display group’s hoteling hosts list

GET /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/hotelings/
The API is mapped to UserGetRequest
The API is mapped to GroupAccessDeviceGetRequest
The API is mapped to UserHotelingHostGetRequest

Additional informations

Response JSON Object:
  • transportProtocol (integer) – Value from “UDP”, “TCP”, “Unspecified”.

  • associationLimitHours (integer) – Value in range 1 - 999.

  • hoteling_hosts (boolean) – Not supported by Broadsoft.

  • hotelingHostId (boolean) – Not supported by Broadsoft.

  • is_associated (boolean) – Not supported by Broadsoft.

Display group’s hoteling host instance

GET /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/hotelings/(string: instance_name)/
The API is mapped to UserGetRequest
The API is mapped to GroupAccessDeviceGetRequest
The API is mapped to UserHotelingHostGetRequest

Additional informations

Response JSON Object:
  • transportProtocol (integer) – Value from “UDP”, “TCP”, “Unspecified”.

  • associationLimitHours (integer) – Value in range 1 - 999.

  • hotelingHostId (boolean) – Not supported by Broadsoft.

  • is_associated (boolean) – Not supported by Broadsoft.

Create group’s hoteling host instance

POST /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/hotelings/
The API is mapped to GroupAccessDeviceAddRequest
The API is mapped to UserAddRequest
The API is mapped to UserServiceAssignListRequest
The API is mapped to UserHotelingHostModifyRequest

Additional restrictions

Request JSON Object:
  • transportProtocol (integer) – Value from “UDP”, “TCP”, “Unspecified”.

  • associationLimitHours (integer) – Value in range 1 - 999.

Update group’s hoteling host instance

PUT /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/hotelings/(string: instance_name)/
The API is mapped to UserModifyRequest
The API is mapped to GroupAccessDeviceModifyRequest
The API is mapped to UserHotelingHostModifyRequest

Additional restrictions

Request JSON Object:
  • transportProtocol (integer) – Value from “UDP”, “TCP”, “Unspecified”.

  • associationLimitHours (integer) – Value in range 1 - 999.

Delete group’s hoteling hosts list

DELETE /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/hotelings/
The API is mapped to UserDeleteRequest
The API is mapped to GroupAccessDeviceRequest

Delete group’s hoteling host instance

DELETE /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/services/hotelings/(string: instance_name)/
The API is mapped to UserDeleteRequest
The API is mapped to GroupAccessDeviceRequest

Additional informations

Request JSON Object:
  • hoteling_hosts (boolean) – Not supported by Broadsoft.