Obtain a list of all product information
Request Code Samples
curl --location '/system/product/all' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJ0a0J1VFJvZVhuWG1SRU9Wd0tBM0w1QTdxQ1RqUEFOayIsImNsaWVudGlkIjoiZTVjZDdlNDg5MWJmOTVkMWQxOTIwNmNlMjRhN2IzMmUiLCJ0ZW5hbnRJZCI6IjAwMDAwMCIsInVzZXJJZCI6MSwiZGVwdElkIjoxMDN9.H9xMLtZUW_mS78ir2mTS6EyXYFTIJvzUM1hqFXr-23E' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e'
Responses
application/json
{
"code": 0,
"msg": "string",
"data": [
{
"productId": 0,
"productName": "string",
"productCode": "string",
"productModel": "string",
"productType": 0,
"productTypeStr": "string",
"isModel": 0,
"productImg": "string",
"productDesc": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"parserValue": "string",
"imgByte": "string",
"lables": "string",
"tenantId": "string",
"productBatteryType": 0
}
],
"tran": true
}
Modified at 2026-04-08 01:39:56