Authorization: Bearer ********************
{
"PageNo":1,
"PageSize":10,
"DataForwardingId":678495231343067205,
"CraneId":null,
"SearchValue":""
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/project/api/dataforwarding/event/pagelist' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"PageNo":1,
"PageSize":10,
"DataForwardingId":678495231343067205,
"CraneId":null,
"SearchValue":""
}'
{
"statusCode": 200,
"data": {
"pageNo": 1,
"pageSize": 10,
"totalPage": 1,
"totalRows": 1,
"rows": [
{
"id": "678487900446262248",
"eventName": "主起升机构故障",
"eventType": "SIO0991",
"eventCode": "S64987",
"craneId": "574835136986612037",
"craneName": "西区船台15060"
}
]
},
"errorMessage": "",
"mD5": "56f981f4ef85db3fab43ee978c5c7017",
"isSuccess": true,
"timestamp": "1743932862"
}