DemandResponseCampaignParticipantType
Type representing the fields in the model representing a customer's results for the latest demand response campaign.
Fields
The average percentage difference across all demand response days.
The end date of this campaign.
The campaign that the participant belongs to.
The start date of this campaign.
Fetch a list of each demand response date the customer participated in.
A participant is eligible for events if they have been more than a few days on supply.
Whether the participant is opted in to email communications.
Whether the participant is opted in to future events.
Whether the participant is opted in to line communications.
Get the number of entries the participant has for the next prize draw.
The timestamp when the account opted in for this campaign.
Signed up supply point identification number.
The number of demand response event days where a customer achieved the target.
Get the campaign tips and whether they've been completed by the participant.
The total CO2 that a customer saved or increased due to their consumption change.
The total in kWh that a customer's consumption changed by participating in the latest campaign.
The total CO2 that a customer saved converted into trees.
Example
{
"averagePercentageDifference": 351.75,
"campaignEnd": "2014-09-01T21:28:31.291211+00:00",
"campaignName": "either-I-pass-significant-party",
"campaignStart": "2022-07-30T19:33:18.883284+00:00",
"demandResponseDailyResults": [DemandResponseDailyResultType],
"isEligibleForEvents": true,
"isOptedIntoEmails": true,
"isOptedIntoEvents": true,
"isOptedIntoLine": true,
"numberOfEntries": 56,
"optedInAt": "1982-08-16T03:46:20.981911+00:00",
"spin": "line-get-executive-ahead-organization",
"successfulDaysCount": 7,
"tips": {"key": "value"},
"totalDiffCarbon": 175.79,
"totalDiffKwh": 772.28,
"totalTreesSaved": 791.68
}