企小码私有化API
  1. 超时信息
企小码私有化API
  • 入门
    • 管理员登录
      POST
    • 查看登录信息
      POST
  • 信息获取
    • 企业信息
      • 获取部门信息
      • 获取企业成员列表
      • 获取组织架构
      • 获取所有标签
      • 获取分组标签
      • 获取某员工信息
      • 获取外部联系人列表
      • 获取外部联系人信息
      • 获取群聊列表
      • 获取群成员
    • 会话信息
      • 获取全局消息
      • 获取会话内容
    • 风险信息
      • 获取风险记录
    • 超时信息
      • 获取超时记录
        GET
    • 文件信息
      • 获取文件列表
  • 全局检索
    • 聊天记录
      GET
    • 联系人
      GET
    • 群聊
      GET
    • 文件
      GET
  • 数据同步
    • 同步员工
      POST
    • 同步客户
      POST
    • 同步存档员工
      POST
    • 同步内部群
      POST
    • 同步客户群
      POST
  1. 超时信息

获取超时记录

开发中
GET
http://hhcd.yourdomain.com/admin/response_timeout/list

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://hhcd.yourdomain.com/admin/response_timeout/list?page=&pageSize=&chat_id=&start_time=&end_time=&is_chat=&keyword=&external_id=&status=&token='

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "data": {
        "total": 0,
        "per_page": 0,
        "current_page": 0,
        "last_page": 0,
        "data": [
            {
                "id": 0,
                "corp_id": 0,
                "audit_info_id": 0,
                "chat_id": null,
                "admin_id": 0,
                "remark": null,
                "create_time": 0,
                "auditor_id": null,
                "status": 0,
                "audit_time": null,
                "time_out": 0,
                "minute": 0,
                "admin_name": null,
                "auditor_name": null,
                "info": {
                    "msgid": "string",
                    "action": "string",
                    "from_type": 0,
                    "to_type": 0,
                    "user_id": null,
                    "external_id": 0,
                    "to_user_id": 0,
                    "to_external_id": null,
                    "chat_id": null,
                    "roomid": "string",
                    "content": "string",
                    "msgtype": "string",
                    "msgtime": "string",
                    "tolist": "string",
                    "from": "string",
                    "from_info": {
                        "id": 0,
                        "name": "string",
                        "name_convert": "string",
                        "avatar": "string",
                        "corp_name": "string",
                        "corp_full_name": "string",
                        "type": 0,
                        "des": "string",
                        "createtime": "string"
                    },
                    "to_info": {
                        "id": 0,
                        "name": "string",
                        "userid": "string",
                        "mobile": "string",
                        "gender": "string",
                        "email": "string",
                        "avatar": "string",
                        "thumb_avatar": "string",
                        "department_name": "string"
                    },
                    "info": {
                        "content": "string",
                        "view": "string"
                    }
                }
            }
        ]
    },
    "message": "string",
    "sys_time": 0
}
修改于 2025-08-29 06:28:14
上一页
获取风险记录
下一页
获取文件列表
Built with