Record Aggregation DPE Definition Generation (POST)

Generate a Data Processing Engine (DPE) definition for the record aggregation definitions that you have configured. Run the DPE definition to aggregate records.

Generate a DPE definition for a record aggregation definition or for all the record aggregation definitions that you have configured.

After you generate a DPE definition, if you configure a new record aggregation definition, generate a DPE definition for all your record aggregation definitions. If you generate a DPE definition for only the new record aggregation definition, the request overwrites the definition that you generated before and doesn’t append to it.

The DPE definition is generated subject to the Data Processing Engine limits.

Resource
/connect/record-aggregation/dpe-generation
Resource example
https://yourInstance.salesforce.com/services/data/v63.0/connect/record-aggregation/dpe-generation
Available version
59.0
Requires Chatter
No
HTTP methods
POST
Request body for POST
JSON example
{   
   "definitionId": "ALL"
}
Properties
Name Type Description Required or Optional Available Version
definitionId String

ID of a record aggregation definition component.

To generate a Data Processing Engine definition for all the active record aggregation definition components, specify ALL.

Required 59.0
Response body for POST
Data Processing Engine Definition List Output