文档
测试

查找能耗分项

GET
http://192.168.1.88:8080/api/data_dictionary_configuration/

请求头

参数名
类型
描述
必填
Authorization
string
jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VybmFtZSI6ImFkbWluIiwiZXhwIjoxNTk5MDE3MTQ0LCJlbWFpbCI6IiJ9.b7ck_L64UqV-e31vjouT4rsSKxnTiqeWBBWAQfu8Mgg
必填

请求参数

参数名
类型
描述
必填
device_type
int
示例:11
必填

响应参数

参数名
类型
描述
必填
current_page
int
示例:1
必填
next
object
示例:null
必填
count
int
示例:1
必填
results
array
数据列表
必填
id
int
示例:53
必填
parameter_id
string
示例:id
必填
parameter_name
string
示例:mc
必填
symbol
string
示例:fh
必填
unit
string
示例:dw
必填
device_type_name
string
示例:再生能源
必填
device_type_id
int
示例:11
必填
is_cumulative
boolean
示例:true
必填
is_show
boolean
示例:false
必填
previous
object
示例:null
必填
size
int
示例:10
必填
pages
int
示例:1
必填

说明 / 示例

# ****以下是响应内容示例**** { "current_page": 1, "next": null, "count": 1, "results": [ { "id": 53, "parameter_id": "id", "parameter_name": "mc", "symbol": "fh", "unit": "dw", "device_type_name": "再生能源", "device_type_id": 11, "is_cumulative": true, "is_show": false } ], "previous": null, "size": 10, "pages": 1 }