Get BKG Detailed Information
| Description |
|---|
| general: Basic information |
| deviceId: Device ID |
| bkgId: BKG ID |
| name: BKG name |
| data: Image search result |
| image: Image data |
| thumbnailData: Tumbnail data |
Request
Body Params application/json
{
"body": {
"deviceId": 0,
"bkgId": 0
},
"sign": "MjI0OGYzMGQwMjhlMmI4YTNmMjM2MjE3MjYzYTFkODg=",
"pId": "1",
"timeStamp": "1631949094265"
}
Request Code Samples
curl --location --request POST '/open/api/bkg/readDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"deviceId": 0,
"bkgId": 0
},
"sign": "MjI0OGYzMGQwMjhlMmI4YTNmMjM2MjE3MjYzYTFkODg=",
"pId": "1",
"timeStamp": "1631949094265"
}'
Responses
application/json {
"body": {
"bkgId": 0,
"data": {
"image": {
"createTime": "1759045134.549195",
"fileLength": 0,
"fileName": "./data/BKGImage/17590451345451.jpg",
"hashSum": 22015,
"height": 1080,
"imgUrl": "/data/BKGImage/17590451345451.jpg",
"width": 1920
}
},
"deviceId": 0,
"general": {
"name": "BKG-1"
},
"thumbnailData": {
"bkgId": 0,
"deviceId": 0,
"image": {
"fileLength": 0,
"fileName": "/usr/Hseries/bin/web/H_9U/H_9U/static/thumbnail/17590451345451_thumbnail.jpg",
"hashSum": 22015,
"height": 0,
"imgUrl": "thumbnail/17590451345451_thumbnail.jpg",
"width": 0
}
}
},
"msg": "",
"sign": "",
"status": 0
}
Modified at 2025-10-23 10:26:02