@salesforce/lds-adapters-industries-recordaggregation 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-recordaggregation.js +3999 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteRecordAggregationDefinition.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/getBulkRecordRollupDefinitionDetails.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordAggregationApplicableObjects.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordAggregationDefinition.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecordAggregationEntityApplicableFields.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/patchRecordAggregationDefinition.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/performBulkRecordRollupSyncExecution.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/postGenerateRecordRollupResult.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/postRecordAggregationCreation.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/putRecordAggregationDefinition.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +10 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectRecordAggregationByRecordAggregationDefinitionId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectRecordAggregationByRecordAggregationDefinitionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectRecordAggregationUtilitiesApplicableObjects.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectRecordAggregationUtilitiesApplicableObjectsApplicableFieldsByObjectName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectRecordAggregationByRecordAggregationDefinitionId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectRecordAggregation.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectRecordAggregationBulkRecordRollupDetails.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectRecordAggregationBulkRecordRollupSyncExecution.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectRecordAggregationRecordRollupResultsByRecordAggregationDefinitionId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectRecordAggregationByRecordAggregationDefinitionId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/types/BulkRecordRollupDefinitionDetailsInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/BulkRecordRollupDefinitionDetailsOutputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/BulkRecordRollupSyncExecutionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/BulkRecordRollupSyncExecutionOutputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/RADFieldFilterOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/RADJoinFieldOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RADNodeFilterOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/RADNodeObjectOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RADNodeOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/RADOutputRepresentation.d.ts +68 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationApplicableFieldOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationApplicableObjectOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationApplicableObjectsOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationAssociatedObjectInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationCreationInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationCreationOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationDefinitionInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationDefinitionPartialUpdateInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationDefinitionPartialUpdateOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationEntityApplicableFieldsOutputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationFilterInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationFilterRowInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationJoinInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationNodeInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationUpdationInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationUpdationOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/RecordRollupDefinitionDetailsErrorOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RecordRollupDefinitionDetailsOutputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/RecordRollupDefinitionLastUpdatedDetailsOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecordRollupResultColumnOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/RecordRollupResultInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RecordRollupResultLastUpdatedDetailsOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecordRollupResultOutputRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/RecordRollupResultRowOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/RecordRollupSyncExecutionErrorOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RecordRollupSyncExecutionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RecordRollupSyncExecutionOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +4121 -0
- package/src/raml/api.raml +824 -0
- package/src/raml/luvio.raml +78 -0
|
@@ -0,0 +1,824 @@
|
|
|
1
|
+
#%RAML 1.0
|
|
2
|
+
securedBy:
|
|
3
|
+
- OAuth2
|
|
4
|
+
title: Salesforce Connect API
|
|
5
|
+
version: '61.0'
|
|
6
|
+
mediaType: application/json
|
|
7
|
+
protocols:
|
|
8
|
+
- https
|
|
9
|
+
baseUri: /services/data/v66.0
|
|
10
|
+
securitySchemes:
|
|
11
|
+
OAuth2:
|
|
12
|
+
type: OAuth 2.0
|
|
13
|
+
settings:
|
|
14
|
+
authorizationUri: https://example.com/oauth/authorize
|
|
15
|
+
accessTokenUri: ''
|
|
16
|
+
authorizationGrants:
|
|
17
|
+
- implicit
|
|
18
|
+
annotationTypes:
|
|
19
|
+
oas-readOnly:
|
|
20
|
+
type: boolean
|
|
21
|
+
allowedTargets: TypeDeclaration
|
|
22
|
+
oas-collectionFormat:
|
|
23
|
+
type: string
|
|
24
|
+
oas-body-name:
|
|
25
|
+
type: string
|
|
26
|
+
allowedTargets: TypeDeclaration
|
|
27
|
+
types:
|
|
28
|
+
RADFieldFilterOutputRepresentation:
|
|
29
|
+
description: Represents output for a single filter condition applied on a field.
|
|
30
|
+
type: object
|
|
31
|
+
properties:
|
|
32
|
+
fieldApiName:
|
|
33
|
+
description: API name of the field used in the filter condition.
|
|
34
|
+
type: string
|
|
35
|
+
fieldLabel:
|
|
36
|
+
description: Display label of the field used in the filter condition.
|
|
37
|
+
type: string
|
|
38
|
+
operator:
|
|
39
|
+
description: Logical operator used in the filter condition.
|
|
40
|
+
type: string
|
|
41
|
+
operatorLabel:
|
|
42
|
+
description: Display name of the logical operator used in the filter condition.
|
|
43
|
+
type: string
|
|
44
|
+
recordId:
|
|
45
|
+
description: ID of the filter condition.
|
|
46
|
+
type: string
|
|
47
|
+
sequence:
|
|
48
|
+
description: Indicates the order in which the filter conditions are applied to filter records of the specified object.
|
|
49
|
+
type: integer
|
|
50
|
+
value:
|
|
51
|
+
description: Filter criteria value used in the filter condition.
|
|
52
|
+
type: string
|
|
53
|
+
RADJoinFieldOutputRepresentation:
|
|
54
|
+
description: Represents join field info on a record aggregation associated object.
|
|
55
|
+
type: object
|
|
56
|
+
properties:
|
|
57
|
+
fieldApiName:
|
|
58
|
+
description: API name of the field.
|
|
59
|
+
type: string
|
|
60
|
+
fieldLabel:
|
|
61
|
+
description: Label of the field..
|
|
62
|
+
type: string
|
|
63
|
+
RADNodeFilterOutputRepresentation:
|
|
64
|
+
description: Represents all filter logic applied on the record aggregation associated object
|
|
65
|
+
type: object
|
|
66
|
+
properties:
|
|
67
|
+
filterConditions:
|
|
68
|
+
description: List of filter conditions containing details such as fields, operators, and filtering values.
|
|
69
|
+
type: array
|
|
70
|
+
required: false
|
|
71
|
+
items:
|
|
72
|
+
type: RADFieldFilterOutputRepresentation
|
|
73
|
+
filterCriteria:
|
|
74
|
+
description: A logical expression containing filter conditions, which is used to filter records of the specified object.
|
|
75
|
+
type: string
|
|
76
|
+
required: false
|
|
77
|
+
filterCriteriaDescription:
|
|
78
|
+
description: Brief summary that explains the filter criteria.
|
|
79
|
+
type: string
|
|
80
|
+
required: false
|
|
81
|
+
RADNodeObjectOutputRepresentation:
|
|
82
|
+
description: Represents information about the associated object on the Node.
|
|
83
|
+
type: object
|
|
84
|
+
properties:
|
|
85
|
+
apiName:
|
|
86
|
+
description: API name of the rollup object specified in the record aggregation definition.
|
|
87
|
+
type: string
|
|
88
|
+
label:
|
|
89
|
+
description: Label of the rollup object specified in the record aggregation definition.
|
|
90
|
+
type: string
|
|
91
|
+
objectId:
|
|
92
|
+
description: ID of the rollup object specified in the record aggregation definition.
|
|
93
|
+
type: string
|
|
94
|
+
RADNodeOutputRepresentation:
|
|
95
|
+
description: Represents output for a single Record Aggregation Definition
|
|
96
|
+
type: object
|
|
97
|
+
properties:
|
|
98
|
+
filterDetails:
|
|
99
|
+
description: List of filter conditions and the filter criteria that are used to filter records of the specified object.
|
|
100
|
+
type: RADNodeFilterOutputRepresentation
|
|
101
|
+
required: false
|
|
102
|
+
nextObjectJoinDetails:
|
|
103
|
+
description: Name and API name of the join field in the current object that is used to join with the next object.
|
|
104
|
+
type: RADJoinFieldOutputRepresentation
|
|
105
|
+
required: false
|
|
106
|
+
objectDetails:
|
|
107
|
+
description: Name and API name of the object used in the record aggregation definition.
|
|
108
|
+
type: RADNodeObjectOutputRepresentation
|
|
109
|
+
previousObjectJoinDetails:
|
|
110
|
+
description: Name and API name of the join field in the current object that is used to join with the preceding object.
|
|
111
|
+
type: RADJoinFieldOutputRepresentation
|
|
112
|
+
required: false
|
|
113
|
+
sequence:
|
|
114
|
+
description: Indicates the order in which the objects are specified sequentially in the record aggregation definition.
|
|
115
|
+
type: integer
|
|
116
|
+
RADOutputRepresentation:
|
|
117
|
+
description: Represents output for a single Record Aggregation Definition
|
|
118
|
+
type: object
|
|
119
|
+
properties:
|
|
120
|
+
aggregationObjects:
|
|
121
|
+
description: List of objects included in the record aggregation definition. Each item in this collection represents object details, join field details, and filters.
|
|
122
|
+
type: array
|
|
123
|
+
items:
|
|
124
|
+
type: RADNodeOutputRepresentation
|
|
125
|
+
canEditDefinition:
|
|
126
|
+
description: Indicates whether the record aggregation definition can be edited (true) or not (false).
|
|
127
|
+
type: boolean
|
|
128
|
+
description:
|
|
129
|
+
description: Description of the record aggregation definition.
|
|
130
|
+
type: string
|
|
131
|
+
required: false
|
|
132
|
+
displayName:
|
|
133
|
+
description: Display name of the record aggregation definition.
|
|
134
|
+
type: string
|
|
135
|
+
message:
|
|
136
|
+
description: The message returned in the response.
|
|
137
|
+
type: string
|
|
138
|
+
status:
|
|
139
|
+
description: Status of the record aggregation definition.
|
|
140
|
+
type: string
|
|
141
|
+
statusCode:
|
|
142
|
+
description: The HTTP Status Code for this response.
|
|
143
|
+
type: string
|
|
144
|
+
recordAggregationDefinitionId:
|
|
145
|
+
description: The Id of the definition.
|
|
146
|
+
type: string
|
|
147
|
+
canDeleteDefinition:
|
|
148
|
+
description: Indicates whether the record aggregation definition can be deleted (true) or not (false).
|
|
149
|
+
type: boolean
|
|
150
|
+
canManageOnDemand:
|
|
151
|
+
description: Indicates whether on demand record rollup can be managed for the specified record aggregation definition ID (true) or not (false).
|
|
152
|
+
type: boolean
|
|
153
|
+
required: false
|
|
154
|
+
isOnDemandEnabled:
|
|
155
|
+
description: Indicates whether on demand record rollup is enabled for the specified record aggregation definition ID (true) or not (false).
|
|
156
|
+
type: boolean
|
|
157
|
+
required: false
|
|
158
|
+
RecordAggregationApplicableFieldOutputRepresentation:
|
|
159
|
+
description: Output representation for applicable field
|
|
160
|
+
type: object
|
|
161
|
+
properties:
|
|
162
|
+
apiName:
|
|
163
|
+
description: API name of the field.
|
|
164
|
+
type: string
|
|
165
|
+
dataType:
|
|
166
|
+
description: Datatype of the field.
|
|
167
|
+
type: string
|
|
168
|
+
label:
|
|
169
|
+
description: The field label.
|
|
170
|
+
type: string
|
|
171
|
+
isCompound:
|
|
172
|
+
description: Indicates if the specified field is a compound field (true) or not (false).
|
|
173
|
+
type: boolean
|
|
174
|
+
isCustom:
|
|
175
|
+
description: Indicates if the specified field is a custom field (true) or not (false).
|
|
176
|
+
type: boolean
|
|
177
|
+
required: false
|
|
178
|
+
RecordAggregationApplicableObjectOutputRepresentation:
|
|
179
|
+
description: Output representation for applicable object in record rollups.
|
|
180
|
+
type: object
|
|
181
|
+
properties:
|
|
182
|
+
apiName:
|
|
183
|
+
description: API name of the object.
|
|
184
|
+
type: string
|
|
185
|
+
label:
|
|
186
|
+
description: Label of the object.
|
|
187
|
+
type: string
|
|
188
|
+
RecordAggregationApplicableObjectsOutputRepresentation:
|
|
189
|
+
description: Output representation for applicable objects in record rollups.
|
|
190
|
+
type: object
|
|
191
|
+
properties:
|
|
192
|
+
message:
|
|
193
|
+
description: Message associated with the response status code.
|
|
194
|
+
type: string
|
|
195
|
+
objects:
|
|
196
|
+
description: List of objects that can be used in a rollup definition, including
|
|
197
|
+
the apiName and label attributes.
|
|
198
|
+
type: array
|
|
199
|
+
items:
|
|
200
|
+
type: RecordAggregationApplicableObjectOutputRepresentation
|
|
201
|
+
statusCode:
|
|
202
|
+
description: The HTTP Status Code for this response.
|
|
203
|
+
type: string
|
|
204
|
+
RecordAggregationAssociatedObjectInputRepresentation:
|
|
205
|
+
description: Input representation of associated object of a node in record aggregation
|
|
206
|
+
definition
|
|
207
|
+
type: object
|
|
208
|
+
properties:
|
|
209
|
+
apiName:
|
|
210
|
+
description: Represents API name of the object used in the record aggregation definition.
|
|
211
|
+
type: string
|
|
212
|
+
RecordAggregationCreationInputRepresentation:
|
|
213
|
+
description: Input representation of record aggregation definition creation api
|
|
214
|
+
type: object
|
|
215
|
+
properties:
|
|
216
|
+
aggregationObjects:
|
|
217
|
+
description: List of objects included in the record aggregation definition.
|
|
218
|
+
Each item in this collection represents object details, join field details,
|
|
219
|
+
and filter conditions.
|
|
220
|
+
type: array
|
|
221
|
+
items:
|
|
222
|
+
type: RecordAggregationNodeInputRepresentation
|
|
223
|
+
definitionDescription:
|
|
224
|
+
description: The description of the record aggregation definition.
|
|
225
|
+
type: string
|
|
226
|
+
required: false
|
|
227
|
+
definitionDisplayName:
|
|
228
|
+
description: The display name of the record aggregation definition.
|
|
229
|
+
type: string
|
|
230
|
+
RecordAggregationCreationOutputRepresentation:
|
|
231
|
+
description: Represents the output for creating Record Aggregation Definition
|
|
232
|
+
type: object
|
|
233
|
+
properties:
|
|
234
|
+
message:
|
|
235
|
+
description: The message accompanying the HTTP response code.
|
|
236
|
+
type: string
|
|
237
|
+
recordAggregationDefinitionId:
|
|
238
|
+
description: Record aggregation definition ID.
|
|
239
|
+
type: string
|
|
240
|
+
statusCode:
|
|
241
|
+
description: HTTP response code.
|
|
242
|
+
type: string
|
|
243
|
+
RecordAggregationDefinitionInputRepresentation:
|
|
244
|
+
description: Input representation for Generate DPE Input Class
|
|
245
|
+
type: object
|
|
246
|
+
properties:
|
|
247
|
+
definitionId:
|
|
248
|
+
description: Record Aggregation Definition record id if nothing provided default
|
|
249
|
+
to ALL
|
|
250
|
+
type: string
|
|
251
|
+
RecordAggregationDefinitionPartialUpdateInputRepresentation:
|
|
252
|
+
description: Input representation for partial update of a Record Aggregation Definition
|
|
253
|
+
type: object
|
|
254
|
+
properties:
|
|
255
|
+
status:
|
|
256
|
+
description: Status of record aggregation definition.
|
|
257
|
+
type: string
|
|
258
|
+
required: false
|
|
259
|
+
definitionDisplayName:
|
|
260
|
+
description: The display name of the record aggregation definition.
|
|
261
|
+
type: string
|
|
262
|
+
required: false
|
|
263
|
+
definitionDescription:
|
|
264
|
+
description: The description of the record aggregation definition.
|
|
265
|
+
type: string
|
|
266
|
+
required: false
|
|
267
|
+
enableOnDemand:
|
|
268
|
+
description: Indicates whether on demand record rollup must be enabled (true) for the specified record aggregation definition ID, or not (false).
|
|
269
|
+
type: boolean
|
|
270
|
+
required: false
|
|
271
|
+
RecordAggregationDefinitionPartialUpdateOutputRepresentation:
|
|
272
|
+
description: Output representation for partial update of Record Aggregation Definition
|
|
273
|
+
type: object
|
|
274
|
+
properties:
|
|
275
|
+
message:
|
|
276
|
+
description: The message accompanying the HTTP response code.
|
|
277
|
+
type: string
|
|
278
|
+
statusCode:
|
|
279
|
+
description: HTTP response code.
|
|
280
|
+
type: string
|
|
281
|
+
RecordAggregationEntityApplicableFieldsOutputRepresentation:
|
|
282
|
+
description: Output representation for Entity Applicable Fields
|
|
283
|
+
type: object
|
|
284
|
+
properties:
|
|
285
|
+
fields:
|
|
286
|
+
description: List of applicable join fields with the apiName and label attributes.
|
|
287
|
+
The list of fields is sorted by the apiName.
|
|
288
|
+
type: array
|
|
289
|
+
items:
|
|
290
|
+
type: RecordAggregationApplicableFieldOutputRepresentation
|
|
291
|
+
message:
|
|
292
|
+
description: Message returned in response.
|
|
293
|
+
type: string
|
|
294
|
+
statusCode:
|
|
295
|
+
description: The HTTP Status Code for this response.
|
|
296
|
+
type: string
|
|
297
|
+
validOperators:
|
|
298
|
+
description: List of supported operators for the specified field data type.
|
|
299
|
+
type: object
|
|
300
|
+
properties:
|
|
301
|
+
//:
|
|
302
|
+
type: any
|
|
303
|
+
RecordAggregationFilterInputRepresentation:
|
|
304
|
+
description: Input representation of filters of a node in record aggregation definition
|
|
305
|
+
type: object
|
|
306
|
+
properties:
|
|
307
|
+
filterConditions:
|
|
308
|
+
description: List of filter conditions containing details such as fields,
|
|
309
|
+
operators, and filtering values.
|
|
310
|
+
type: array
|
|
311
|
+
required: false
|
|
312
|
+
items:
|
|
313
|
+
type: RecordAggregationFilterRowInputRepresentation
|
|
314
|
+
filterCriteria:
|
|
315
|
+
description: A logical expression containing filter conditions, which is used to filter records of the specified object.
|
|
316
|
+
type: string
|
|
317
|
+
required: false
|
|
318
|
+
RecordAggregationFilterRowInputRepresentation:
|
|
319
|
+
description: Input representation of filter row in filters of record aggregation
|
|
320
|
+
definition
|
|
321
|
+
type: object
|
|
322
|
+
properties:
|
|
323
|
+
fieldApiName:
|
|
324
|
+
description: API name of the field used in the filter condition.
|
|
325
|
+
type: string
|
|
326
|
+
operator:
|
|
327
|
+
description: Logical operator used in the filter condition.
|
|
328
|
+
type: string
|
|
329
|
+
sequence:
|
|
330
|
+
description: Indicates the order in which the filter conditions are applied to filter records of the specified object.
|
|
331
|
+
type: integer
|
|
332
|
+
value:
|
|
333
|
+
description: Value compared for the filter
|
|
334
|
+
type: string
|
|
335
|
+
RecordAggregationJoinInputRepresentation:
|
|
336
|
+
description: Input representation of join of a node in record aggregation definition
|
|
337
|
+
type: object
|
|
338
|
+
properties:
|
|
339
|
+
fieldApiName:
|
|
340
|
+
description: The API name of the field.
|
|
341
|
+
type: string
|
|
342
|
+
RecordAggregationNodeInputRepresentation:
|
|
343
|
+
description: Input representation of a node in record aggregation definition
|
|
344
|
+
type: object
|
|
345
|
+
properties:
|
|
346
|
+
filterDetails:
|
|
347
|
+
description: List of filter conditions and the filter criteria that are used to filter records of the specified object.
|
|
348
|
+
type: RecordAggregationFilterInputRepresentation
|
|
349
|
+
required: false
|
|
350
|
+
nextObjectJoinDetails:
|
|
351
|
+
description:
|
|
352
|
+
Represents the name and API name of the join field in the current object that is used to join with the next object.
|
|
353
|
+
is used to join with the next object.
|
|
354
|
+
type: RecordAggregationJoinInputRepresentation
|
|
355
|
+
required: false
|
|
356
|
+
objectDetails:
|
|
357
|
+
description:
|
|
358
|
+
Represents the name and API name of the object used in the record aggregation definition.
|
|
359
|
+
definition.
|
|
360
|
+
type: RecordAggregationAssociatedObjectInputRepresentation
|
|
361
|
+
previousObjectJoinDetails:
|
|
362
|
+
description:
|
|
363
|
+
Represents the API name of the join field in the current object that is used to join with the preceding object.
|
|
364
|
+
used to join with the preceding object.
|
|
365
|
+
type: RecordAggregationJoinInputRepresentation
|
|
366
|
+
required: false
|
|
367
|
+
sequence:
|
|
368
|
+
description: The position of the current object in the record aggregation definition.
|
|
369
|
+
definition.
|
|
370
|
+
type: integer
|
|
371
|
+
RecordAggregationUpdationInputRepresentation:
|
|
372
|
+
description: Input representation of record aggregation definition updation api
|
|
373
|
+
type: object
|
|
374
|
+
properties:
|
|
375
|
+
aggregationObjects:
|
|
376
|
+
description: List of objects included in the record aggregation definition.
|
|
377
|
+
Each item in this collection represents object details, join field details,
|
|
378
|
+
and filters.
|
|
379
|
+
type: array
|
|
380
|
+
items:
|
|
381
|
+
type: RecordAggregationNodeInputRepresentation
|
|
382
|
+
definitionDescription:
|
|
383
|
+
description: The description of the record aggregation definition.
|
|
384
|
+
type: string
|
|
385
|
+
required: false
|
|
386
|
+
definitionDisplayName:
|
|
387
|
+
description: The display name of the record aggregation definition.
|
|
388
|
+
type: string
|
|
389
|
+
status:
|
|
390
|
+
description: Status of the record aggregation definition.
|
|
391
|
+
type: string
|
|
392
|
+
required: false
|
|
393
|
+
RecordAggregationUpdationOutputRepresentation:
|
|
394
|
+
description: Represents the output for updating Record Aggregation Definition
|
|
395
|
+
type: object
|
|
396
|
+
properties:
|
|
397
|
+
message:
|
|
398
|
+
description: Message associated with the response status code.
|
|
399
|
+
type: string
|
|
400
|
+
statusCode:
|
|
401
|
+
description: The HTTP Status Code for this response.
|
|
402
|
+
type: string
|
|
403
|
+
RecordRollupResultColumnOutputRepresentation:
|
|
404
|
+
description: Represents the output for fetching Record Rollup Results
|
|
405
|
+
type: object
|
|
406
|
+
properties:
|
|
407
|
+
displayFormatType:
|
|
408
|
+
description: The data type of the field representing this column. This data
|
|
409
|
+
type corresponds to the type which the lightning data table understands.
|
|
410
|
+
type: string
|
|
411
|
+
fieldApiName:
|
|
412
|
+
description: Api Name of the field representing the column.
|
|
413
|
+
type: string
|
|
414
|
+
fieldLabel:
|
|
415
|
+
description: Label of the field representing the column.
|
|
416
|
+
type: string
|
|
417
|
+
sequence:
|
|
418
|
+
description: The sequence in which the column should appear in the data table.
|
|
419
|
+
type: integer
|
|
420
|
+
isRedirectionEnabled:
|
|
421
|
+
description: Indicates whether clicking on the column label redirects to the relevant record details page (true) or not (false). This field is applicable only to the Name field.
|
|
422
|
+
type: boolean
|
|
423
|
+
isTypeName:
|
|
424
|
+
description: Indicates whether the field is of type Name (true) or not (false).
|
|
425
|
+
type: boolean
|
|
426
|
+
isSortable:
|
|
427
|
+
description: Indicates whether the column is sortable (true) or not (false).
|
|
428
|
+
type: boolean
|
|
429
|
+
sortByField:
|
|
430
|
+
description: Represents the field using which the column is sorted.
|
|
431
|
+
type: string
|
|
432
|
+
RecordRollupResultInputRepresentation:
|
|
433
|
+
description: Input representation for fetching record aggregation result
|
|
434
|
+
type: object
|
|
435
|
+
properties:
|
|
436
|
+
isSortOrderAscending:
|
|
437
|
+
description: Indicates whether the sort order is set as ascending (true) or
|
|
438
|
+
not (false).The default value is set as descending when sortBy is not assigned
|
|
439
|
+
any value.
|
|
440
|
+
type: boolean
|
|
441
|
+
required: false
|
|
442
|
+
sortBy:
|
|
443
|
+
description: Criteria to sort the record rollup results. The default value
|
|
444
|
+
is CreatedDate.
|
|
445
|
+
type: string
|
|
446
|
+
required: false
|
|
447
|
+
RecordRollupResultOutputRepresentation:
|
|
448
|
+
description: Represents the output for fetching Record Rollup Results
|
|
449
|
+
type: object
|
|
450
|
+
properties:
|
|
451
|
+
columns:
|
|
452
|
+
description: List of fields that are represented as columns of a table.
|
|
453
|
+
type: array
|
|
454
|
+
items:
|
|
455
|
+
type: RecordRollupResultColumnOutputRepresentation
|
|
456
|
+
definitionDisplayName:
|
|
457
|
+
description: The display name of the record aggregation definition.
|
|
458
|
+
type: string
|
|
459
|
+
message:
|
|
460
|
+
description: The message accompanying the HTTP response code.
|
|
461
|
+
type: string
|
|
462
|
+
rows:
|
|
463
|
+
description: List of rolled up records that are represented as rows of a table.
|
|
464
|
+
type: array
|
|
465
|
+
items:
|
|
466
|
+
type: RecordRollupResultRowOutputRepresentation
|
|
467
|
+
statusCode:
|
|
468
|
+
description: The HTTP response code.
|
|
469
|
+
type: string
|
|
470
|
+
totalResultCount:
|
|
471
|
+
description: The total number of record rollup results.
|
|
472
|
+
type: integer
|
|
473
|
+
lastUpdatedDetails:
|
|
474
|
+
description: The information about the last time the record rollup results were updated for the specified definition and anchor record ID.
|
|
475
|
+
type: RecordRollupResultLastUpdatedDetailsOutputRepresentation
|
|
476
|
+
required: false
|
|
477
|
+
RecordRollupResultLastUpdatedDetailsOutputRepresentation:
|
|
478
|
+
description: Represents the last updated information of the record rollup results.
|
|
479
|
+
type: object
|
|
480
|
+
properties:
|
|
481
|
+
errorType:
|
|
482
|
+
description: The type of error encountered while fetching the last updated record rollup definition details.
|
|
483
|
+
type: string
|
|
484
|
+
required: false
|
|
485
|
+
epochTime:
|
|
486
|
+
description: The epoch timestamp in milliseconds when the record rollup results were last updated for the specified definition and anchor record ID.
|
|
487
|
+
# TODO: Hand-rolled from "format: int64, type: integer" due to W-8274943
|
|
488
|
+
format: double
|
|
489
|
+
type: number
|
|
490
|
+
required: false
|
|
491
|
+
processingMode:
|
|
492
|
+
description: The record rollup mode which generated the last updated details - Batch or On-Demand.
|
|
493
|
+
type: string
|
|
494
|
+
required: false
|
|
495
|
+
RecordRollupDefinitionLastUpdatedDetailsOutputRepresentation:
|
|
496
|
+
description: Represents the last updated information of the record rollup results.
|
|
497
|
+
type: object
|
|
498
|
+
properties:
|
|
499
|
+
errorType:
|
|
500
|
+
description: The type of error encountered while fetching the last updated record rollup definition details.
|
|
501
|
+
type: string
|
|
502
|
+
required: false
|
|
503
|
+
epochTime:
|
|
504
|
+
description: The epoch timestamp in milliseconds when the record rollup results were last updated for the specified definition and anchor record ID.
|
|
505
|
+
# TODO: Hand-rolled from "format: int64, type: integer" due to W-8274943
|
|
506
|
+
format: double
|
|
507
|
+
type: number
|
|
508
|
+
required: false
|
|
509
|
+
processingMode:
|
|
510
|
+
description: The record rollup mode which generated the last updated details - Batch or On-Demand.
|
|
511
|
+
type: string
|
|
512
|
+
required: false
|
|
513
|
+
RecordRollupResultRowOutputRepresentation:
|
|
514
|
+
description: Represents the output for fetching Record Rollup Results
|
|
515
|
+
type: object
|
|
516
|
+
properties:
|
|
517
|
+
rowData:
|
|
518
|
+
description: A map of key value, where key is the column api name, and value
|
|
519
|
+
is the object’s raw value.
|
|
520
|
+
type: object
|
|
521
|
+
properties:
|
|
522
|
+
//:
|
|
523
|
+
type: any
|
|
524
|
+
BulkRecordRollupDefinitionDetailsInputRepresentation:
|
|
525
|
+
description: Input representation of bulk record rollup definition details api
|
|
526
|
+
type: object
|
|
527
|
+
properties:
|
|
528
|
+
anchorRecordId:
|
|
529
|
+
description: ID of the record to which the aggregated records are rolled up.
|
|
530
|
+
type: string
|
|
531
|
+
recordAggregationDefinitionIds:
|
|
532
|
+
description: List of unique record aggregation definitions for which the details
|
|
533
|
+
must be fetched.
|
|
534
|
+
type: array
|
|
535
|
+
required: false
|
|
536
|
+
items:
|
|
537
|
+
type: string
|
|
538
|
+
recordAggrDefDeveloperNames:
|
|
539
|
+
description:
|
|
540
|
+
List of unique record aggregation definition developer names for which the details must be fetched.
|
|
541
|
+
must be fetched.
|
|
542
|
+
type: array
|
|
543
|
+
required: false
|
|
544
|
+
items:
|
|
545
|
+
type: string
|
|
546
|
+
BulkRecordRollupDefinitionDetailsOutputRepresentation:
|
|
547
|
+
description: Represents the output for Bulk Record Rollup Definition Details
|
|
548
|
+
type: object
|
|
549
|
+
properties:
|
|
550
|
+
definitions:
|
|
551
|
+
description: Details of the definitions that were processed during bulk request.
|
|
552
|
+
type: array
|
|
553
|
+
items:
|
|
554
|
+
type: RecordRollupDefinitionDetailsOutputRepresentation
|
|
555
|
+
errors:
|
|
556
|
+
description: If true, one or more of the operations in the bulk request didn't
|
|
557
|
+
complete successfully.
|
|
558
|
+
type: boolean
|
|
559
|
+
message:
|
|
560
|
+
description: The message associated with the HTTP response.
|
|
561
|
+
type: string
|
|
562
|
+
statusCode:
|
|
563
|
+
description: Code that indicates the success, client errors, server errors,
|
|
564
|
+
or other outcomes of the request.
|
|
565
|
+
type: string
|
|
566
|
+
BulkRecordRollupSyncExecutionInputRepresentation:
|
|
567
|
+
description: Input representation of each part in the bulk record rollup sync execution request.
|
|
568
|
+
type: object
|
|
569
|
+
properties:
|
|
570
|
+
definitions:
|
|
571
|
+
description: List of definition details for which record rollup must be refreshed.
|
|
572
|
+
type: array
|
|
573
|
+
items:
|
|
574
|
+
type: RecordRollupSyncExecutionInputRepresentation
|
|
575
|
+
RecordRollupSyncExecutionInputRepresentation:
|
|
576
|
+
description: Input representation of record rollup sync execution request in bulk record rollup sync execution request
|
|
577
|
+
type: object
|
|
578
|
+
properties:
|
|
579
|
+
id:
|
|
580
|
+
description: The record aggregation definition ID for which rollup results must be refreshed.
|
|
581
|
+
type: string
|
|
582
|
+
anchorRecordId:
|
|
583
|
+
description: ID of the record to which the aggregated records are rolled up.
|
|
584
|
+
type: string
|
|
585
|
+
BulkRecordRollupSyncExecutionOutputRepresentation:
|
|
586
|
+
description: Represents the output for Bulk Record Rollup Sync Execution
|
|
587
|
+
type: object
|
|
588
|
+
properties:
|
|
589
|
+
definitions:
|
|
590
|
+
description: Details of the definitions that were processed in the bulk request.
|
|
591
|
+
type: array
|
|
592
|
+
items:
|
|
593
|
+
type: RecordRollupSyncExecutionOutputRepresentation
|
|
594
|
+
errors:
|
|
595
|
+
description: If true, one or more of the operations in the bulk request didn't
|
|
596
|
+
complete successfully.
|
|
597
|
+
type: boolean
|
|
598
|
+
message:
|
|
599
|
+
description: The message associated with the HTTP response.
|
|
600
|
+
type: string
|
|
601
|
+
statusCode:
|
|
602
|
+
description: Code that indicates the success, client errors, server errors,
|
|
603
|
+
or other outcomes of the request.
|
|
604
|
+
type: string
|
|
605
|
+
RecordRollupDefinitionDetailsOutputRepresentation:
|
|
606
|
+
description: Represents the output for Single Record Rollup Definition Details
|
|
607
|
+
type: object
|
|
608
|
+
properties:
|
|
609
|
+
error:
|
|
610
|
+
description: Additional information about the failure while fetching definition
|
|
611
|
+
details.
|
|
612
|
+
type: RecordRollupDefinitionDetailsErrorOutputRepresentation
|
|
613
|
+
required: false
|
|
614
|
+
id:
|
|
615
|
+
description: The id of the record aggregation definition.
|
|
616
|
+
type: string
|
|
617
|
+
required: false
|
|
618
|
+
isOnDemandEnabled:
|
|
619
|
+
description: Indicates whether on demand capability is enabled for the definition
|
|
620
|
+
(true) or not (false).
|
|
621
|
+
type: boolean
|
|
622
|
+
required: false
|
|
623
|
+
lastUpdatedDetails:
|
|
624
|
+
description: The information about the last time the record rollup results were updated for the specified definition and anchor record ID.
|
|
625
|
+
type: RecordRollupDefinitionLastUpdatedDetailsOutputRepresentation
|
|
626
|
+
required: false
|
|
627
|
+
name:
|
|
628
|
+
description: The display name of the definition.
|
|
629
|
+
type: string
|
|
630
|
+
required: false
|
|
631
|
+
resolvedAnchorId:
|
|
632
|
+
description: The resolved anchor record ID will always be the anchorRecordId
|
|
633
|
+
passed in the request except the case where the anchorRecordId is of Account
|
|
634
|
+
and the Rollup definition has PartyRelationshipGroup as the target object.
|
|
635
|
+
type: string
|
|
636
|
+
required: false
|
|
637
|
+
status:
|
|
638
|
+
description: The HTTP status code to get the definition’s details.
|
|
639
|
+
type: string
|
|
640
|
+
developerName:
|
|
641
|
+
description: The developer name of the record aggregation definition.
|
|
642
|
+
type: string
|
|
643
|
+
required: false
|
|
644
|
+
RecordRollupDefinitionDetailsErrorOutputRepresentation:
|
|
645
|
+
description: Represents the errors while fetching record aggregation definition
|
|
646
|
+
details
|
|
647
|
+
type: object
|
|
648
|
+
properties:
|
|
649
|
+
message:
|
|
650
|
+
description: The message associated with the error type.
|
|
651
|
+
type: string
|
|
652
|
+
type:
|
|
653
|
+
description: The type of error, such as VALIDATION_ERROR, SUPPRESS_ERROR,
|
|
654
|
+
and so on.
|
|
655
|
+
type: string
|
|
656
|
+
RecordRollupSyncExecutionOutputRepresentation:
|
|
657
|
+
description: Represents the output of Record Rollup Sync Execution of Single Definition
|
|
658
|
+
type: object
|
|
659
|
+
properties:
|
|
660
|
+
error:
|
|
661
|
+
description: Additional information about the failed sync execution of the
|
|
662
|
+
record rollup definition, such as error type and message.
|
|
663
|
+
type: RecordRollupSyncExecutionErrorOutputRepresentation
|
|
664
|
+
required: false
|
|
665
|
+
id:
|
|
666
|
+
description: The ID of the record aggregation definition.
|
|
667
|
+
type: string
|
|
668
|
+
status:
|
|
669
|
+
description: The HTTP status code for the definition’s sync execution.
|
|
670
|
+
type: string
|
|
671
|
+
RecordRollupSyncExecutionErrorOutputRepresentation:
|
|
672
|
+
description: Represents the errors during record rollup sync execution
|
|
673
|
+
type: object
|
|
674
|
+
properties:
|
|
675
|
+
message:
|
|
676
|
+
description: The message associated with the error type.
|
|
677
|
+
type: string
|
|
678
|
+
type:
|
|
679
|
+
description: The type of error, such as VALIDATION_ERROR, DML_GUARDRAIL_ERROR,
|
|
680
|
+
and so on.
|
|
681
|
+
type: string
|
|
682
|
+
|
|
683
|
+
/connect:
|
|
684
|
+
/record-aggregation:
|
|
685
|
+
post:
|
|
686
|
+
displayName: postRecordAggregationCreation
|
|
687
|
+
description: API to create a Record Rollup Definition
|
|
688
|
+
responses:
|
|
689
|
+
'200':
|
|
690
|
+
description: Success
|
|
691
|
+
body:
|
|
692
|
+
application/json:
|
|
693
|
+
type: RecordAggregationCreationOutputRepresentation
|
|
694
|
+
body:
|
|
695
|
+
application/json:
|
|
696
|
+
type: RecordAggregationCreationInputRepresentation
|
|
697
|
+
(oas-body-name): recordAggregationPostInput
|
|
698
|
+
/bulk-record-rollup:
|
|
699
|
+
/details:
|
|
700
|
+
post:
|
|
701
|
+
displayName: postBulkRecordRollupDefinitionDetails
|
|
702
|
+
description: Get the details for a list of record aggregation definitions that are rolled up to the specified anchor record ID.
|
|
703
|
+
responses:
|
|
704
|
+
'200':
|
|
705
|
+
description: Success
|
|
706
|
+
body:
|
|
707
|
+
application/json:
|
|
708
|
+
type: BulkRecordRollupDefinitionDetailsOutputRepresentation
|
|
709
|
+
body:
|
|
710
|
+
application/json:
|
|
711
|
+
type: BulkRecordRollupDefinitionDetailsInputRepresentation
|
|
712
|
+
(oas-body-name): bulkRecordRollupDefinitionDetailsInput
|
|
713
|
+
/sync-execution:
|
|
714
|
+
post:
|
|
715
|
+
displayName: postBulkRecordRollupSyncExecution
|
|
716
|
+
description: Process record rollup definitions in bulk immediately upon request.
|
|
717
|
+
responses:
|
|
718
|
+
'200':
|
|
719
|
+
description: Success
|
|
720
|
+
body:
|
|
721
|
+
application/json:
|
|
722
|
+
type: BulkRecordRollupSyncExecutionOutputRepresentation
|
|
723
|
+
body:
|
|
724
|
+
application/json:
|
|
725
|
+
type: BulkRecordRollupSyncExecutionInputRepresentation
|
|
726
|
+
(oas-body-name): bulkRecordRollupSyncExecutionInput
|
|
727
|
+
/utilities/applicable-objects:
|
|
728
|
+
get:
|
|
729
|
+
displayName: getRecordAggregationApplicableObjects
|
|
730
|
+
description: Get a List of Applicable Objects for Record Rollups
|
|
731
|
+
responses:
|
|
732
|
+
'200':
|
|
733
|
+
description: Success
|
|
734
|
+
body:
|
|
735
|
+
application/json:
|
|
736
|
+
type: RecordAggregationApplicableObjectsOutputRepresentation
|
|
737
|
+
/utilities/applicable-objects/{objectName}/applicable-fields:
|
|
738
|
+
get:
|
|
739
|
+
displayName: getRecordAggregationEntityApplicableFields
|
|
740
|
+
description: API to list all applicable fields of an object in RA framework
|
|
741
|
+
responses:
|
|
742
|
+
'200':
|
|
743
|
+
description: Success
|
|
744
|
+
body:
|
|
745
|
+
application/json:
|
|
746
|
+
type: RecordAggregationEntityApplicableFieldsOutputRepresentation
|
|
747
|
+
uriParameters:
|
|
748
|
+
objectName:
|
|
749
|
+
description: Name of the object from which the applicable fields are retrieved.
|
|
750
|
+
type: string
|
|
751
|
+
required: true
|
|
752
|
+
/{recordAggregationDefinitionId}:
|
|
753
|
+
get:
|
|
754
|
+
displayName: getRecordAggregationDefinition
|
|
755
|
+
description: Get Record Aggregation Definition detail
|
|
756
|
+
responses:
|
|
757
|
+
'200':
|
|
758
|
+
description: Success
|
|
759
|
+
body:
|
|
760
|
+
application/json:
|
|
761
|
+
type: RADOutputRepresentation
|
|
762
|
+
patch:
|
|
763
|
+
displayName: patchRecordAggregationDefinition
|
|
764
|
+
description: Patch Resource method to partially update Record Aggregation
|
|
765
|
+
Definition
|
|
766
|
+
responses:
|
|
767
|
+
'200':
|
|
768
|
+
description: Success
|
|
769
|
+
body:
|
|
770
|
+
application/json:
|
|
771
|
+
type: RecordAggregationDefinitionPartialUpdateOutputRepresentation
|
|
772
|
+
body:
|
|
773
|
+
application/json:
|
|
774
|
+
type: RecordAggregationDefinitionPartialUpdateInputRepresentation
|
|
775
|
+
(oas-body-name): recordAggregationPatchInput
|
|
776
|
+
put:
|
|
777
|
+
displayName: putRecordAggregationDefinition
|
|
778
|
+
description: API to update data in Record Aggregation framework entities
|
|
779
|
+
responses:
|
|
780
|
+
'200':
|
|
781
|
+
description: Success
|
|
782
|
+
body:
|
|
783
|
+
application/json:
|
|
784
|
+
type: RecordAggregationUpdationOutputRepresentation
|
|
785
|
+
body:
|
|
786
|
+
application/json:
|
|
787
|
+
type: RecordAggregationUpdationInputRepresentation
|
|
788
|
+
(oas-body-name): recordAggregationPutInput
|
|
789
|
+
delete:
|
|
790
|
+
displayName: deleteRecordAggregationDefinition
|
|
791
|
+
description: Delete Record Aggregation Definition
|
|
792
|
+
responses:
|
|
793
|
+
'200':
|
|
794
|
+
description: Success
|
|
795
|
+
uriParameters:
|
|
796
|
+
recordAggregationDefinitionId:
|
|
797
|
+
description: ID of the Record Aggregation Definition
|
|
798
|
+
type: string
|
|
799
|
+
required: true
|
|
800
|
+
/{recordAggregationDefinitionId}/record-rollup-results:
|
|
801
|
+
post:
|
|
802
|
+
displayName: postGenerateRecordRollupResult
|
|
803
|
+
description: Get Record Aggregation Results API
|
|
804
|
+
responses:
|
|
805
|
+
'200':
|
|
806
|
+
description: Success
|
|
807
|
+
body:
|
|
808
|
+
application/json:
|
|
809
|
+
type: RecordRollupResultOutputRepresentation
|
|
810
|
+
queryParameters:
|
|
811
|
+
anchorRecordId:
|
|
812
|
+
description: ID of the record to which the grouped records are rolled
|
|
813
|
+
up to.
|
|
814
|
+
type: string
|
|
815
|
+
required: false
|
|
816
|
+
body:
|
|
817
|
+
application/json:
|
|
818
|
+
type: RecordRollupResultInputRepresentation
|
|
819
|
+
(oas-body-name): recordAggregationResultInput
|
|
820
|
+
uriParameters:
|
|
821
|
+
recordAggregationDefinitionId:
|
|
822
|
+
description: ID of the record aggregation definition.
|
|
823
|
+
type: string
|
|
824
|
+
required: true
|