Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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