ZERO Cloud
  1. 系统配置
ZERO Cloud
  • R2MO第二管理端
    • 公开接口
      • /app/name/{name}
    • 安全认证(RBAC扩展模块)
      • /auth/login
      • /auth/captcha
      • /auth/jwt-login
      • /auth/ldap-login
      • /auth/email-send
      • /auth/email-login
      • /auth/sms-send
      • /auth/sms-login
      • /auth/wecom-init
      • /auth/wecom-qrcode
      • /auth/wechat-qrcode
      • /auth/wechat-status
      • /auth/wechat-callback
      • /oauth2/authorize
      • /oauth2/revoke
      • /oauth2/introspect
      • /oauth2/token ( client_credentials )
      • /oauth2/jwks
      • /userinfo
    • 资源接口(ZERO扩展模块)
      • /type/categories/{type}
    • 第二管理端专属
    • CRUD动态接口
    • 数据模型
      • 会话模型
      • 数据模型
        • X_APP 应用实体
      • 系统模型
      • 🥏 CommonResponse
      • 🥏 JwtResponse
      • 🥏 DynamicResponse
      • 🔶 POST /auth/jwt-login
      • 🔶 POST /auth/ldap-login
      • 🔶 POST /auth/email-send
      • 🔶 POST /auth/email-login
      • 🔶 POST /auth/sms-send
      • 🔶 POST /auth/sms-login
      • 🟢 GET /auth/captcha
  • ZERO云端
    • 登录认证接口
      • 获取图片验证码
      • 邮箱验证码登录
      • 发送邮箱验证码
      • 账号/密码登录(JWT)
      • LDAP 登录
      • 账号/密码登录
      • 短信验证码登录
      • 发送短信验证码
      • 微信服务器验证 (GET)
      • 微信事件回调 (POST)
      • 微信获取二维码
      • 微信登录状态查询
      • 企微登录初始化
      • 企微授权回调登录
      • 获取企微二维码配置
      • 表单登录 (Session)
      • OAuth2 认证请求 (Authorize)
      • OAuth2 授权回调 (Callback)
      • OAuth2 令牌内省 (Introspect)
      • OAuth2 公钥集合 (JWKS)
      • OAuth2 撤销令牌 (Revoke)
      • OAuth2 获取令牌 (Token)
      • OIDC 用户信息 (UserInfo)
    • ZERO@配置系统
      • 系统配置
        • 按类型和编码查询分类
          GET
        • 按类型和编码查询字典
          GET
        • 获取当前应用的所有功能模块包
          GET
        • 提取功能模块包配置信息
          GET
        • 更新功能模块包配置
          PUT
        • 提取功能模块包配置数据
          GET
        • 获取扩展类型功能模块包列表
          GET
        • 获取模型列表
          GET
        • 获取模型字段
          GET
        • 根据名称获取模块
          GET
        • 按单类型查询分类树
          GET
        • 按单类型查询字典
          GET
        • 批量查询分类树
          POST
        • 批量查询字典
          POST
      • 关联管理
        • 在图引擎上搜索节点和边构造拓扑图
        • 获取关联详情
        • 删除关联
        • 双向获取关联
        • 创建双向关联
        • 批量保存双向关联
        • 同步双向关联
        • 根据类型获取关联
        • 创建单向关联
        • 批量保存单向关联
        • 获取源关联
        • 获取目标关联
      • 界面配置
        • 删除表单及其相关字段和选项
        • 根据控件ID和类型查询控件配置
        • 根据表单编码查询单个表单配置
        • 根据模型标识符查询多个表单配置
        • 根据模型标识符查询多个列表配置
        • 根据控件查询相关操作配置
        • 根据条件查询页面配置信息
        • 根据ID和位置查询列表视图配置
        • 根据标识符和页面查询访问者配置
      • 工作流
        • 根据流程编码查询流程定义
        • 根据任务ID查询已完成的历史记录
        • 查询流程表单信息
        • 查询流程历史记录
        • 查询流程队列信息
        • 搜索流程关联的工单信息
        • 根据待办任务ID查询详细信息
        • 批量处理流程任务(工单控制,流程驱动部分)
        • 取消流程实例(工单控制,流程驱动部分)
        • 关闭流程实例(工单控制,流程驱动部分)
        • 完成流程任务(工单控制,流程驱动部分)
        • 保存流程草稿(工单控制,流程驱动部分)
        • 启动新的工作流程(工单控制,流程驱动部分)
        • 查询活动相关的报告信息(辅助信息查询)
        • 查询报告列表信息(辅助信息查询)
    • ZERO@安全管理
      • 权限设置
        • 搜索所有操作
        • 搜索已授权操作
        • 获取权限区域定义
        • 获取权限区域初始化数据
        • 保存权限区域
        • 获取权限管理区域
        • 获取权限组
        • 搜索未就绪权限
        • 保存权限定义
        • 获取权限组计算
        • 根据角色获取权限
        • 保存角色权限
    • ZERO@业务系统
      • 应用管理
        • 获取应用详细信息
        • 更新应用基础信息
        • 应用初始化
        • 应用准备
        • 获取租户可用应用列表
        • 获取数据源配置
        • 获取应用菜单
        • 应用初次加载
      • 个人设置
        • 批量删除个人视图
        • 获取员工公司信息
        • 根据页面、位置、类型获取我的菜单列表
        • 保存用户的个性化菜单设置
        • 读取用户的个人提醒设置
        • 保存用户的个人提醒设置
        • 创建个人视图
        • 获取个人视图详情
        • 更新个人视图
        • 删除个人视图
        • 检查个人视图存在性
        • 获取个人视图
      • 财务管理
        • 根据指定类型撤销入账明细
        • 对指定账单明细记录执行冲账操作
        • 对指定账单明细记录执行拆账操作
        • 执行账本间的转账操作
        • 执行多账单项入账操作
        • 执行带预授权模式的押金入账操作
        • 执行不带预授权模式的普通入账操作
        • 根据账单主键查询账单详细信息
        • 进入账单界面时查询订单相关的结算单聚合信息
        • 全文搜索账单信息
        • 根据订单ID查询相关的账簿列表(包含授权信息)
        • 根据主键数组批量查询应收账信息
        • 结算时预授权解锁处理
        • 结算时附加账本信息登记
        • 根据主键数组批量查询结算单信息
        • 执行直接转应收操作
        • 执行延迟结算操作
      • 个人中心
        • 获取用户信息
        • 用户登出
        • 修改密码
        • 更新个人资料
        • 按类型搜索用户
    • ZERO@智能分析
      • 地理服务
        • 根据州省ID查询对应的城市列表
        • 获取所有国家列表
        • 根据Sigma标识查询楼层信息列表
        • 根据区域ID初始化区域元数据
        • 根据城市ID查询对应的区域列表
        • 根据国家ID查询对应的州省列表
        • 根据Sigma标识查询帐篷信息列表
      • 统计系统
        • 读取所有报表定义信息
        • 分页查询报表实例数据
        • 导出指定ID的报表实例数据
        • 获取指定ID的报表实例详细信息
        • 保存指定ID的报表实例数据
        • 删除指定ID的报表实例
        • 根据报表ID和查询条件生成单个报表实例
    • ZERO@工具系统
      • 附件中心
        • 按目录获取文档列表
        • 按关键词搜索文档
        • 获取已删除文档列表
        • 彻底删除文档
        • 恢复已删除文档
        • 启动文档管理平台
        • 文档移入回收站
        • 文件下载
        • 文件下载接口
        • 获取我的文件详情
        • 我的文件搜索
        • 重命名文件
        • 文件上传
        • 文件上传接口
      • 辅助
        • 查询记录历史
        • 查询字段变更历史
        • 查询活动项历史
        • 获取活动详情
        • 搜索活动记录
        • 保存标签
        • 根据模型获取标签
        • 关联标签
        • 解除标签关联
      • 任务
        • 根据Sigma查询任务信息列表
        • 根据任务键查询任务详情
        • 根据任务键更新任务信息
        • 根据命名空间查询任务状态
        • 恢复指定代码的任务
        • 启动指定代码的任务
        • 停止指定代码的任务
      • 通知
        • 添加新的站内信
        • 批量删除站内信
        • 批量更新站内信状态
        • 根据消息类型查询站内信列表
        • 通知仪表板
    • CRUD@云端管理
      • 应用
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
      • 租户
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 订阅
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 许可
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
    • CRUD@组织架构
      • 员工
        • create
        • getById
        • update
        • delete
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 业务组
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 公司管理
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 合同
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 品牌
        • deleteBatch
        • updateBatch
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
        • getFull
        • getMy
        • getMy
      • 客户
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 档案库
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 部门
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 项目
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
    • CRUD@财务管理
      • 账簿
        • getById
        • update
        • delete
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 结算单
        • search
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
      • 交易
        • getById
        • update
        • delete
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 会计科目
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 应收账款
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 开户行
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
      • 账单项
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 货币
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
    • CRUD@核心系统
      • 存储目录
        • create
        • getById
        • update
        • delete
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 图引擎
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 集成配置
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
    • CRUD@安全管理
      • 权限
        • create
        • getById
        • update
        • delete
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 资源
        • create
        • getById
        • update
        • delete
        • search
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
      • 角色
        • create
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 账号
        • create
        • getById
        • update
        • delete
        • importFile
        • search
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • getAll
        • existing
        • exportFile
        • missing
      • 用户组
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
    • CRUD@工作流
      • 待办单
        • getById
        • update
        • delete
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 工单元数据
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
    • CRUD@资源管理
      • 标签
        • getById
        • update
        • delete
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 分类树
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 字典表
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 通知
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 附件
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
    • CRUD@地址管理
      • 城市
        • deleteBatch
        • updateBatch
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
        • getFull
        • getMy
        • getMy
      • 楼层
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 楼栋
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 省份
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
    • CRUD@工单
      • 供应商出场
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 供应商签入
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 供应商评估
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 出差申请
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 培训申请
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 工作交接
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 工时计算
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
      • 请假申请
        • deleteBatch
        • updateBatch
        • getFull
        • getMy
        • getMy
        • create
        • getById
        • update
        • delete
        • getAll
        • existing
        • exportFile
        • importFile
        • missing
        • search
    • 数据模型
      • @OAuth2IntrospectRequest 🔶
      • @OAuth2IntrospectResponse 🥏
      • @OAuth2JwksResponse 🟢
      • @OAuth2JwksResponse.JwksKey 🟢
      • @OAuth2LoginRequest 🔶
      • @OAuth2RevokeRequest 🔶
      • @OAuth2TokenRequest 🔶
      • @OAuth2TokenResponse 🥏
      • @OAuth2UserinfoResponse 🟢
      • @RequestEmailLogin 🔶
      • @RequestEmailSend 🔶
      • @RequestLoginCommon 🔶
      • @RequestSmsLogin 🔶
      • @RequestSmsSend 🔶
      • @ResponseCaptcha 🟢
      • @ResponseLoginCommon 🥏
      • @ResponseLoginDynamic 🥏
      • @ResponseLoginJwt 🥏
      • @WeChatQrResponse 🟢
      • @WeChatStatusRequest 🔶
      • @WeChatStatusResponse 🟢
      • @WeComInitResponse 🟢
      • @WeComQrResponse 🟢
      • BAuthority
      • BBag
      • BBlock
      • BComponent
      • BWeb
      • EAsset
      • EBrand
      • ECompany
      • EContract
      • ECustomer
      • EDept
      • EEmployee
      • EIdentity
      • EProject
      • ETeam
      • FBank
      • FBill
      • FBillItem
      • FBook
      • FCurrency
      • FDebt
      • FInvoice
      • FPayTerm
      • FPreAuthorize
      • FSettlement
      • FSettlementItem
      • FSubject
      • FTrans
      • FTransItem
      • FTransOf
      • GCluster
      • GEdge
      • GGraphic
      • GNode
      • IApi
      • IDirectory
      • IIntegration
      • IJob
      • IMessage
      • IPortfolio
      • IService
      • KPDataSet
      • KPDimension
      • KPFeature
      • KPReport
      • KPReportInstance
      • LCity
      • LCountry
      • LFloor
      • LLocation
      • LRegion
      • LState
      • LTent
      • LYard
      • MAcc
      • MAttribute
      • MEntity
      • MField
      • MIndex
      • MJoin
      • MKey
      • MModel
      • MModelCat
      • MRelation
      • MYApp
      • MYDesktop
      • MYFavor
      • MYMenu
      • MYNotify
      • MYSetting
      • MYTpl
      • RAssetShare
      • RClusterNode
      • RCompanyCustomer
      • RGroupRole
      • RRolePerm
      • RTagEntity
      • RTeamEmployee
      • RUserGroup
      • RUserRole
      • SAction
      • SGroup
      • SPacket
      • SPath
      • SPermSet
      • SPermission
      • SResource
      • SRole
      • SUser
      • SView
      • SVisitant
      • TOaAssignment
      • TOaTraining
      • TOaTrip
      • TOaVacation
      • TPLMessage
      • TPLModel
      • TPLTicket
      • TVendorAssessment
      • TVendorCheckIn
      • TVendorCheckOut
      • TVendorHour
      • UIColumn
      • UIControl
      • UIField
      • UIForm
      • UILayout
      • UIList
      • UIOp
      • UIPage
      • UIView
      • UIVisitor
      • VFragment
      • VQuery
      • VSearch
      • VTable
      • WFlow
      • WTicket
      • WTodo
      • XActivity
      • XActivityChange
      • XActivityRule
      • XApp
      • XAttachment
      • XCategory
      • XLicense
      • XLinkage
      • XLog
      • XMenu
      • XModule
      • XNotice
      • XNumber
      • XPlan
      • XSource
      • XSubscription
      • XTabular
      • XTag
      • XTenant
  1. 系统配置

批量查询分类树

POST
/api/types/categories
根据传入的类型列表(JsonArray)批量查询分类树。
返回数据结构:Map<String, List<XCategory>>,即 Key 为类型,Value 为该类型的树结构数组。

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Header 参数

Body 参数application/json必填

示例
[
    "dict.gender",
    "sys.region"
]

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/types/categories' \
--header 'X-App-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
    "dict.gender",
    "sys.region"
]'

返回响应

🟢200
application/json
成功响应
Body

示例
{
    "data": [
        {
            "dict.gender": [
                {
                    "key": "M",
                    "name": "Male"
                }
            ]
        },
        {
            "sys.region": [
                {
                    "key": "CN",
                    "name": "China"
                }
            ]
        }
    ]
}
修改于 2026-02-10 11:28:24
上一页
按单类型查询字典
下一页
批量查询字典
Built with