This function is used to retrieve paged welding processing records for a specific machine within a specified time range.
① Processing-related information
{ "cardId": "123456789100", "startTime": "2023-05-01 00:00:00", "endTime": "2023-05-17 15:00:00", "pageNumber":0, "pageSize":30, "timeDesc": true }
curl --location --request POST 'https://mcs-gateway.fscut.com/api/statistics/work_logs/v2' \ --header 'zoneId: America/Chicago' \ --header 'Content-Type: application/json' \ --data-raw '{ "cardId": "123456789100", "startTime": "2023-05-01 00:00:00", "endTime": "2023-05-17 15:00:00", "pageNumber":0, "pageSize":30, "timeDesc": true }'
{ "status": 0, "msg": "ok", "data": { "list": [ { "fileName": "C:\\Users\\fscut\\Desktop\\text.ifc", "startTime": "2024-07-01 00:00:00", "endTime": "2024-07-01 01:00:00", "syncTime": "2024-07-01 01:00:00", "endState": 2, "ifcName": "test", "workTime": 79.85, "weldingTime": 240.94, "verticalWeldingTime": 240.94, "flatWeldingTime": 240.94, "totalWeldingLength": 240.94, "verticalWeldingLength": 240.94, "flatWeldingLength": 240.94, "weldPassCount": 3, "weldPassDone": 0 } ], "meta": { "total": 174, "syncTime": 1683620551000 } } }