Get setting template details
GET
/phone/setting_templates/{templateId}
Phone
phone:write:admin
or phone:write
1.
2.
Rate Limit Label:
Light
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/phone/setting_templates/'
响应示例响应示例
200 - response
{
"description": "string",
"id": "string",
"name": "string",
"policy": {
"ad_hoc_call_recording": {
"enable": "boolean",
"recording_start_prompt": "boolean",
"recording_transcription": "boolean"
},
"auto_call_recording": {
"enable": "boolean",
"recording_calls": "string",
"recording_start_prompt": "boolean",
"recording_transcription": "boolean"
},
"sms": {
"enable": "boolean",
"international_sms": "boolean"
},
"voicemail": {
"allow_transcription": "boolean",
"enable": "boolean"
}
},
"profile": {
"area_code": "string",
"country": "string"
},
"type": "string",
"user_settings": {
"audio_prompt_language": "string",
"block_calls_without_caller_id": "boolean",
"call_handling": {
"business_hours": {
"business_hour_action": "integer",
"connect_to_operator": {
"enable": "boolean",
"id": "string",
"type": "string"
},
"custom_hours": [
{
"from": "string",
"to": "string",
"type": "integer",
"weekday": "integer"
}
],
"ring_type": "string",
"ringing_duration": "string",
"type": "integer"
},
"close_hours": {
"close_hour_action": "integer",
"connect_to_operator": {
"enable": "boolean",
"id": "string",
"type": "string"
},
"max_wait_time": "string"
}
},
"desk_phone": {
"pin_code": "string"
},
"hold_music": "string"
}
}
请求参数
Path 参数
templateId
string
必需
Query 参数
custom_query_fields
string
可选
返回响应
修改于 2024-04-24 09:06:48