跳到主要内容
版本:202506

查询主题文件版本(所有文件)列表

GET 

/openapi/2025-06/themes/:theme_id/doc/version-records

返回指定主题中所有文件的版本历史。

请求

Path参数

    theme_id string必填

    主题 ID

响应

OK

数据结构
    codestring

    错误码

    messagestring

    错误信息

    data object
    versions object[]

    版本列表

  • Array [
  • idstring

    主题文件版本 ID

    versionstring

    版本

    created_atstring

    创建时间,ISO-8601 格式

    theme_idstring

    主题 ID

    typestring

    类型

    locationstring

    位置信息

    updated_atstring

    最后更新时间,ISO-8601 格式

  • ]