- WEB端
- 事件管理
- 大屏
- 字典管理
- 文件操作
- 角色相关
- 资源管理
- 权限管理
- 管理员
- 公共类
- 地址管理
- 组织管理
- 台账管理
- 用户相关
- 聚沙码管理
- 智能坐席
- 我的文件
- 执法设备
- 执法平台
- 班组管理
- 坐席分配
- 内部使用
- 小程序端
- 定时任务
- WebSocket
- 浙政钉相关
- WebSocket链接
根据手机号查询通话详情
测试环境
https://eventsys-test-d-browser.gogen.cn/eventSys
测试环境
https://eventsys-test-d-browser.gogen.cn/eventSys
GET
https://eventsys-test-d-browser.gogen.cn/eventSys
请求参数
Query 参数
mobile
string
手机号
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://eventsys-test-d-browser.gogen.cn/eventSys/screen/callDetail'
返回响应
🟢200成功
application/json
Body
status
boolean | null
可选
code
integer | null
可选
message
string | null
可选
exceMes
string | null
可选
requestId
string | null
可选
timestamp
integer | null
可选
result
array[object (CallRecordDetailVO) {18}] | null
可选
eventId
string | null
可选
areaCode
string | null
社区编码
areaName
string | null
社区名称
address
string | null
居住地址
locationAddress
string | null
定位地址
eventCategory
string | null
事件分类
status
integer | null
事件状态
supervised
boolean | null
是否督办
description
string | null
描述
reportName
string | null
上报人姓名
reportMobile
string | null
上报人手机
reportCertId
string | null
上报人证件号
handleTime
string | null
处置时间
gmtCreate
string | null
创建时间
voice
string | null
语音文件路径
voiceContent
string | null
声音文本
userTags
array[string] | null
用户标签
handleRecord
array[object (EventHandleRecordDTO) {11}] | null
可选
示例
{
"status": false,
"code": 0,
"message": "",
"exceMes": "",
"requestId": "",
"timestamp": 0,
"result": [
{
"eventNo": "",
"areaCode": "",
"areaName": "",
"address": "",
"locationAddress": "",
"eventCategory": "",
"status": 0,
"supervised": false,
"description": "",
"reportName": "",
"reportMobile": "",
"reportCertId": "",
"handleTime": "",
"gmtCreate": "",
"voice": "",
"voiceContent": "",
"userTags": [
""
],
"historyEventList": [
{
"id": "",
"eventNo": "",
"eventCategory": "",
"eventCategoryName": "",
"status": 0,
"supervised": false,
"description": "",
"handleTime": "",
"gmtCreate": "",
"areaName": "",
"longitude": 0.0,
"latitude": 0.0,
"repeat": false
}
],
"historyTotal": 0,
"historyHandling": 0,
"handleRecord": [
{
"eventId": "",
"handleTime": "",
"handleStatus": "",
"handleOpinion": "",
"handlerName": "",
"accessories": [
""
]
}
]
}
]
}
修改于 2024-01-24 07:09:40