{
"hasMore": false,
"order": "ASC",
"sort": "string",
"pageNumber": 1,
"pageSize": 10,
"id": {
"mostSigBits": 0,
"leastSigBits": 0
},
"name": "string",
"isEnable": true,
"description": "string",
"category": "ANALYSIS",
"useScene": "TRANSLATE"
}
curl --location --request POST 'http://172.20.238.8:48806/plugins/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"hasMore": false,
"order": "ASC",
"sort": "string",
"pageNumber": 1,
"pageSize": 10,
"id": {
"mostSigBits": 0,
"leastSigBits": 0
},
"name": "string",
"isEnable": true,
"description": "string",
"category": "ANALYSIS",
"useScene": "TRANSLATE"
}'
{
"records": [
{
"id": {
"mostSigBits": 0,
"leastSigBits": 0,
"leastSignificantBits": 0,
"mostSignificantBits": 0
},
"name": "",
"tenantId": 0,
"userId": 0,
"icon": {},
"description": {},
"category": "",
"is_enable": false,
"isDeleted": false,
"createdAt": "",
"createdBy": 0,
"updatedAt": "",
"updatedBy": 0,
"versionName": {},
"version_num": {},
"pluginVersionsId": {
"mostSigBits": 0,
"leastSigBits": 0,
"leastSignificantBits": 0,
"mostSignificantBits": 0
},
"urlPath": {},
"avgScore": {},
"sumDownload": {},
"useScene": "",
"forceUpdateFlag": false
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}