Get call recordings
GET
/phone/recordings
Phone
phone:read:admin
phone:write:admin
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/phone/recordings'
响应示例响应示例
200 - response
{
"next_page_token": "3",
"page_size": "2",
"recordings": [
{
"callee_name": "johndoe",
"callee_number": "4087778888",
"callee_number_type": "external",
"caller_name": "janedoe",
"caller_number": "4085552222",
"caller_number_type": "internal",
"date_time": "2020-11-03T14:31:41Z",
"direction": "inbound",
"download_url": "https://zoom.us/v2/phone/recording/download/6FHBshghfd3t7-45476zKrw",
"duration": 50,
"id": "test",
"owner": {
"extension_number": "43765674",
"id": "123",
"name": "Tracy",
"type": "user"
},
"recording_type": "OnDemand",
"site": {
"id": "dfhg35273d",
"name": "string"
}
}
],
"total_records": "1"
}
请求参数
Query 参数
page_size
integer
可选
next_page_token
string
可选
from
string
可选
to
string
可选
from
parameter.owner_type
string
可选
user
, or callQueue
. The default is null. If null, returns all owner types.默认值:
all
recording_type
string
可选
OnDemand
, or Automatic
. The default is null. If null, returns all recording types.site_id
string
可选
All sites
.默认值:
All sites
返回响应
修改于 2024-04-24 09:06:48