Interface Address
https://api.example.com/omstation/gb28181/getDeviceChannelList
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
- lang: zh / en
Request Parameters
Parameter Example
{
"deviceId":"34020000001110000002"
}
Parameter Description
Field | Type | Description | Required |
---|---|---|---|
deviceId | String | Device ID | Y |
Return Result
Result Example
{
"code": 200,
"message": "Operation succeeded",
"data": [
{
"deviceId": "34020000001110000002",
"id": "34020000001310000002",
"name": "IP PTZ Camera",
"parent": false
},
{
"deviceId": "34020000001110000002",
"id": "34020000001310000001",
"name": "IPC",
"parent": false
}
]
}
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 Description
Field | Type | Description |
---|---|---|
deviceId | String | Device number |
id | String | Channel ID |
name | String | Channel name |
文档更新时间: 2025-07-23 11:33 作者:admin