Interface Address
https://api.example.com/omstation/gb28181/getDeviceList
During the development process, please replace api.example.com with the domain name or IP address of your own server.
Request Method
- Post
Request Headers
- Content-Type: application/json
- token: A334853698EF49DC98A1C8BA65149351
Request Parameters
Parameter Example
null
Return Result
Result Example
{
"code": 200,
"message": "Operation succeeded",
"data": [
{
"deviceId": "34020000001110000003",
"channelCount": 1,
"manufacturer": "Hmjy",
"name": "Test",
"firmware": "LIO-AN004.2.0.120(SP1C00E100R5P4)",
"hostAddress": "116.30.122.147:5060",
"model": "hmjy",
"streamMode": "TCP-PASSIVE",
"streamModeForParam": 1,
"onLine": false,
"stationId": null,
"stationName": null
},
{
"deviceId": "34020000001110000002",
"channelCount": 2,
"manufacturer": "Dahua",
"name": "ECTS Security",
"firmware": "4.003.0000000.1.R,2024-02-23",
"hostAddress": "116.30.120.42:6006",
"model": "DH-NVR5208-4KS3/I",
"streamMode": "TCP-PASSIVE",
"streamModeForParam": 1,
"onLine": true,
"stationId": "SG230101001",
"stationName": "Haigu New Cabinet (Do Not Delete)"
},
{
"deviceId": "34020000001110000001",
"channelCount": 2,
"manufacturer": "HIKVISION",
"name": "Test Intelligent Operation Management Station Security",
"firmware": "V4.76.015",
"hostAddress": "116.30.120.42:6001",
"model": "DS-7804N-Q1/4P",
"streamMode": "TCP-PASSIVE",
"streamModeForParam": 1,
"onLine": true,
"stationId": null,
"stationName": null
}
]
}
Result Description
Field | Type | Description |
---|---|---|
code | int | Status code; see “Status Code Description” for details |
message | String | Request status description |
data | object | Return result content |
Data (List Item) Description
Field | Type | Description |
---|---|---|
deviceId | String | Device number |
channelCount | String | Number of channels |
manufacturer | String | Manufacturer of the security camera |
name | String | Name of the security camera |
firmware | String | Firmware version |
hostAddress | String | Camera IP address |
model | String | Camera model |
streamMode | String | Stream mode |
onLine | boolean | Whether the camera is online |
stationId | String | Operation management cabinet ID |
stationName | String | Operation management cabinet name |
文档更新时间: 2025-07-23 11:44 作者:admin