curl --location --request GET 'http://127.0.0.1/project//kpi/page?page=&size='
{
"_embedded": {
"current": 0,
"pages": 0,
"records": [
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"kpiCode": "string",
"kpiId": "string",
"kpiName": "string",
"kpiType": 0,
"projectId": "string",
"selected": true,
"unit": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"size": 0,
"total": 0
},
"code": 0,
"message": "string",
"timestamp": "string"
}