{
"categoryId": 0,
"categoryName": [
"string"
],
"code": "string",
"codeList": [
"string"
],
"containerId": "string",
"pageNum": 0,
"pageSize": 0,
"search": "string"
}
curl --location --request POST '/openservice/iot-service/video/list' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoryId": 0,
"categoryName": [
"string"
],
"code": "string",
"codeList": [
"string"
],
"containerId": "string",
"pageNum": 0,
"pageSize": 0,
"search": "string"
}'
{
"result": {
"total": 1,
"list": [
{
"id": 1730963100100275,
"code": "V1_myeyes_device_bugyanzhengqiye_1730958598100816_1011571000000_num_2",
"name": "数字通道2",
"mode": "2",
"streamType": "0",
"source": "myeyes",
"version": "myeyes",
"stream": "",
"mediaType": "HLS",
"record": "",
"containerId": "bugyanzhengqiye",
"owner": "u6000000053623382",
"categoryName": "BUG验证企业",
"modifier": "",
"lastModifier": "2024-11-08 14:00:02",
"categoryId": 1700112918100414,
"itemIds": null,
"online": false,
"alarmLevel": "四级",
"pluginid": 1730958598100816,
"tags": [],
"isProxyStream": false,
"proxyStreamType": "flv",
"channelId": null,
"rid": null,
"facility_id": 0,
"facility_name": "",
"create_at": null
}
],
"pageNum": 1,
"pageSize": 15,
"size": 1,
"startRow": 1,
"endRow": 1,
"pages": 1,
"prePage": 0,
"nextPage": 0,
"isFirstPage": true,
"isLastPage": true,
"hasPreviousPage": false,
"hasNextPage": false,
"navigatePages": 8,
"navigatepageNums": [
1
],
"navigateFirstPage": 1,
"navigateLastPage": 1
},
"msg": "ok",
"code": 200,
"success": true,
"status": 200
}