{
"current": 0,
"pageSize": 0,
"appId": 0,
"isEnabled": "string"
}
curl --location --request POST '/v4/gateway/acc.configuration.items' \
--header 'Authorization;' \
--header 'Appkey;' \
--header 'Access-Token-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"pageSize": 0,
"appId": 0,
"isEnabled": "string"
}'
{
"data": {
"current": 0,
"pageSize": 0,
"total": 0,
"list": [
{
"id": 0,
"configName": "string",
"configKey": "string",
"configValue": "string",
"isEnabled": "string",
"appId": 0,
"module": "string",
"remark": "string",
"readonly": "string",
"updatedTime": 0
}
]
},
"success": true,
"message": "string",
"code": 0
}