Get operation logs report
GET
/phone/reports/operationlogs
Phone Reports
Scopes:
phone:read:admin
, phone:write:admin
Rate Limit Label:
Heavy
Prerequisites:
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/phone/reports/operationlogs'
响应示例响应示例
200 - response
{
"from": "2020-08-01",
"next_page_token": "abcD3944YsoYPB12",
"operation_logs": [
{
"action": "UPDATE",
"category_type": "Phone Number",
"operation_detail": "Unbind Phone Number +1112222 From Not_Delete_CallQueue_Recording",
"operator": "apbchd@mail123a.com",
"time": "2020-08-24T06:15:12Z"
},
{
"action": "DELETE",
"category_type": "Phone Number",
"operation_detail": "Delete Phone Number +123456 From abc.zoom.us",
"operator": "apbchd@mail123a.com",
"time": "2020-08-24T06:13:30Z"
},
{
"action": "ADD",
"category_type": "Device",
"operation_detail": "Add Device testDevice",
"operator": "apbcdef@mail123a.com",
"time": "2020-08-11T03:13:17Z"
},
{
"action": "UPDATE",
"category_type": "Phone Number",
"operation_detail": "Assign Phone Number +120000123 to Sam Mendes(abcdaccount@someaccount.com)",
"operator": "apapbchd@mail123a.com",
"time": "2020-08-06T08:29:45Z"
}
],
"page_size": 15,
"to": "2020-08-30",
"total_records": 16
}
请求参数
Query 参数
from
string
可选
to
string
可选
category_type
string
可选
To only include response for a specific category type, provide a value for
category_type
from this table.默认值:
all
page_size
integer
可选
<= 300
默认值:
30
next_page_token
string
可选
返回响应
修改于 2024-04-24 09:06:48