- 设备及系统服务
- area-controller
- 客户与图纸关系
- 客户管理
- 设备型号
- 设备型号-故障代码
- 设备型号-参数
- 设备型号-参数分组(可视化分组)
- 设备类型
- 设备类型-故障代码
- 设备类型-参数
- 文件(知识库)
- 图纸通讯信息配置
- 项目管理
- 项目看板
- 客户化配置
- 默认指标
- 标签接口
- 计量单位
- oss-file-controller
- 参数手册
- 告警服务
- alarm-strategy-controller
- 数据分析服务
- device-error-record-controller
- 用户中心服务
- app-controller
- user-controller
- dept-controller
- language-controller
- menu-controller
- mobile-language-controller
- mobile-user-controller
- pos-controller
- role-controller
- tenant-controller
- 售后维保服务
- 设备数据服务
- 消息日志服务
获取客户信息
GET
/customer/info/{id}
客户管理
请求参数
Path 参数
id
string
id
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1/customer/info/'
返回响应
🟢200OK
application/json
Body
_embedded
object (BaseEntity)
公用对象
calculateUnit
string
计量单位
示例值:
千瓦
createBy
string
创建人
createTime
string
创建时间
dataType
integer <int32>
数据类型
示例值:
bool
formula
string
公式
示例值:
AVG()
icon
string
图标
id
string
id
kpiCode
string
指标编码
kpiName
string
指标名称
kpiType
integer <int32>
指标类型
示例值:
0
kpiTypeName
string
可选
tenant
string
租户
示例值:
123
updateBy
string
更新人
updateTime
string
更新时间
code
integer <int32>
可选
message
string
可选
timestamp
string
可选
示例
{
"_embedded": {
"calculateUnit": "千瓦",
"createBy": "string",
"createTime": "string",
"dataType": "bool",
"formula": "AVG()",
"icon": "string",
"id": "string",
"kpiCode": "string",
"kpiName": "string",
"kpiType": 0,
"kpiTypeName": "string",
"tenant": 123,
"updateBy": "string",
"updateTime": "string"
},
"code": 0,
"message": "string",
"timestamp": "string"
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2022-06-20 08:28:11