curl --location --request GET '/api/account-sets?companyName=&page=1&pageSize=20&showStop=false' \
--header 'F-API-KEY: <api-key>'{
"success": true,
"code": 200,
"msg": "",
"data": {
"pageSize": 20,
"size": 20,
"page": 1,
"totalPage": 1,
"total": 14,
"results": [
{
"id": "795018016289985987",
"companyName": "演示数据",
"enableDate": "2025-11-01",
"creditCode": "001",
"accountStandard": "BUSINESS",
"vatType": "SMALL_SCALE",
"cashierModule": true,
"fixedAssetModule": true,
"voucherReviewed": true,
"createDate": "2025-12-26 19:57:45",
"creatorId": "440621412852432897",
"creatorName": "夏悸",
"roleName": "账套管理员",
"currentAccountDate": "2025-11-01",
"encoding": [
4,
2,
2,
3,
2
],
"subjectCategory": [
"ASSET",
"COMMON",
"LIABILITY",
"RIGHTS",
"COST",
"INCOME"
],
"journal": true,
"assets": true,
"enabled": true,
"astId": "432597845674037251",
"imported": false,
"vcfEqCheck": "CHECK",
"taxation": ""
}
],
"first": false,
"last": true
}
}