get
https://api.genability.com/rest/v1/incentives/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve one solar incentive by incentiveId.
Use this endpoint when you already have an incentive ID from Get Solar Incentives and need the full incentive record, including optional applicabilities or source documents.
Solar incentive data requires special permissions and is available only under specific circumstances for Enterprise customers using Switch.
Resource URI
GET /rest/v1/incentives/{incentiveId}Path parameters
| Parameter | Type | Description |
|---|---|---|
incentiveId | String | Arcadia ID for the incentive. Required. |
Query parameters
| Parameter | Type | Description |
|---|---|---|
populateDetails | Boolean | When true, includes applicability details. Optional. |
populateDocuments | Boolean | When true, includes links to relevant incentive documents. Optional. |
For the full incentive data model and detailed examples, see Solar Incentives.
Example
GET /rest/v1/incentives/3163702?populateDetails=trueA successful response returns a standard response payload with type set to Incentive and one incentive in the results array.
