应用 API
    • V3-beta(AI 友好)
      • 概述
      • 字段类型对照表
      • 筛选器使用指南
      • 错误码
      • API 使用指南
      • 应用
        • 获取应用信息
      • 工作表
        • 获取工作表列表
        • 新建工作表
        • 获取工作表结构信息
        • 更新工作表结构
        • 删除工作表
        • 批量创建自定义动作
      • 工作表行记录
        • 获取行记录列表
        • 获取行记录详情
        • 新建行记录
        • 更新行记录
        • 删除行记录
        • 批量新增行记录
        • 批量更新行记录详情
        • 批量删除行记录
        • 获取关联记录
        • 获取行记录透视数据
        • 获取记录分享链接
        • 获取行记录日志
        • 获取行记录讨论
      • 选项集
        • 获取选项集列表
        • 创建选项集
        • 编辑选项集
        • 停用选项集
      • 流程实例
        • 获取流程列表
        • 获取流程详情
        • 触发流程
        • 根据表 id 行 id 获取审批流程执行列表
      • 角色
        • 获取角色列表
        • 创建角色
        • 获取角色详情
        • 删除角色
        • 添加角色成员
        • 移除角色成员
        • 成员退出所有角色
      • 公共查询
        • 查找成员
        • 查找部门
        • 获取地区信息
      • 知识库
        • 获取应用下知识库列表
        • 知识库检索
    • V2
      • 开发指南
      • 筛选器
      • 筛选器使用示例
      • 错误码
      • 应用
        • 获取应用信息
      • 工作表
        • 新建工作表
        • 获取工作表结构信息
        • 获取行记录列表
        • 新建行记录
        • 批量新建行记录
        • 获取行记录详情
        • 获取行记录详情
        • 更新行记录详情
        • 批量更新行记录详情
        • 删除行记录
        • 获取关联记录
        • 获取记录分享链接
        • 获取工作表总行数
        • 获取行记录日志
        • 获取行记录讨论
      • 角色
        • 创建角色
        • 退出应用
        • 删除角色
        • 添加角色成员
        • 移除应用角色成员
        • 获取角色列表
        • 获取角色详情
      • 选项集
        • 创建选项集
        • 获取选项集
        • 编辑选项集
        • 停用选项集
      • 公共查询
        • 获取地区信息
    • 数据模型
      • Schemas
        • options
        • relation
        • obj_base_response
        • obj_field
        • obj_filter
        • obj_record_row
        • obj_record_log
        • obj_record_discussion
        • obj_pivot_meta
        • obj_pivot_dimensions
        • obj_pivot_data
        • obj_process
        • obj_process_detail
        • obj_input
        • obj_output
        • obj_role
        • obj_role_permission
        • obj_user
        • obj_user_desensitized
        • obj_department
        • obj_custom_page
        • obj_optionset
        • obj_filter_children
        • obj_app
      • 鉴权信息
      • 人员对象
      • 自定义页面
      • 应用角色
      • 人员信息
      • 统计图数值字段参数
      • 基础返回对象
      • ApiError
      • DimensionField
      • BatchCreateViewsRequest
      • memberInfo
      • DataScope
      • ValueField
      • ViewItem
      • department_with_path
      • Aggregation
      • SortField
      • BatchCreateViewsResponse
      • departmentInfo
      • TimeRange
      • TimePointDynamic
      • regionInfo
      • ChartType
      • process
      • DynamicRangePoint
      • process_detail
      • CustomDynamicRange
      • input
      • CustomRange
      • CreateChartResponseData
      • output
      • DimensionItem
      • role
      • MetricItem
      • role_permission
      • SortItem
      • ButtonItem
      • custom_page
      • CreateChartRequest
      • optionset
      • CreateChartData
      • ComponentConfig
      • field
      • CreateChartResponse
      • PageComponent
      • worksheet
      • Position
      • filter
      • InlineChartConfig
      • SaveCustomPageResponseData
      • filter_children
      • ViewConfig
      • record_row
      • TextConfig
      • ErrorResponse
      • discussion
      • HtmlConfig
      • CarouselConfig
      • ButtonActionItem
      • ButtonConfig
      • TabItem
      • TabConfig
      • ContainerConfig
      • ChartComponent
      • SectionComponent
      • TextComponent
      • HtmlComponent
      • ViewComponent
      • CarouselComponent
      • ButtonComponent
      • TabComponent
      • ContainerComponent
      • SaveCustomPageComponent
      • SaveCustomPageRequest
      • SaveCustomPageData
      • SaveCustomPageResponse

    SectionComponent

    {
        "componentType": "section",
        "name": "string",
        "position": {
            "x": 0,
            "y": 0,
            "w": 0,
            "h": 0
        }
    }
    Built with