curl --location --request GET '/api/v1/devicesconfig?start=0&limit=50&q' \
--header 'Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NDU5ODMxOTIsInB3IjoiZGNiY2JhOGQyYTVjMzlkNWJiNGQ2N2E4ZDZlODZiOGMiLCJ0bSI6MTc0NTM3ODM5MiwidW4iOiJlYXN5Y3ZyIn0.mFo8WKd9jLLRkKr4-fQj1C8Qn5uMDzYDCcdfyl6IrN0'
{
"EasyDarwin": {
"Header": {
"CSeq": "1",
"Version": "v1",
"MessageType": "MSG_SC_SERVER_GET_DEVICES_ACK",
"ErrorNum": "200",
"ErrorString": "Success OK"
},
"Body": {
"DeviceCount": 1,
"Devices": [
{
"AlarmSubscribe": false,
"CatalogSubscribe": false,
"DeviceID": 1,
"DeviceIp": "",
"DeviceName": "111",
"DevicePort": 554,
"DeviceType": "ipc",
"DeviceUserName": "",
"DeviceUserPW": "",
"DropChannelType": "",
"EhomeDeviceID": "",
"Enable": true,
"GBPassWord": "",
"GatApeID": "",
"GatCapDirection": 0,
"GatCurrentCount": 0,
"GatFunctionType": "",
"GatHeartbeatAt": 0,
"GatIPV6Addr": "",
"GatMaxCount": 0,
"GatModel": "",
"GatMonitorAreaDesc": "",
"GatMonitorDirection": "",
"GatOrgCode": "",
"GatOwnerID": "",
"GatPassword": "",
"GatPlace": "",
"GatPlaceCode": "",
"GatPositionType": "",
"GatRegisteredAt": 0,
"GatUserId": "",
"GbDeviceID": "",
"JTAuthCode": "",
"Latitude": 0,
"Longitude": 0,
"Manufacturer": " ",
"MediaTransportMode": "passive",
"Misc": "",
"Online": 1,
"OrgID": "",
"PositionSubscribe": false,
"SDKVersion": "",
"ServerID": "EasyCVR_NODE_01",
"SmsHost": "",
"Transport": "TCP",
"channelNums": 1,
"clusterName": "-",
"clusterOnline": false,
"onlineChannelNums": 1
}
],
"TotalCount": 1
}
}
}