Common Phone List Services¶
Create a user’s common phone list entry¶
-
POST
/api/v1/tenants/
(string: tenant_id)/services/common_phone_list/
¶ The API is mapped to EnterpriseCommonPhoneListAddListRequest
Display user’s common phone list entries¶
-
GET
/api/v1/tenants/
(string: tenant_id)/services/common_phone_list/
¶ The API is mapped to EnterpriseCommonPhoneListGetListRequest
Additional informations
- Response JSON Object:
responseSizeLimit (integer) – See responseSizeLimit from Search criteria.
Delete a user’s common phone list entries¶
-
DELETE
/api/v1/tenants/
(string: tenant_id)/services/common_phone_list/
¶ The API is mapped to EnterpriseCommonPhoneListDeleteListRequest
Retrieve a user’s common phone list entry¶
-
GET
/api/v1/tenants/
(string: tenant_id)/services/common_phone_list/
(string: common_phone_name)/
¶ Additional informations
Virtual class not supported by Broadsoft.
Update a user’s common phone list entry¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/services/common_phone_list/
(string: common_phone_name)/
¶ The API is mapped to EnterpriseCommonPhoneListModifyRequest
Delete a user’s common phone list entry¶
-
DELETE
/api/v1/tenants/
(string: tenant_id)/services/common_phone_list/
(string: common_phone_name)/
¶ Additional informations
Virtual class not supported by Broadsoft.