- README
- Update Record
- token
- customer
- device
- fence
- push
- video
- alarm
- audio
- gallery
- fleet
- gps
- Protocol AnalysisPOST
getNodes
Singapore
Singapore
POST
/v2/openapi/video/nodes
Request
Header Params
Authorization
string
required
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/video/nodes' \
--header 'Authorization;'
Responses
🟢200Success
application/json
Body
code
integer | null
optional
data
object (ApiVideoNodesVO)
optional
liveNodes
array[object (ApiNodesVO) {4}] | null
optional
talkNodes
array[object (ApiNodesVO) {4}] | null
optional
replayNodes
array[object (ApiNodesVO) {4}] | null
optional
msg
string | null
optional
Example
{
"code": 0,
"data": {
"liveNodes": [
{
"default": false,
"nodeName": "",
"nodeValue": "",
"nodeOrder": ""
}
],
"talkNodes": [
{
"default": false,
"nodeName": "",
"nodeValue": "",
"nodeOrder": ""
}
],
"replayNodes": [
{
"default": false,
"nodeName": "",
"nodeValue": "",
"nodeOrder": ""
}
]
},
"msg": ""
}
Modified at 2025-03-05 07:44:27