Authorization: Bearer ********************
curl --location -g --request GET '/personnelRoster/rewardProject/report?records[0].rosterProjectId&records[0].rosterId&records[0].effectiveDate&rosterProjectId=&rosterId=&effectiveDate=2025-06&warrantyBondDistribution=' \
--header 'Authorization: Bearer <token>'
{
"records": {
"records": [
{
"effectiveDate": "",
"rosterProjectCode": "",
"rosterProjectName": "",
"rosterFullName": "",
"warrantyBond": 0.0,
"warrantyBondDistribution": "",
"remarks": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false,
"countId": "",
"maxLimit": 0
},
"warrantyBond": 0.0
}