Authorization: ********************{
"alarmId": "string"
}curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/alarm/file/id' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"alarmId": "string"
}'{
"code": 0,
"data": [
{
"alarmId": "",
"alarmType": "",
"deviceName": "",
"deviceId": "",
"alarmTime": "",
"fileUrl": "",
"fileType": "",
"fileSize": 0.0
}
],
"msg": ""
}