# Equipment Data Public API
TIP
Resources API should supply the Authorization parameter in the Header when making the request to ensure that right data are being returned.
# Authorization
Parameter | Type | Required | Value |
---|---|---|---|
Authorization | String | Yes | Bearer {Access Token} |
# 1.Machine List
Request Parameter
Parameter | Type | Required | Description |
---|---|---|---|
None | None | None | None |
Example
{
"total": 10,
"rows": [
{
"serialNumber": "CLG913FCCNE70XXXXX",
"productName": "productName",
"equipmentModel": "F-Excavator",
"modeName": "LiuGong",
"unitInstallDateTime": "2022-08-21T06:50:23.000+08:00",
"telematicsHardwareIDNum": "TboxId",
"telematicsHardwareModel": "LEC014",
"telematicsHardwareMake": "Liugong",
"telematicsNetworkTypes": "3G",
"onlineStatus": "1" //onlineStatus(0:on; 1:off; 3:Charging)
},
...
],
"code": 200
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
POST Get machine list
https://ilinkopenapi.liugong.com/service/open/OpenOutImp/devList
# 2.Equipment Data
Request Parameter
Parameter | Type | Required | Description |
---|---|---|---|
deviceList | Array<String> | Yes | Machine SN,input one or more |
Example
{
"total": 10,
"rows":[
{
"serialNumber": "CLG913FCCNE70XXXXX",
"productName": "productName",
"equipmentModel": "F-Excavator",
"modeName": "LiuGong",
"unitInstallDateTime": "2022-08-21T06:50:23.000+08:00",
"telematicsHardwareIDNum": "TboxId",
"telematicsHardwareModel": "LEC014",
"telematicsHardwareMake": "Liugong",
"telematicsNetworkTypes": "3G",
"onlineStatus": "1", //onlineStatus(0:on; 1:off; 3:Charging)
},
...
],
"code": 200
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
POST Get equipment data
https://ilinkopenapi.liugong.com/service/open/OpenOutImp/devSn
# 3.Equipment Dailyreport Data
Request Parameter
Parameter | Type | Required | Description |
---|---|---|---|
deviceList | Array<String> | no | The parameter SN does not support multiple queries, only one SN can be entered. |
startTime | Long | Yes | start time, millisecond timestamp |
endTime | Long | Yes | end time, millisecond timestamp |
Example
{
"msg": "success",
"code": 200,
"data": {
"total": 3,
"data": [
{
"static": {
"idleSpeedFuelConsumption": 0.0,
"meanFuelEfficiency": 9.229024943310657,
"oilConsumes": 53.5,
"jobHours": 4.7,
"avgHourOilConsumes": 11.263157894736842,
"chargeTime": 0.0,
"engineIdleTime": 0.0,
"idleTime": 0.05,
"charCapa": 0.0,
"walkingTime": 0.0,
"cumulativeWorkingHours": 22.05,
"charTimes": 0.0,
"dateFormate": "2022-08-17",
"runTime": "[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,0,0,1,1,1,1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",
"workingHours": 4.75,
"cumulativeOilConsumption": 203.5
},
"public": {
"dateTime": "1660695000000",
"overallUnitSn": "CLG922FZTNE708067",
"tboxId": "603061221",
"dateFormate": "2022-08-17"
},
"model": [
{
"totalHrs": 4.75,
"workMode": "F",
"idleHrs": 0.050000000000000044,
"jobFuel": 0.0,
"jobHrs": 4.7,
"dateFormate": "2022-08-17",
"totalFuel": 0.0,
"type": 1,
"idleFuel": 0.0,
"modeRate": 1.0
}
]
},
{
"static": {
"idleSpeedFuelConsumption": 0.0,
"meanFuelEfficiency": 9.910554561717353,
"oilConsumes": 72.5,
"jobHours": 5.65,
"avgHourOilConsumes": 12.719298245614036,
"chargeTime": 0.0,
"engineIdleTime": 0.0,
"idleTime": 0.05,
"charCapa": 0.0,
"walkingTime": 0.0,
"cumulativeWorkingHours": 27.95,
"charTimes": 0.0,
"dateFormate": "2022-08-18",
"runTime": "[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",
"workingHours": 5.7,
"cumulativeOilConsumption": 277.0
},
"public": {
"dateTime": "1660781400000",
"overallUnitSn": "CLG922FZTNE708067",
"tboxId": "603061221",
"dateFormate": "2022-08-18"
},
"model": [
{
"totalHrs": 0.09344262295081966,
"workMode": "P",
"idleHrs": 8.196721311475409E-4,
"jobFuel": 0.0,
"jobHrs": 0.09262295081967212,
"dateFormate": "2022-08-18",
"totalFuel": 0.0,
"type": 1,
"idleFuel": 0.0,
"modeRate": 0.01639344262295082
},
{
"totalHrs": 4.298360655737704,
"workMode": "P",
"idleHrs": 0.037704918032786874,
"jobFuel": 0.0,
"jobHrs": 4.260655737704917,
"dateFormate": "2022-08-18",
"totalFuel": 0.0,
"type": 1,
"idleFuel": 0.0,
"modeRate": 0.7540983606557377
},
{
"totalHrs": 1.3081967213114754,
"workMode": "F",
"idleHrs": 0.011475409836065572,
"jobFuel": 0.0,
"jobHrs": 1.2967213114754097,
"dateFormate": "2022-08-18",
"totalFuel": 0.0,
"type": 1,
"idleFuel": 0.0,
"modeRate": 0.22950819672131148
}
]
},
{
"static": {
"idleSpeedFuelConsumption": 0.0,
"meanFuelEfficiency": 10.186335403726707,
"oilConsumes": 50.0,
"jobHours": 4.1,
"avgHourOilConsumes": 12.195121951219509,
"chargeTime": 0.0,
"engineIdleTime": 0.0,
"idleTime": 0.0,
"charCapa": 0.0,
"walkingTime": 0.0,
"cumulativeWorkingHours": 32.2,
"charTimes": 0.0,
"dateFormate": "2022-08-19",
"runTime": "[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,1,1,1,0,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]",
"workingHours": 4.1,
"cumulativeOilConsumption": 328.0
},
"public": {
"dateTime": "1660867800000",
"overallUnitSn": "CLG922FZTNE708067",
"tboxId": "603061221",
"dateFormate": "2022-08-19"
},
"model": [
{
"totalHrs": 3.5409090909090923,
"workMode": "P",
"idleHrs": 0.0,
"jobFuel": 0.0,
"jobHrs": 3.5409090909090923,
"dateFormate": "2022-08-19",
"totalFuel": 0.0,
"type": 1,
"idleFuel": 0.0,
"modeRate": 0.8636363636363636
},
{
"totalHrs": 0.09318181818181821,
"workMode": "F",
"idleHrs": 0.0,
"jobFuel": 0.0,
"jobHrs": 0.09318181818181821,
"dateFormate": "2022-08-19",
"totalFuel": 0.0,
"type": 1,
"idleFuel": 0.0,
"modeRate": 0.022727272727272728
},
{
"totalHrs": 0.2795454545454546,
"workMode": "F",
"idleHrs": 0.0,
"jobFuel": 0.0,
"jobHrs": 0.2795454545454546,
"dateFormate": "2022-08-19",
"totalFuel": 0.0,
"type": 1,
"idleFuel": 0.0,
"modeRate": 0.06818181818181818
},
{
"totalHrs": 0.18636363636363643,
"workMode": "P",
"idleHrs": 0.0,
"jobFuel": 0.0,
"jobHrs": 0.18636363636363643,
"dateFormate": "2022-08-19",
"totalFuel": 0.0,
"type": 1,
"idleFuel": 0.0,
"modeRate": 0.045454545454545456
}
]
}
]
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
POST GET equipment dailyreport data
https://ilinkopenapi.liugong.com/service/open/v2/getDailyData