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.

Programs Response

Review the response payload that returns the list of programs and each program's related application status details.
JSON example
1{
2  "programs": [
3    {
4      "programId": "a1Bxx0000008abcEAA",
5      "name": "Residential Heat Pump Rebate",
6      "applicationStatus": "Submitted"
7    }
8  ]
9}
Properties
Property Name Type Description Required or Optional Available Version
programs Program Details[] Collection of programs with summary details and application status information. Optional 60.0