Common Phone List Services¶
Create a user’s common phone list entry¶
-
POST
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/common_phone_list/
¶ The API is mapped to GroupCommonPhoneListAddListRequest
Additional restrictions
- Request JSON Object:
entries (array) – See Phone List attributes.
Display user’s common phone list entries¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/common_phone_list/
¶ The API is mapped to GroupCommonPhoneListGetListRequest
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)/groups/
(string: group_id)/services/common_phone_list/
¶ The API is mapped to GroupCommonPhoneListDeleteListRequest
Additional restrictions
- Request JSON Object:
entries (array) – See Phone List attributes.
Retrieve a user’s common phone list entry¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/common_phone_list/
(string: common_phone_name)/
¶ The API is mapped to GroupCommonPhoneListGetInstanceRequest
Additional informations
Virtual class not supported by Broadsoft.
Update a user’s common phone list entry¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/common_phone_list/
(string: common_phone_name)/
¶ The API is mapped to GroupCommonPhoneListModifyRequest
Additional restrictions
- Request JSON Object:
name (string) – See name from Phone List attributes.
phoneNumber (string) – See phoneNumber from Phone List attributes.
Delete a user’s common phone list entry¶
-
DELETE
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/common_phone_list/
(string: common_phone_name)/
¶ The API is mapped to GroupCommonPhoneListDeleteRequest
Additional informations
Virtual class not supported by Broadsoft.
Additional restrictions
- Request JSON Object:
name (string) – See name from Phone List attributes.