获取特定报告属性值接口
更新时间: 2024-05-08 05:53:42
阅读 99
获取特定报告某个属性的属性值,需要对应报告的编辑权限
基本信息:
属性 | 值 |
---|---|
API | /api/dash/reportAttribute/getReportAttributeValue |
Method | GET |
请求参数:
字段名称 | 参数类型 | 参数说明 |
---|---|---|
token | String | token |
reportId | Int | 报告ID,可以唯一确定一个报告 |
样例输入
{
"token": "1503575355359c4fdea8ec1683ed10edd91ae",
"reportId": 7289,
}
返回:
{
"code": 200,
"result": [
{
"id": 5,
"name": "日期时间属性",
"type": "dateTime",
"value": "2021-09-13T02:21:41.000Z",
"creatorId": 11111,
"creatorName": "有小数",
"modifierId": 11111,
"modifierName": "有小数",
"createTime": "2021-08-26 20:12:26",
"modifyTime": "2021-09-09 15:50:31"
},
{
"id": 4,
"value": {
"id": 11114,
"nick": "郭朝彤gztgzht",
"uniqueId": "guochaotong@corp.netease.com",
"email": "guochaotong@corp.netease.com",
"department": null
},
"name": "用户属性",
"type": "user",
"creatorId": 11111,
"creatorName": "有小数",
"modifierId": 11111,
"modifierName": "有小数",
"createTime": "2021-08-26 20:12:26",
"modifyTime": "2021-09-09 15:50:31"
},
{
"id": 37,
"value": "2",
"name": "字符串类型",
"type": "string",
"creatorId": 11111,
"creatorName": "有小数",
"modifierId": 11111,
"modifierName": "有小数",
"createTime": "2021-08-26 20:12:26",
"modifyTime": "2021-09-09 15:50:31"
}
],
"logPath": "http://127.0.0.1:8009/operation/log/aEc6GpmpKU7N46V9gyweYj"
}
文档反馈
以上内容对您是否有帮助?