- README
- Update Record
- token
- customer
- device
- fence
- push
- video
- alarm
- audio
- gallery
- fleet
- gps
- Protocol AnalysisPOST
alarmTypeList
Singapore
Singapore
POST
/v2/openapi/alarm/type/list
Request
Header Params
Authorization
string
required
Body Params application/json
object {0}
Example
{}
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/type/list' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
🟢200Success
application/json
Body
code
integer | null
optional
data
array[object (ApiAlarmTypeVO) {2}] | null
optional
alarmType
string | null
optional
alarmName
string | null
optional
msg
string | null
optional
Example
{
"code": 0,
"data": [
{
"alarmType": "",
"alarmName": ""
}
],
"msg": ""
}
Modified at 2025-03-27 02:10:44