curl --location --request GET 'http://127.0.0.1/project//kpi/list'
{
"_embedded": [
{
"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"
}
],
"code": 0,
"message": "string",
"timestamp": "string"
}