- README
- Update Record
- token
- customer
- device
- fence
- push
- video
- alarm
- audio
- gallery
- fleet
- gps
- Protocol AnalysisPOST
alarmFileByAlarmId
Singapore
Singapore
POST
/v2/openapi/alarm/file/id
Request
Header Params
Authorization
string
required
Body Params application/json
alarmId
string | null
required
Example
{
"alarmId": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mettahub.mettaxiot.com/gps/v2/openapi/alarm/file/id' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"alarmId": "string"
}'
Responses
🟢200Success
application/json
Body
code
integer | null
optional
data
array[object (ApiAlarmFileVO) {8}] | null
optional
alarmId
string |