加载报表数据
GET
https://v4.fenxi365.com/api/report/data/{templateKey}最后修改时间: 8 个月前
责任人: 未设置
请求参数
Path 参数
templateKey
string
必需
Query 参数
voucherDate
string
可选
reset
string
是否重分类
示例值:
0
dimension
string
可选
维度,季度为QUARTER
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean | null
可选
默认值:
true
code
integer | null
可选
默认值:
200
msg
string | null
可选
data
array[object (ReportItemsDto) {16}]
可选
id
integer
必需
accountSetsId
integer
必需
templateId
integer
必需
title
string
必需
parentId
integer
必需
isBolder
boolean
必需
isFolding
boolean
必需
isClassified
boolean
必需
pos
integer
必需
formulas
array [object {4}]
必需
values
object
必需
itemType
array[string]
必需
level
integer
必需
rowNum
string
必需
editFormulas
boolean
必需
formulaValue
object
必需
示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
最后修改时间: 8 个月前