zy
  1. history
zy
  • proxy
    • Get proxy cache
      GET
    • Set proxy cache
      POST
  • memory
    • Add message data
      POST
    • Delete message data
      DELETE
    • Set message data
      PUT
    • Get message data
      GET
    • Create session data
      POST
    • Clear session data
      DELETE
    • Get session ids data
      GET
  • analyze
    • Add data
      POST
    • Delete data
      DELETE
    • Set data
      PUT
    • Get list
      GET
    • Get active
      GET
    • Get detail
      GET
    • Set default
      PUT
  • drive
    • Add data
      POST
    • Delete data
      DELETE
    • Set data
      PUT
    • Get list
      GET
    • Get active
      GET
    • Get detail
      GET
    • Set default
      PUT
  • db
    • Clear data
    • Export data
    • Import data
  • webdev
    • Local sync remote
    • Remote sync local
  • file
    • Get auto content
    • Get make content
    • Add file
    • Delete file
    • Update file content
    • Get file content
  • cms
    • Get cms init
    • Get cms home
    • Get cms homeVod
    • Get cms category
    • Get cms detail
    • Get cms search
    • Get cms play
  • edit
    • Parser pd
    • Parser pdfa
    • Parser pdfh
    • Parser pdfl
    • Get sift category
    • Get sift filter
    • Get template names
    • Get template detail
  • rec
    • Get Douban Recommend
    • Get Recommend Hot
  • site
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get active
    • Get detail
    • Get detail
    • Set default
  • history
    • Add data
      POST
    • Delete data
      DELETE
    • Set data
      PUT
    • Get list
      GET
    • Get detail
      GET
    • Get detail
      GET
  • channel
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get detail
    • Get epg
  • iptv
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get active
    • Get detail
    • Set default
  • setting
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get setup
    • Get detail
    • Get detail
    • Set all data
  • star
    • Add data
    • Delete data
    • Set data
    • Get list
    • Get detail
    • Get detail
  • system
    • Get server status
    • Get server ip
    • Axios request
    • Get media info
    • Get media screenshot
    • Remove m3u8 segment
  • /api/v1/ai/completions/chat
    POST
  • /api/v1/cloud/alist/init
    GET
  • /api/v1/cloud/alist/dir
    GET
  • /api/v1/cloud/alist/file
    GET
  • /api/v1/cloud/alist/search
    GET
  • /api/v1/film/cms/proxy
    POST
  • 数据模型
    • Schemas
      • ApiReponseSuccess
      • ApiReponseError
      • ApiReponseRedirect
  1. history

Get list

GET
/api/v1/history/page
Get list with pagination and filtering.

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/history/page?page&pageSize&kw&type'

返回响应

🟢200成功
application/json
Successful Operation
Body

示例
{
    "code": 0,
    "msg": "ok",
    "data": {
        "list": [
            {
                "id": "string",
                "type": 1,
                "relateId": "string",
                "siteSource": "string",
                "playEnd": false,
                "videoId": "string",
                "videoImage": "string",
                "videoName": "string",
                "videoIndex": "string",
                "watchTime": 0,
                "duration": 0,
                "createdAt": 0,
                "updatedAt": 0,
                "relateSite": null
            }
        ],
        "total": 0
    }
}
🟢200成功
修改于 2025-09-14 18:12:50
上一页
Set data
下一页
Get detail
Built with