Program Individual Applications Response

Review aggregate and detailed program application results returned by the GET program applications endpoint.
JSON example
1{
2  "aggregateByStatus": [
3    {
4      "status": "Submitted",
5      "value": 12
6    }
7  ],
8  "applications": [
9    {
10      "id": "a3Qxx0000001XYZEA2",
11      "applicationName": "Home EV Charger Rebate",
12      "status": "Submitted"
13    }
14  ],
15  "totalCount": 12
16}
Properties
Property Name Type Description Required or Optional Available Version
aggregateByStatus Individual Application Status Details[] Count of applications grouped by status. Optional 60.0
applications Individual Application Response[] Detailed list of individual applications. Optional 60.0
totalCount Integer Total number of applications that match the query. Optional 60.0