找回密码
 立即注册

QQ登录

只需一步,快速开始

北京隆道

注册会员

17

主题

42

帖子

123

积分

注册会员

积分
123
北京隆道
注册会员   /  发表于:2022-11-24 10:47  /   查看:2112  /  回复:1
1金币
求调用报表列表的api接口.我们需要一个查询系统报表和个人报表的两个接口

最佳答案

查看完整内容

您好,我们的文档列表是通过 graphql 接口获取的。 访问地址:http://localhost:51980/api/graphql 参数: 您可以根据自己的需要进行增删

1 个回复

倒序浏览
最佳答案
最佳答案
Eden.SunWyn认证
超级版主   /  发表于:2022-11-24 10:47:56
来自 2#
您好,我们的文档列表是通过 graphql  接口获取的。
访问地址:http://localhost:51980/api/graphql
参数:
  1. {
  2.   documents(types: "rdl,rdlx") {
  3.     id
  4.     type
  5.     title
  6.     ext
  7.     modified
  8.     modified_by {
  9.       name
  10.     }
  11.     meta
  12.     hideInDocumentPortal
  13.     hideOnMobile
  14.     isResource
  15.     organizationId
  16.     organizationIdPath
  17.     thumbnail
  18.     description
  19.     custom_permissions
  20.   }
  21. }
复制代码
您可以根据自己的需要进行增删
image.png235867919.png
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部