Compute Data Gap Fillers

Identify and get energy consumption records associated with the Stationary Asset Carbon Footprint object that are missing for a given period. You can fill any energy use data gaps for a stationary asset categorized as a commercial building.
Resource
/connect/sustainability/dgf/compute-datagap-fillers
Resource example
https://yourInstance.salesforce.com/services/data/v64.0/connect/sustainability/dgf/compute-datagap-fillers
Available version
55.0
Requires Chatter
No
HTTP methods
POST
Request body for POST
JSON example
{
   "recordId":"0pfRM0000004HZtYAM",
   "filters":[
      {
         "item":"FuelType",
         "value":"Diesel"
      }
   ],
   "methods":[
      "REGIONAL_BENCHMARK",
      "BUILDING_BENCHMARK",
      "MANUAL"
   ]
}
Properties
Name Type Description Required or Optional Available Version
filters Filter Input[] List of filters to filter the output records. Each filter item is a key-value pair that contains the name and its value.

Possible name is:

  • FuelType
Optional 55.0
methods String[] List of the names of different methods to retrieve data gaps.

Possible values are:

  • BUILDING_BENCHMARK
  • DAILY_AVERAGE_CURRENT_YEAR
  • DAILY_AVERAGE_LAST_YEAR
  • MANUAL
  • REGIONAL_BENCHMARK
Required 55.0
recordId String ID of the Stationary Asset Carbon Footprint object for which the associated energy consumption records with data gaps must be retrieved.

Ensure that the Stationary Asset Carbon Footprint object has a valid start date and end date.

Required 55.0
Response body for POST
Sustainability Data Gap Filler Output