@salesforce/lds-adapters-uiapi 1.231.0 → 1.232.0
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/dist/es/es2018/types/src/generated/adapters/createRecord.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/adapters/getAllApps.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/adapters/getAppDetails.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/adapters/getSelectedApp.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/resources/deleteUiApiHealthCheck.d.ts +8 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiActionsRecordRelatedListBatchByRecordIdsAndRelatedListIds.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/getUiApiApps.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/resources/getUiApiAppsByAppId.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/resources/getUiApiAppsSelected.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/resources/getUiApiHealthCheck.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiAppsByAppId.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/resources/patchUiApiHealthCheck.d.ts +6 -0
- package/dist/es/es2018/types/src/generated/resources/patchUiApiListInfoByListViewId.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiHealthCheck.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/resources/postUiApiRecords.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putUiApiHealthCheck.d.ts +6 -0
- package/dist/es/es2018/types/src/generated/types/AbstractPicklistValueAttributesRepresentation.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/BatchInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/BatchOperationInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/GraphQLErrorRepresentation.d.ts +8 -1
- package/dist/es/es2018/types/src/generated/types/HealthCheckRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ListFieldErrorRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListFilterByInfoInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ListInfoErrorRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ListObjectColumnRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/ListObjectScopeAvailableEntityRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ListObjectScopeRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/ListScopeInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/PicklistValueRepresentation.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/types/PlatformActionRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/QuickActionLayoutRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/RecordIdRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/RelatedListInfoRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/SearchAnswersRecordRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/SearchAnswersResultRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/SearchFilterSelectAttributesRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/SearchResultsSummaryRepresentation.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/types/WorkStepPicklistValueAttributeRepresentation.d.ts +33 -0
- package/dist/es/es2018/uiapi-records-service.js +457 -453
- package/package.json +1 -1
- package/sfdc/graphqlAdapters.js +393 -369
- package/sfdc/index.js +434 -430
- package/src/raml/api.raml +502 -149
package/src/raml/api.raml
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
securedBy:
|
|
3
3
|
- OAuth2
|
|
4
4
|
title: Salesforce Connect API
|
|
5
|
-
version: '
|
|
5
|
+
version: '60.0'
|
|
6
6
|
mediaType: application/json
|
|
7
7
|
protocols:
|
|
8
8
|
- https
|
|
9
|
-
baseUri: /services/data/
|
|
9
|
+
baseUri: /services/data/v60.0
|
|
10
10
|
securitySchemes:
|
|
11
11
|
OAuth2:
|
|
12
12
|
type: OAuth 2.0
|
|
@@ -49,6 +49,7 @@ types:
|
|
|
49
49
|
- LeadStatus
|
|
50
50
|
- OpportunityStage
|
|
51
51
|
- Standard
|
|
52
|
+
- WorkStepStatus
|
|
52
53
|
AbstractRecordAvatarRepresentation:
|
|
53
54
|
description: Represents an avatar associated to a record.
|
|
54
55
|
discriminator: type
|
|
@@ -83,35 +84,25 @@ types:
|
|
|
83
84
|
- Field
|
|
84
85
|
- ReportChart
|
|
85
86
|
- VisualforcePage
|
|
86
|
-
|
|
87
|
-
type: object
|
|
88
|
-
description: Connect API representation of a action override result
|
|
89
|
-
properties:
|
|
90
|
-
records:
|
|
91
|
-
description: Flexi page records
|
|
92
|
-
type: object
|
|
93
|
-
ActionRelatedListSingleBatchInputRepresentation:
|
|
87
|
+
ActionInputRepresentation:
|
|
94
88
|
description: Query (using POST) for actions in multiple related lists.
|
|
95
89
|
type: object
|
|
96
90
|
properties:
|
|
97
91
|
actionTypes:
|
|
98
|
-
description: The list of action types
|
|
92
|
+
description: The list of action types
|
|
99
93
|
type: array
|
|
100
94
|
required: false #TODO: handrolled W-11898355
|
|
101
95
|
items:
|
|
102
96
|
type: string
|
|
103
97
|
apiNames:
|
|
104
|
-
description: The API names of the actions
|
|
98
|
+
description: The API names of the actions
|
|
105
99
|
type: array
|
|
106
100
|
required: false #TODO: handrolled W-11898355
|
|
107
101
|
items:
|
|
108
102
|
type: string
|
|
109
103
|
formFactor:
|
|
110
104
|
description: Required form factor.
|
|
111
|
-
type: string
|
|
112
105
|
required: false #TODO: handrolled W-11898355
|
|
113
|
-
relatedListId:
|
|
114
|
-
description: The identifier for this related list.
|
|
115
106
|
type: string
|
|
116
107
|
retrievalMode:
|
|
117
108
|
description: RetrievalMode used to fetch actions.
|
|
@@ -123,25 +114,35 @@ types:
|
|
|
123
114
|
required: false #TODO: handrolled W-11898355
|
|
124
115
|
items:
|
|
125
116
|
type: string
|
|
126
|
-
|
|
117
|
+
ActionOverrideRepresentation: # TODO: Handrolled
|
|
118
|
+
type: object
|
|
119
|
+
description: Connect API representation of a action override result
|
|
120
|
+
properties:
|
|
121
|
+
records:
|
|
122
|
+
description: Flexi page records
|
|
123
|
+
type: object
|
|
124
|
+
ActionRelatedListSingleBatchInputRepresentation:
|
|
127
125
|
description: Query (using POST) for actions in multiple related lists.
|
|
128
126
|
type: object
|
|
129
127
|
properties:
|
|
130
128
|
actionTypes:
|
|
131
|
-
description: The list of action types
|
|
129
|
+
description: The list of action types on the Related List
|
|
132
130
|
type: array
|
|
133
131
|
required: false #TODO: handrolled W-11898355
|
|
134
132
|
items:
|
|
135
133
|
type: string
|
|
136
134
|
apiNames:
|
|
137
|
-
description: The API names of the actions
|
|
135
|
+
description: The API names of the actions on the Related List
|
|
138
136
|
type: array
|
|
139
137
|
required: false #TODO: handrolled W-11898355
|
|
140
138
|
items:
|
|
141
139
|
type: string
|
|
142
140
|
formFactor:
|
|
143
141
|
description: Required form factor.
|
|
142
|
+
type: string
|
|
144
143
|
required: false #TODO: handrolled W-11898355
|
|
144
|
+
relatedListId:
|
|
145
|
+
description: The identifier for this related list.
|
|
145
146
|
type: string
|
|
146
147
|
retrievalMode:
|
|
147
148
|
description: RetrievalMode used to fetch actions.
|
|
@@ -282,7 +283,7 @@ types:
|
|
|
282
283
|
type: string | nil # TODO Hand rolled
|
|
283
284
|
description:
|
|
284
285
|
description: Description for the app
|
|
285
|
-
type: string | nil
|
|
286
|
+
type: string | nil # TODO Hand rolled
|
|
286
287
|
developerName:
|
|
287
288
|
description: Unique developer name of the app
|
|
288
289
|
type: string
|
|
@@ -308,7 +309,8 @@ types:
|
|
|
308
309
|
description: Nav personalization setting
|
|
309
310
|
type: boolean
|
|
310
311
|
isNavTabPersistenceDisabled:
|
|
311
|
-
description: Indicates if the Lightning Console App should persist a user's
|
|
312
|
+
description: Indicates if the Lightning Console App should persist a user's
|
|
313
|
+
workspace tabs
|
|
312
314
|
type: boolean
|
|
313
315
|
label:
|
|
314
316
|
description: Label of the app
|
|
@@ -379,6 +381,34 @@ types:
|
|
|
379
381
|
description: The Profile Name
|
|
380
382
|
type: string
|
|
381
383
|
required: false # TODO: hand rolled
|
|
384
|
+
BatchInputRepresentation:
|
|
385
|
+
description: Batch Operations on Records.
|
|
386
|
+
type: object
|
|
387
|
+
properties:
|
|
388
|
+
allOrNone:
|
|
389
|
+
description: Set allOrNone param
|
|
390
|
+
type: boolean
|
|
391
|
+
operations:
|
|
392
|
+
description: Set operations
|
|
393
|
+
type: array
|
|
394
|
+
items:
|
|
395
|
+
type: object
|
|
396
|
+
BatchOperationInputRepresentation:
|
|
397
|
+
description: Batch operation.
|
|
398
|
+
type: object
|
|
399
|
+
properties:
|
|
400
|
+
records:
|
|
401
|
+
description: Set records param
|
|
402
|
+
type: array
|
|
403
|
+
items:
|
|
404
|
+
type: object
|
|
405
|
+
type:
|
|
406
|
+
description: Set records param
|
|
407
|
+
type: string
|
|
408
|
+
enum:
|
|
409
|
+
- Create
|
|
410
|
+
- Delete
|
|
411
|
+
- Update
|
|
382
412
|
CanvasLayoutComponentRepresentation:
|
|
383
413
|
description: Canvas record layout component.
|
|
384
414
|
discriminatorValue: Canvas # TODO Hand rolled
|
|
@@ -1086,6 +1116,12 @@ types:
|
|
|
1086
1116
|
description: A GraphQL Error.
|
|
1087
1117
|
type: object
|
|
1088
1118
|
properties:
|
|
1119
|
+
extensions:
|
|
1120
|
+
description: The extensions of the error occurred.
|
|
1121
|
+
type: object
|
|
1122
|
+
properties:
|
|
1123
|
+
//:
|
|
1124
|
+
type: object
|
|
1089
1125
|
locations:
|
|
1090
1126
|
description: The locations where the error occurred.
|
|
1091
1127
|
type: array
|
|
@@ -1151,6 +1187,13 @@ types:
|
|
|
1151
1187
|
result:
|
|
1152
1188
|
description: object wrapper around inner representation
|
|
1153
1189
|
type: GraphQLRepresentation
|
|
1190
|
+
HealthCheckRepresentation:
|
|
1191
|
+
description: api health check output
|
|
1192
|
+
type: object
|
|
1193
|
+
properties:
|
|
1194
|
+
result:
|
|
1195
|
+
description: Result.
|
|
1196
|
+
type: string
|
|
1154
1197
|
KeywordSearchRequestInputRepresentation:
|
|
1155
1198
|
description: Input parameters to request on Search for keyword type
|
|
1156
1199
|
type: object
|
|
@@ -1170,7 +1213,8 @@ types:
|
|
|
1170
1213
|
type: string
|
|
1171
1214
|
required: false #TODO: handrolled for W-11054463
|
|
1172
1215
|
sortBy:
|
|
1173
|
-
description: How to sort the results. You could, provide a 'FieldName' for
|
|
1216
|
+
description: How to sort the results. You could, provide a 'FieldName' for
|
|
1217
|
+
ascending sorting or '-FieldName' for descending sorting
|
|
1174
1218
|
type: string
|
|
1175
1219
|
required: false #TODO: handrolled for W-11717993
|
|
1176
1220
|
KeywordSearchResultsRepresentation:
|
|
@@ -1224,6 +1268,44 @@ types:
|
|
|
1224
1268
|
sortable:
|
|
1225
1269
|
description: Whether the list column is sortable.
|
|
1226
1270
|
type: boolean
|
|
1271
|
+
ListFieldErrorRepresentation:
|
|
1272
|
+
description: ListFieldErrorRepresentation
|
|
1273
|
+
type: object
|
|
1274
|
+
properties:
|
|
1275
|
+
errorMessage:
|
|
1276
|
+
description: Further information about the column's error.
|
|
1277
|
+
type: string
|
|
1278
|
+
fieldApiName:
|
|
1279
|
+
description: API name for the field with an error.
|
|
1280
|
+
type: string
|
|
1281
|
+
ListFilterByInfoInputRepresentation:
|
|
1282
|
+
description: Representation of a List Filter By Info input.
|
|
1283
|
+
type: object
|
|
1284
|
+
properties:
|
|
1285
|
+
fieldApiName:
|
|
1286
|
+
description: Input representation for API name for the field used to filter.
|
|
1287
|
+
type: string
|
|
1288
|
+
operandLabels:
|
|
1289
|
+
description: Input representation for the values to filter by.
|
|
1290
|
+
type: array
|
|
1291
|
+
items:
|
|
1292
|
+
type: string
|
|
1293
|
+
operator:
|
|
1294
|
+
description: Input representation for Operator (such as equals, starts with).
|
|
1295
|
+
type: string
|
|
1296
|
+
enum:
|
|
1297
|
+
- Contains
|
|
1298
|
+
- Equals
|
|
1299
|
+
- Excludes
|
|
1300
|
+
- GreaterOrEqual
|
|
1301
|
+
- GreaterThan
|
|
1302
|
+
- Includes
|
|
1303
|
+
- LessOrEqual
|
|
1304
|
+
- LessThan
|
|
1305
|
+
- NotContain
|
|
1306
|
+
- NotEqual
|
|
1307
|
+
- StartsWith
|
|
1308
|
+
- Within
|
|
1227
1309
|
ListFilterByInfoRepresentation:
|
|
1228
1310
|
description: ListFilterByInfoRepresentation
|
|
1229
1311
|
type: object
|
|
@@ -1255,6 +1337,15 @@ types:
|
|
|
1255
1337
|
- NotEqual
|
|
1256
1338
|
- StartsWith
|
|
1257
1339
|
- Within
|
|
1340
|
+
ListInfoErrorRepresentation:
|
|
1341
|
+
description: ListInfoErrorRepresentation
|
|
1342
|
+
type: object
|
|
1343
|
+
properties:
|
|
1344
|
+
fieldErrors:
|
|
1345
|
+
description: List of errors associated with specific fields.
|
|
1346
|
+
type: array
|
|
1347
|
+
items:
|
|
1348
|
+
type: ListFieldErrorRepresentation
|
|
1258
1349
|
ListInfoInputRepresentation:
|
|
1259
1350
|
description: Representation of a List Info input.
|
|
1260
1351
|
type: object
|
|
@@ -1334,13 +1425,13 @@ types:
|
|
|
1334
1425
|
type: array
|
|
1335
1426
|
items:
|
|
1336
1427
|
type: ListOrderByInfoRepresentation
|
|
1337
|
-
updateable:
|
|
1338
|
-
description: Indicates whether the listview can be updated.
|
|
1339
|
-
type: boolean
|
|
1340
1428
|
scope:
|
|
1341
1429
|
description: Scope information for this list view.
|
|
1342
1430
|
type: ListScopeRepresentation | nil # TODO: hand rolled
|
|
1343
1431
|
required: false # TODO: hand rolled
|
|
1432
|
+
updateable:
|
|
1433
|
+
description: Indicates whether the listview can be updated.
|
|
1434
|
+
type: boolean
|
|
1344
1435
|
userPreferences:
|
|
1345
1436
|
description: All user preferences for this list view.
|
|
1346
1437
|
type: ListUserPreferenceRepresentation
|
|
@@ -1363,7 +1454,7 @@ types:
|
|
|
1363
1454
|
type: string
|
|
1364
1455
|
dataType:
|
|
1365
1456
|
description: The data type for this column.
|
|
1366
|
-
type: string
|
|
1457
|
+
type: string
|
|
1367
1458
|
enum:
|
|
1368
1459
|
- Address
|
|
1369
1460
|
- Anytype
|
|
@@ -1448,20 +1539,26 @@ types:
|
|
|
1448
1539
|
description: ListObjectInfoRepresentation
|
|
1449
1540
|
type: object
|
|
1450
1541
|
properties:
|
|
1542
|
+
# availableScopes:
|
|
1543
|
+
# description: Information about all available scopes for the given entity.
|
|
1544
|
+
# type: array
|
|
1545
|
+
# items:
|
|
1546
|
+
# type: ListObjectScopeRepresentation
|
|
1451
1547
|
columns:
|
|
1452
1548
|
description: Information about all available columns for the given entity.
|
|
1453
1549
|
type: array
|
|
1454
1550
|
items:
|
|
1455
1551
|
type: ListObjectColumnRepresentation
|
|
1456
1552
|
createable:
|
|
1457
|
-
description: Indicates whether a new listview for this listview's SObject
|
|
1553
|
+
description: Indicates whether a new listview for this listview's SObject
|
|
1554
|
+
can be created.
|
|
1458
1555
|
type: boolean
|
|
1459
1556
|
objectApiName:
|
|
1460
1557
|
description: The requested object API name.
|
|
1461
1558
|
type: string
|
|
1462
1559
|
relatedEntityApiName:
|
|
1463
1560
|
description: Null, or the type of related entity to which this LV can be scoped.
|
|
1464
|
-
type: string | nil
|
|
1561
|
+
type: string | nil # TODO: hand rolled nil union
|
|
1465
1562
|
ListObjectPicklistValueRepresentation:
|
|
1466
1563
|
description: ListObjectPicklistValueRepresentation
|
|
1467
1564
|
type: object
|
|
@@ -1472,6 +1569,31 @@ types:
|
|
|
1472
1569
|
label:
|
|
1473
1570
|
description: The label name for this picklist value.
|
|
1474
1571
|
type: string
|
|
1572
|
+
ListObjectScopeAvailableEntityRepresentation:
|
|
1573
|
+
description: ListObjectScopeAvailableEntityRepresentation
|
|
1574
|
+
type: object
|
|
1575
|
+
properties:
|
|
1576
|
+
id:
|
|
1577
|
+
description: The id for this scope.
|
|
1578
|
+
type: string
|
|
1579
|
+
label:
|
|
1580
|
+
description: The label for this scope.
|
|
1581
|
+
type: string
|
|
1582
|
+
ListObjectScopeRepresentation:
|
|
1583
|
+
description: ListObjectScopeRepresentation
|
|
1584
|
+
type: object
|
|
1585
|
+
properties:
|
|
1586
|
+
apiName:
|
|
1587
|
+
description: The API name for this scope.
|
|
1588
|
+
type: string
|
|
1589
|
+
availableEntities:
|
|
1590
|
+
description: The available entities for this scope.
|
|
1591
|
+
type: array
|
|
1592
|
+
items:
|
|
1593
|
+
type: ListObjectScopeAvailableEntityRepresentation
|
|
1594
|
+
label:
|
|
1595
|
+
description: The label for this scope.
|
|
1596
|
+
type: string
|
|
1475
1597
|
ListOrderByInfoRepresentation:
|
|
1476
1598
|
description: ListOrderByInfoRepresentation
|
|
1477
1599
|
type: object
|
|
@@ -1579,6 +1701,19 @@ types:
|
|
|
1579
1701
|
label:
|
|
1580
1702
|
description: Label for the scope entity.
|
|
1581
1703
|
type: string
|
|
1704
|
+
ListScopeInputRepresentation:
|
|
1705
|
+
description: Representation of a list scope for input.
|
|
1706
|
+
type: object
|
|
1707
|
+
properties:
|
|
1708
|
+
apiName:
|
|
1709
|
+
description: Input representation for the scope's API name.
|
|
1710
|
+
type: string
|
|
1711
|
+
entityId:
|
|
1712
|
+
description: Input representation for the scope's entity id.
|
|
1713
|
+
type: string
|
|
1714
|
+
relatedEntityId:
|
|
1715
|
+
description: Input representation for the scope's related entity id.
|
|
1716
|
+
type: string
|
|
1582
1717
|
ListScopeRelatedEntityRepresentation:
|
|
1583
1718
|
description: ListScopeRelatedEntityRepresentation
|
|
1584
1719
|
type: object
|
|
@@ -1601,13 +1736,13 @@ types:
|
|
|
1601
1736
|
type: string
|
|
1602
1737
|
entity:
|
|
1603
1738
|
description: Entity for the scope.
|
|
1604
|
-
type: ListScopeEntityRepresentation | nil
|
|
1739
|
+
type: ListScopeEntityRepresentation | nil # TODO: hand rolled nil union type
|
|
1605
1740
|
label:
|
|
1606
1741
|
description: Label for the scope.
|
|
1607
1742
|
type: string
|
|
1608
1743
|
relatedEntity:
|
|
1609
1744
|
description: Related entity for the scope.
|
|
1610
|
-
type: ListScopeRelatedEntityRepresentation | nil
|
|
1745
|
+
type: ListScopeRelatedEntityRepresentation | nil # TODO: hand rolled nil union type
|
|
1611
1746
|
ListUiRepresentation:
|
|
1612
1747
|
description: ListUiRepresentation
|
|
1613
1748
|
type: object
|
|
@@ -1754,7 +1889,7 @@ types:
|
|
|
1754
1889
|
type: string
|
|
1755
1890
|
secondaryField:
|
|
1756
1891
|
description: API name of the field used as a secondary display field.
|
|
1757
|
-
type: string | nil
|
|
1892
|
+
type: string | nil # TODO: Handrolled nil union
|
|
1758
1893
|
targetInfo:
|
|
1759
1894
|
description: Per target entity metadata
|
|
1760
1895
|
type: object
|
|
@@ -2393,7 +2528,7 @@ types:
|
|
|
2393
2528
|
description: The label of the action.
|
|
2394
2529
|
type: string
|
|
2395
2530
|
lwcComponent:
|
|
2396
|
-
description:
|
|
2531
|
+
description: LWC Component associated with the action
|
|
2397
2532
|
type: string | nil
|
|
2398
2533
|
primaryColor:
|
|
2399
2534
|
description: Hex Color Code, such as 7F8DE1
|
|
@@ -2582,18 +2717,18 @@ types:
|
|
|
2582
2717
|
description: The success message of the operation.
|
|
2583
2718
|
type: string
|
|
2584
2719
|
QuickActionLayoutRepresentation:
|
|
2585
|
-
description:
|
|
2720
|
+
description: Quick action layout representation for a specific action api name
|
|
2586
2721
|
type: object
|
|
2587
2722
|
properties:
|
|
2723
|
+
actionApiName:
|
|
2724
|
+
description: quick action name
|
|
2725
|
+
type: string
|
|
2588
2726
|
eTag:
|
|
2589
2727
|
description: ETag like field, readOnly, handy while caching.
|
|
2590
2728
|
type: string
|
|
2591
2729
|
(oas-readOnly): true
|
|
2592
|
-
actionApiName:
|
|
2593
|
-
description: quick action name
|
|
2594
|
-
type: string
|
|
2595
2730
|
layout:
|
|
2596
|
-
description:
|
|
2731
|
+
description: record layout representation
|
|
2597
2732
|
type: RecordLayoutRepresentation
|
|
2598
2733
|
RecordCollectionRepresentation:
|
|
2599
2734
|
description: Record Collection Representation.
|
|
@@ -2712,6 +2847,13 @@ types:
|
|
|
2712
2847
|
type: array
|
|
2713
2848
|
items:
|
|
2714
2849
|
type: RecordExceptionErrorRepresentation
|
|
2850
|
+
RecordIdRepresentation:
|
|
2851
|
+
description: RecordId.
|
|
2852
|
+
type: object
|
|
2853
|
+
properties:
|
|
2854
|
+
id:
|
|
2855
|
+
description: The ID of this record.
|
|
2856
|
+
type: string
|
|
2715
2857
|
RecordInputRepresentation:
|
|
2716
2858
|
description: Description of a record input.
|
|
2717
2859
|
type: object
|
|
@@ -2789,6 +2931,7 @@ types:
|
|
|
2789
2931
|
- Full
|
|
2790
2932
|
- Mdp
|
|
2791
2933
|
- Search
|
|
2934
|
+
- Service_Document
|
|
2792
2935
|
mode:
|
|
2793
2936
|
description: Mode.
|
|
2794
2937
|
type: string
|
|
@@ -2799,10 +2942,10 @@ types:
|
|
|
2799
2942
|
- View
|
|
2800
2943
|
objectApiName:
|
|
2801
2944
|
description: Object API name.
|
|
2802
|
-
type: string | nil
|
|
2945
|
+
type: string | nil # TODO: Handrolled nil union
|
|
2803
2946
|
recordTypeId:
|
|
2804
2947
|
description: Record type ID.
|
|
2805
|
-
type: string | nil
|
|
2948
|
+
type: string | nil # TODO: Handrolled nil union
|
|
2806
2949
|
saveOptions:
|
|
2807
2950
|
description: Layout save options.
|
|
2808
2951
|
type: array # TODO: remove nil union hand rolled
|
|
@@ -3112,7 +3255,7 @@ types:
|
|
|
3112
3255
|
picklistValues:
|
|
3113
3256
|
description: The picklist values for this column (or null if the column is
|
|
3114
3257
|
not a picklist).
|
|
3115
|
-
type: array
|
|
3258
|
+
type: array # TODO: Handrolled array type
|
|
3116
3259
|
items:
|
|
3117
3260
|
type: object
|
|
3118
3261
|
properties:
|
|
@@ -3204,13 +3347,13 @@ types:
|
|
|
3204
3347
|
type: array
|
|
3205
3348
|
items:
|
|
3206
3349
|
type: string
|
|
3207
|
-
filterable:
|
|
3208
|
-
description: Indicates whether RelatedList supports QuickFilters.
|
|
3209
|
-
type: boolean
|
|
3210
3350
|
filterLogicString:
|
|
3211
3351
|
description: This is the filter logic such as "(1 OR 2) and 3". Indexes are
|
|
3212
3352
|
1-based.
|
|
3213
3353
|
type: string
|
|
3354
|
+
filterable:
|
|
3355
|
+
description: The value to determine quickFilter support on layout based RelatedLists
|
|
3356
|
+
type: boolean
|
|
3214
3357
|
filteredByInfo:
|
|
3215
3358
|
description: Describes how the list view is filtered.
|
|
3216
3359
|
type: array
|
|
@@ -3687,7 +3830,7 @@ types:
|
|
|
3687
3830
|
description: Name.
|
|
3688
3831
|
type: string
|
|
3689
3832
|
SearchAnswersRecordRepresentation:
|
|
3690
|
-
description: Record for
|
|
3833
|
+
description: Record for Search Answers
|
|
3691
3834
|
type: object
|
|
3692
3835
|
properties:
|
|
3693
3836
|
objectApiLabel:
|
|
@@ -3713,7 +3856,7 @@ types:
|
|
|
3713
3856
|
description: The record’s snippet which includes the answer
|
|
3714
3857
|
type: string
|
|
3715
3858
|
records:
|
|
3716
|
-
description: The list of records for
|
|
3859
|
+
description: The list of records for search answer
|
|
3717
3860
|
type: array
|
|
3718
3861
|
items:
|
|
3719
3862
|
type: SearchAnswersRecordRepresentation
|
|
@@ -3836,7 +3979,7 @@ types:
|
|
|
3836
3979
|
description: Indicates if this select has static options.
|
|
3837
3980
|
type: boolean
|
|
3838
3981
|
multiple:
|
|
3839
|
-
description: Indicates if this select allows multiple values selection
|
|
3982
|
+
description: Indicates if this select allows multiple values selection
|
|
3840
3983
|
type: boolean
|
|
3841
3984
|
staticOptions:
|
|
3842
3985
|
description: Static options that will populate the select filter.
|
|
@@ -3954,15 +4097,15 @@ types:
|
|
|
3954
4097
|
keywordSearchResults:
|
|
3955
4098
|
description: Keyword Search Results Response
|
|
3956
4099
|
type: KeywordSearchResultsRepresentation | nil
|
|
4100
|
+
qnaResult:
|
|
4101
|
+
description: Search Answers Response
|
|
4102
|
+
type: SearchAnswersResultRepresentation | nil
|
|
3957
4103
|
query:
|
|
3958
4104
|
description: Search query that yielded the search results
|
|
3959
4105
|
type: string
|
|
3960
4106
|
queryId:
|
|
3961
4107
|
description: Search’s request ID
|
|
3962
4108
|
type: string
|
|
3963
|
-
qnaResult:
|
|
3964
|
-
description: Question and Answer Response
|
|
3965
|
-
type: SearchAnswersResultRepresentation | nil
|
|
3966
4109
|
SimplifiedBatchRepresentation:
|
|
3967
4110
|
description: Result of an entire batch request operation. Results are ordered
|
|
3968
4111
|
in the same order in which the requests were given. Results may either be a
|
|
@@ -4143,6 +4286,20 @@ types:
|
|
|
4143
4286
|
valueType:
|
|
4144
4287
|
description: wire data value type.
|
|
4145
4288
|
type: string
|
|
4289
|
+
WorkStepPicklistValueAttributeRepresentation:
|
|
4290
|
+
description: Additional picklist value attributes for WorkStep statuses.
|
|
4291
|
+
discriminatorValue: WorkStepStatus
|
|
4292
|
+
type: AbstractPicklistValueAttributesRepresentation
|
|
4293
|
+
properties:
|
|
4294
|
+
sortOrder:
|
|
4295
|
+
description: Indicate the order in which the work step statuses are displayed
|
|
4296
|
+
in the status category's picklist. For more info, see the doc for the WorkStepStatus
|
|
4297
|
+
standard object
|
|
4298
|
+
type: integer
|
|
4299
|
+
statusCode:
|
|
4300
|
+
description: Indicate the status category that this status belongs to. For
|
|
4301
|
+
more info, see the doc for the WorkStepStatus standard object
|
|
4302
|
+
type: string
|
|
4146
4303
|
BatchRepresentation:
|
|
4147
4304
|
description: 'added by hand, was intended to be hidden and internal, connect-gen modeling is ignoring that and referencing it in two places above. both appear to be referencing abstract datatypes as the Batch Type, could be it.?'
|
|
4148
4305
|
type: object
|
|
@@ -4277,6 +4434,7 @@ types:
|
|
|
4277
4434
|
required: false
|
|
4278
4435
|
/graphql:
|
|
4279
4436
|
post:
|
|
4437
|
+
displayName: postGraphQL
|
|
4280
4438
|
description: Execute a GraphQL query.
|
|
4281
4439
|
responses:
|
|
4282
4440
|
'200':
|
|
@@ -4291,13 +4449,14 @@ types:
|
|
|
4291
4449
|
(oas-body-name): queryInput
|
|
4292
4450
|
/graphql/batch:
|
|
4293
4451
|
post:
|
|
4452
|
+
displayName: postGraphQLBatch
|
|
4294
4453
|
description: Post a batch graphQL request.
|
|
4295
4454
|
responses:
|
|
4296
4455
|
'200':
|
|
4297
4456
|
description: Success
|
|
4298
4457
|
body:
|
|
4299
4458
|
application/json:
|
|
4300
|
-
type: GraphQLBatchRepresentation
|
|
4459
|
+
type: GraphQLBatchRepresentation # TODO: Handrolled type
|
|
4301
4460
|
body:
|
|
4302
4461
|
application/json:
|
|
4303
4462
|
type: GraphQLBatchInputRepresentation
|
|
@@ -4307,6 +4466,7 @@ types:
|
|
|
4307
4466
|
/actions:
|
|
4308
4467
|
/flexipage/{flexipageNames}:
|
|
4309
4468
|
get:
|
|
4469
|
+
displayName: getActionFlexipage
|
|
4310
4470
|
description: Retrieve presentation-ready action data about specific flexipageNames.
|
|
4311
4471
|
responses:
|
|
4312
4472
|
'200':
|
|
@@ -4351,6 +4511,7 @@ types:
|
|
|
4351
4511
|
(oas-collectionFormat): csv
|
|
4352
4512
|
/global:
|
|
4353
4513
|
get:
|
|
4514
|
+
displayName: getActionGlobal
|
|
4354
4515
|
description: Retrieve presentation-ready action data for Global context.
|
|
4355
4516
|
responses:
|
|
4356
4517
|
'200':
|
|
@@ -4400,6 +4561,7 @@ types:
|
|
|
4400
4561
|
(oas-collectionFormat): csv
|
|
4401
4562
|
/layout/{actionApiName}:
|
|
4402
4563
|
get:
|
|
4564
|
+
displayName: getActionLayout
|
|
4403
4565
|
description: Retrieve a Quick Action layout.
|
|
4404
4566
|
responses:
|
|
4405
4567
|
'200':
|
|
@@ -4413,6 +4575,7 @@ types:
|
|
|
4413
4575
|
required: true
|
|
4414
4576
|
/list-view-chart/{objectApiNames}:
|
|
4415
4577
|
get:
|
|
4578
|
+
displayName: getActionListViewChart
|
|
4416
4579
|
description: Retrieve presentation-ready action data about specific list-view-chart
|
|
4417
4580
|
objectApiNames.
|
|
4418
4581
|
responses:
|
|
@@ -4458,6 +4621,7 @@ types:
|
|
|
4458
4621
|
(oas-collectionFormat): csv
|
|
4459
4622
|
/list-view-record/{recordIds}:
|
|
4460
4623
|
get:
|
|
4624
|
+
displayName: getActionListViewRecord
|
|
4461
4625
|
description: Retrieve presentation-ready action data about specific recordIds.
|
|
4462
4626
|
responses:
|
|
4463
4627
|
'200':
|
|
@@ -4502,6 +4666,7 @@ types:
|
|
|
4502
4666
|
(oas-collectionFormat): csv
|
|
4503
4667
|
/list-view/{listViewIds}:
|
|
4504
4668
|
get:
|
|
4669
|
+
displayName: getActionListView
|
|
4505
4670
|
description: Retrieve presentation-ready action data about specific list-view
|
|
4506
4671
|
listViewIds.
|
|
4507
4672
|
responses:
|
|
@@ -4547,6 +4712,7 @@ types:
|
|
|
4547
4712
|
(oas-collectionFormat): csv
|
|
4548
4713
|
/lookup/{objectApiNames}:
|
|
4549
4714
|
get:
|
|
4715
|
+
displayName: getActionLookup
|
|
4550
4716
|
description: Retrieve presentation-ready action data about specific lookup
|
|
4551
4717
|
objectApiNames.
|
|
4552
4718
|
responses:
|
|
@@ -4592,6 +4758,7 @@ types:
|
|
|
4592
4758
|
(oas-collectionFormat): csv
|
|
4593
4759
|
/mru-list/{objectApiNames}:
|
|
4594
4760
|
get:
|
|
4761
|
+
displayName: getActionMruList
|
|
4595
4762
|
description: Retrieve presentation-ready action data about specific mru-list
|
|
4596
4763
|
objectApiNames.
|
|
4597
4764
|
responses:
|
|
@@ -4637,6 +4804,7 @@ types:
|
|
|
4637
4804
|
(oas-collectionFormat): csv
|
|
4638
4805
|
/object/{objectApiName}/record-create:
|
|
4639
4806
|
get:
|
|
4807
|
+
displayName: getActionObject
|
|
4640
4808
|
description: Retrieve presentation-ready action data about specific objectApiName
|
|
4641
4809
|
under the RecordCreate subcontext.
|
|
4642
4810
|
responses:
|
|
@@ -4679,6 +4847,7 @@ types:
|
|
|
4679
4847
|
required: true
|
|
4680
4848
|
/overrides/{objectApiName}:
|
|
4681
4849
|
get:
|
|
4850
|
+
displayName: getActionOverride
|
|
4682
4851
|
description: Retrieve evaluatable rules and flexipage names
|
|
4683
4852
|
responses:
|
|
4684
4853
|
'200':
|
|
@@ -4694,8 +4863,42 @@ types:
|
|
|
4694
4863
|
objectApiName:
|
|
4695
4864
|
type: string
|
|
4696
4865
|
required: true
|
|
4866
|
+
/perform-quick-action/{actionApiName}:
|
|
4867
|
+
patch:
|
|
4868
|
+
displayName: patchActionPerformQuickAction
|
|
4869
|
+
description: performing a quick action that updates a record.
|
|
4870
|
+
responses:
|
|
4871
|
+
'200':
|
|
4872
|
+
description: Success
|
|
4873
|
+
body:
|
|
4874
|
+
application/json:
|
|
4875
|
+
type: QuickActionExecutionRepresentation
|
|
4876
|
+
body:
|
|
4877
|
+
application/json:
|
|
4878
|
+
type: PerformActionInputRepresentation
|
|
4879
|
+
# required: false - W-9109412: Property 'required' not supported in a RAML 1.0 object node
|
|
4880
|
+
(oas-body-name): performQuickActionInput
|
|
4881
|
+
post:
|
|
4882
|
+
displayName: postActionPerformQuickAction
|
|
4883
|
+
description: performing a quick action.
|
|
4884
|
+
responses:
|
|
4885
|
+
'200':
|
|
4886
|
+
description: Success
|
|
4887
|
+
body:
|
|
4888
|
+
application/json:
|
|
4889
|
+
type: QuickActionExecutionRepresentation
|
|
4890
|
+
body:
|
|
4891
|
+
application/json:
|
|
4892
|
+
type: PerformActionInputRepresentation
|
|
4893
|
+
# required: false - W-9109412: Property 'required' not supported in a RAML 1.0 object node
|
|
4894
|
+
(oas-body-name): performQuickActionInput
|
|
4895
|
+
uriParameters:
|
|
4896
|
+
actionApiName:
|
|
4897
|
+
type: string
|
|
4898
|
+
required: true
|
|
4697
4899
|
/photo/{recordIds}:
|
|
4698
4900
|
get:
|
|
4901
|
+
displayName: getActionPhoto
|
|
4699
4902
|
description: Retrieve presentation-ready action data for photo of recorIds.
|
|
4700
4903
|
responses:
|
|
4701
4904
|
'200':
|
|
@@ -4740,6 +4943,7 @@ types:
|
|
|
4740
4943
|
(oas-collectionFormat): csv
|
|
4741
4944
|
/record-defaults/{actionApiName}:
|
|
4742
4945
|
get:
|
|
4946
|
+
displayName: getActionQuickActionDefaults
|
|
4743
4947
|
description: Retrieve a quick action default values.
|
|
4744
4948
|
responses:
|
|
4745
4949
|
'200':
|
|
@@ -4761,39 +4965,9 @@ types:
|
|
|
4761
4965
|
actionApiName:
|
|
4762
4966
|
type: string
|
|
4763
4967
|
required: true
|
|
4764
|
-
/perform-quick-action/{actionApiName}:
|
|
4765
|
-
patch:
|
|
4766
|
-
description: performing a quick action that updates a record.
|
|
4767
|
-
responses:
|
|
4768
|
-
'200':
|
|
4769
|
-
description: Success
|
|
4770
|
-
body:
|
|
4771
|
-
application/json:
|
|
4772
|
-
type: QuickActionExecutionRepresentation
|
|
4773
|
-
body:
|
|
4774
|
-
application/json:
|
|
4775
|
-
type: PerformActionInputRepresentation
|
|
4776
|
-
# required: false - W-9109412: Property 'required' not supported in a RAML 1.0 object node
|
|
4777
|
-
(oas-body-name): performQuickActionInput
|
|
4778
|
-
post:
|
|
4779
|
-
description: performing a quick action.
|
|
4780
|
-
responses:
|
|
4781
|
-
'200':
|
|
4782
|
-
description: Success
|
|
4783
|
-
body:
|
|
4784
|
-
application/json:
|
|
4785
|
-
type: QuickActionExecutionRepresentation
|
|
4786
|
-
body:
|
|
4787
|
-
application/json:
|
|
4788
|
-
type: PerformActionInputRepresentation
|
|
4789
|
-
# required: false - W-9109412: Property 'required' not supported in a RAML 1.0 object node
|
|
4790
|
-
(oas-body-name): performQuickActionInput
|
|
4791
|
-
uriParameters:
|
|
4792
|
-
actionApiName:
|
|
4793
|
-
type: string
|
|
4794
|
-
required: true
|
|
4795
4968
|
/record/{recordIds}:
|
|
4796
4969
|
get:
|
|
4970
|
+
displayName: getActionRecord
|
|
4797
4971
|
description: Retrieve presentation-ready action data about specific recordIds.
|
|
4798
4972
|
responses:
|
|
4799
4973
|
'200':
|
|
@@ -4850,6 +5024,7 @@ types:
|
|
|
4850
5024
|
(oas-collectionFormat): csv
|
|
4851
5025
|
/record-edit:
|
|
4852
5026
|
get:
|
|
5027
|
+
displayName: getActionRecordEdit
|
|
4853
5028
|
description: Retrieve presentation-ready action data about specific recordId
|
|
4854
5029
|
under the RecordEdit subcontext.
|
|
4855
5030
|
responses:
|
|
@@ -5079,9 +5254,9 @@ types:
|
|
|
5079
5254
|
(oas-collectionFormat): csv
|
|
5080
5255
|
/batch/{relatedListIds}:
|
|
5081
5256
|
get:
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
|
|
5257
|
+
displayName: getActionRelatedList
|
|
5258
|
+
description: Retrieve presentation-ready action data about specific recordId
|
|
5259
|
+
for the RelatedList subcontexts relatedListIds.
|
|
5085
5260
|
responses:
|
|
5086
5261
|
'200':
|
|
5087
5262
|
description: Success
|
|
@@ -5102,9 +5277,21 @@ types:
|
|
|
5102
5277
|
- QuickAction
|
|
5103
5278
|
- StandardButton
|
|
5104
5279
|
(oas-collectionFormat): csv
|
|
5280
|
+
apiNames:
|
|
5281
|
+
type: array
|
|
5282
|
+
required: false
|
|
5283
|
+
items:
|
|
5284
|
+
type: string
|
|
5285
|
+
(oas-collectionFormat): csv
|
|
5105
5286
|
formFactor:
|
|
5106
5287
|
type: string
|
|
5107
5288
|
required: false
|
|
5289
|
+
retrievalMode:
|
|
5290
|
+
type: string
|
|
5291
|
+
required: false
|
|
5292
|
+
enum:
|
|
5293
|
+
- All
|
|
5294
|
+
- PageLayout
|
|
5108
5295
|
sections:
|
|
5109
5296
|
type: array
|
|
5110
5297
|
required: false
|
|
@@ -5144,6 +5331,7 @@ types:
|
|
|
5144
5331
|
(oas-collectionFormat): csv
|
|
5145
5332
|
/{relatedListId}:
|
|
5146
5333
|
post:
|
|
5334
|
+
displayName: postActionRelatedList
|
|
5147
5335
|
description: Returns record data to populate a related list.
|
|
5148
5336
|
responses:
|
|
5149
5337
|
'200':
|
|
@@ -5209,6 +5397,7 @@ types:
|
|
|
5209
5397
|
required: true
|
|
5210
5398
|
/related-list-record/{relatedListRecordIds}:
|
|
5211
5399
|
get:
|
|
5400
|
+
displayName: getActionRelatedListRecord
|
|
5212
5401
|
description: Retrieve presentation-ready action data about specific recordId
|
|
5213
5402
|
under the related-list-record relatedListRecordIds.
|
|
5214
5403
|
responses:
|
|
@@ -5260,6 +5449,7 @@ types:
|
|
|
5260
5449
|
(oas-collectionFormat): csv
|
|
5261
5450
|
/aggregate-ui:
|
|
5262
5451
|
get:
|
|
5452
|
+
displayName: getAggregateUi
|
|
5263
5453
|
description: Retrieve presentation-ready metadata and data.
|
|
5264
5454
|
responses:
|
|
5265
5455
|
'200':
|
|
@@ -5276,6 +5466,7 @@ types:
|
|
|
5276
5466
|
type: string
|
|
5277
5467
|
required: false
|
|
5278
5468
|
post:
|
|
5469
|
+
displayName: postAggregateUi
|
|
5279
5470
|
description: Executes multiple requests within a single request
|
|
5280
5471
|
responses:
|
|
5281
5472
|
'200':
|
|
@@ -5290,6 +5481,7 @@ types:
|
|
|
5290
5481
|
(oas-body-name): input
|
|
5291
5482
|
/apps:
|
|
5292
5483
|
get:
|
|
5484
|
+
displayName: getApps
|
|
5293
5485
|
description: Retrieves the list of apps accessible for current user
|
|
5294
5486
|
responses:
|
|
5295
5487
|
'200':
|
|
@@ -5300,12 +5492,13 @@ types:
|
|
|
5300
5492
|
queryParameters:
|
|
5301
5493
|
formFactor:
|
|
5302
5494
|
type: string
|
|
5303
|
-
required:
|
|
5495
|
+
required: false
|
|
5304
5496
|
userCustomizations:
|
|
5305
5497
|
type: boolean
|
|
5306
5498
|
required: false
|
|
5307
5499
|
/selected:
|
|
5308
5500
|
get:
|
|
5501
|
+
displayName: getCurrentApp
|
|
5309
5502
|
description: Retrieves an app current user last selected or should see by
|
|
5310
5503
|
default
|
|
5311
5504
|
responses:
|
|
@@ -5317,12 +5510,13 @@ types:
|
|
|
5317
5510
|
queryParameters:
|
|
5318
5511
|
formFactor:
|
|
5319
5512
|
type: string
|
|
5320
|
-
required:
|
|
5513
|
+
required: false
|
|
5321
5514
|
userCustomizations:
|
|
5322
5515
|
type: boolean
|
|
5323
5516
|
required: false
|
|
5324
5517
|
/{appId}:
|
|
5325
5518
|
get:
|
|
5519
|
+
displayName: getApp
|
|
5326
5520
|
description: Retrieves an app for the given app ID
|
|
5327
5521
|
responses:
|
|
5328
5522
|
'200':
|
|
@@ -5333,11 +5527,12 @@ types:
|
|
|
5333
5527
|
queryParameters:
|
|
5334
5528
|
formFactor:
|
|
5335
5529
|
type: string
|
|
5336
|
-
required:
|
|
5530
|
+
required: false
|
|
5337
5531
|
userCustomizations:
|
|
5338
5532
|
type: boolean
|
|
5339
5533
|
required: false
|
|
5340
5534
|
patch:
|
|
5535
|
+
displayName: patchApp
|
|
5341
5536
|
description: Returns the app metadata for the given App id and also saves
|
|
5342
5537
|
this app as Last accessed app for the user
|
|
5343
5538
|
responses:
|
|
@@ -5349,7 +5544,7 @@ types:
|
|
|
5349
5544
|
queryParameters:
|
|
5350
5545
|
formFactor:
|
|
5351
5546
|
type: string
|
|
5352
|
-
required:
|
|
5547
|
+
required: false
|
|
5353
5548
|
userCustomizations:
|
|
5354
5549
|
type: boolean
|
|
5355
5550
|
required: false
|
|
@@ -5359,6 +5554,7 @@ types:
|
|
|
5359
5554
|
required: true
|
|
5360
5555
|
/{appId}/user-nav-items:
|
|
5361
5556
|
get:
|
|
5557
|
+
displayName: getUserNav
|
|
5362
5558
|
description: Retrieves the user's personalized nav items.
|
|
5363
5559
|
responses:
|
|
5364
5560
|
'200':
|
|
@@ -5371,6 +5567,7 @@ types:
|
|
|
5371
5567
|
type: string
|
|
5372
5568
|
required: false
|
|
5373
5569
|
put:
|
|
5570
|
+
displayName: putUserNav
|
|
5374
5571
|
description: Updates all the user's personalized nav items.
|
|
5375
5572
|
responses:
|
|
5376
5573
|
'200':
|
|
@@ -5389,6 +5586,7 @@ types:
|
|
|
5389
5586
|
required: true
|
|
5390
5587
|
/duplicates/{objectApiName}:
|
|
5391
5588
|
get:
|
|
5589
|
+
displayName: getDuplicateConfig
|
|
5392
5590
|
description: Get duplicate management configuration for a specific entity
|
|
5393
5591
|
object
|
|
5394
5592
|
responses:
|
|
@@ -5409,6 +5607,7 @@ types:
|
|
|
5409
5607
|
getDuplicateConfigurationResponse1: 'Lead'
|
|
5410
5608
|
/favorites:
|
|
5411
5609
|
get:
|
|
5610
|
+
displayName: getFavoriteCollection
|
|
5412
5611
|
description: Gets a collection of favorites.
|
|
5413
5612
|
responses:
|
|
5414
5613
|
'200':
|
|
@@ -5417,6 +5616,7 @@ types:
|
|
|
5417
5616
|
application/json:
|
|
5418
5617
|
type: FavoriteCollectionRepresentation
|
|
5419
5618
|
post:
|
|
5619
|
+
displayName: postFavoriteCollection
|
|
5420
5620
|
description: Creates a single favorite.
|
|
5421
5621
|
responses:
|
|
5422
5622
|
'200':
|
|
@@ -5449,6 +5649,7 @@ types:
|
|
|
5449
5649
|
(oas-body-name): favorite
|
|
5450
5650
|
/batch:
|
|
5451
5651
|
put:
|
|
5652
|
+
displayName: putFavoriteBatch
|
|
5452
5653
|
description: Updates all favorites at once. Sort order is updated to the
|
|
5453
5654
|
given relative ordering and any favorites missing from the input payload
|
|
5454
5655
|
are deleted.
|
|
@@ -5465,11 +5666,13 @@ types:
|
|
|
5465
5666
|
(oas-body-name): favorites
|
|
5466
5667
|
/{favoriteId}:
|
|
5467
5668
|
delete:
|
|
5669
|
+
displayName: deleteFavorite
|
|
5468
5670
|
description: Deletes a single favorite by ID.
|
|
5469
5671
|
responses:
|
|
5470
5672
|
'200':
|
|
5471
5673
|
description: Success
|
|
5472
5674
|
get:
|
|
5675
|
+
displayName: getFavorite
|
|
5473
5676
|
description: Retrieve a single favorite by ID.
|
|
5474
5677
|
responses:
|
|
5475
5678
|
'200':
|
|
@@ -5478,6 +5681,7 @@ types:
|
|
|
5478
5681
|
application/json:
|
|
5479
5682
|
type: FavoriteRepresentation
|
|
5480
5683
|
patch:
|
|
5684
|
+
displayName: patchFavorite
|
|
5481
5685
|
description: Updates a single favorite by ID.
|
|
5482
5686
|
responses:
|
|
5483
5687
|
'200':
|
|
@@ -5503,6 +5707,7 @@ types:
|
|
|
5503
5707
|
required: true
|
|
5504
5708
|
/{favoriteId}/usage:
|
|
5505
5709
|
patch:
|
|
5710
|
+
displayName: patchFavoriteUsage
|
|
5506
5711
|
description: Increments the accessCount and sets the lastAccessDate to the
|
|
5507
5712
|
current system time.
|
|
5508
5713
|
responses:
|
|
@@ -5517,6 +5722,7 @@ types:
|
|
|
5517
5722
|
required: true
|
|
5518
5723
|
/forms/{apiName}:
|
|
5519
5724
|
get:
|
|
5725
|
+
displayName: getForm
|
|
5520
5726
|
description: Retrieve a specific form by name.
|
|
5521
5727
|
responses:
|
|
5522
5728
|
'200':
|
|
@@ -5528,8 +5734,52 @@ types:
|
|
|
5528
5734
|
apiName:
|
|
5529
5735
|
type: string
|
|
5530
5736
|
required: true
|
|
5737
|
+
/health-check:
|
|
5738
|
+
delete:
|
|
5739
|
+
displayName: deleteHealthCheck
|
|
5740
|
+
description: UI API health check get operation
|
|
5741
|
+
responses:
|
|
5742
|
+
'200':
|
|
5743
|
+
description: Success
|
|
5744
|
+
get:
|
|
5745
|
+
displayName: getHealthCheck
|
|
5746
|
+
description: UI API health check get operation
|
|
5747
|
+
responses:
|
|
5748
|
+
'200':
|
|
5749
|
+
description: Success
|
|
5750
|
+
body:
|
|
5751
|
+
application/json:
|
|
5752
|
+
type: HealthCheckRepresentation
|
|
5753
|
+
patch:
|
|
5754
|
+
displayName: patchHealthCheck
|
|
5755
|
+
description: UI API health check get operation
|
|
5756
|
+
responses:
|
|
5757
|
+
'200':
|
|
5758
|
+
description: Success
|
|
5759
|
+
body:
|
|
5760
|
+
application/json:
|
|
5761
|
+
type: HealthCheckRepresentation
|
|
5762
|
+
post:
|
|
5763
|
+
displayName: postHealthCheck
|
|
5764
|
+
description: UI API health check get operation
|
|
5765
|
+
responses:
|
|
5766
|
+
'200':
|
|
5767
|
+
description: Success
|
|
5768
|
+
body:
|
|
5769
|
+
application/json:
|
|
5770
|
+
type: HealthCheckRepresentation
|
|
5771
|
+
put:
|
|
5772
|
+
displayName: putHealthCheck
|
|
5773
|
+
description: UI API health check get operation
|
|
5774
|
+
responses:
|
|
5775
|
+
'200':
|
|
5776
|
+
description: Success
|
|
5777
|
+
body:
|
|
5778
|
+
application/json:
|
|
5779
|
+
type: HealthCheckRepresentation
|
|
5531
5780
|
/layout/{objectApiName}:
|
|
5532
5781
|
get:
|
|
5782
|
+
displayName: getLayout
|
|
5533
5783
|
description: Retrieve a specific layout.
|
|
5534
5784
|
responses:
|
|
5535
5785
|
'200':
|
|
@@ -5549,6 +5799,7 @@ types:
|
|
|
5549
5799
|
- Full
|
|
5550
5800
|
- Mdp
|
|
5551
5801
|
- Search
|
|
5802
|
+
- Service_Document
|
|
5552
5803
|
mode:
|
|
5553
5804
|
type: string
|
|
5554
5805
|
required: false
|
|
@@ -5566,6 +5817,7 @@ types:
|
|
|
5566
5817
|
required: true
|
|
5567
5818
|
/layout/{objectApiName}/user-state:
|
|
5568
5819
|
get:
|
|
5820
|
+
displayName: getLayoutUserState
|
|
5569
5821
|
description: Retrieve a specific layout's user state.
|
|
5570
5822
|
responses:
|
|
5571
5823
|
'200':
|
|
@@ -5585,6 +5837,7 @@ types:
|
|
|
5585
5837
|
- Full
|
|
5586
5838
|
- Mdp
|
|
5587
5839
|
- Search
|
|
5840
|
+
- Service_Document
|
|
5588
5841
|
mode:
|
|
5589
5842
|
type: string
|
|
5590
5843
|
required: false
|
|
@@ -5597,6 +5850,7 @@ types:
|
|
|
5597
5850
|
type: string
|
|
5598
5851
|
required: false
|
|
5599
5852
|
patch:
|
|
5853
|
+
displayName: patchLayoutUserState
|
|
5600
5854
|
description: Update a specific layout's user state.
|
|
5601
5855
|
responses:
|
|
5602
5856
|
'200':
|
|
@@ -5616,6 +5870,7 @@ types:
|
|
|
5616
5870
|
- Full
|
|
5617
5871
|
- Mdp
|
|
5618
5872
|
- Search
|
|
5873
|
+
- Service_Document
|
|
5619
5874
|
mode:
|
|
5620
5875
|
type: string
|
|
5621
5876
|
required: false
|
|
@@ -5639,6 +5894,7 @@ types:
|
|
|
5639
5894
|
/list-info:
|
|
5640
5895
|
/batch:
|
|
5641
5896
|
get:
|
|
5897
|
+
displayName: getListInfoBatch
|
|
5642
5898
|
description: Retrieve a list of listInfo.
|
|
5643
5899
|
responses:
|
|
5644
5900
|
'200':
|
|
@@ -5661,6 +5917,7 @@ types:
|
|
|
5661
5917
|
(oas-collectionFormat): csv
|
|
5662
5918
|
/{listViewId}:
|
|
5663
5919
|
get:
|
|
5920
|
+
displayName: getListInfo
|
|
5664
5921
|
description: Retrieve list info.
|
|
5665
5922
|
responses:
|
|
5666
5923
|
'200':
|
|
@@ -5668,12 +5925,27 @@ types:
|
|
|
5668
5925
|
body:
|
|
5669
5926
|
application/json:
|
|
5670
5927
|
type: ListInfoRepresentation
|
|
5928
|
+
patch:
|
|
5929
|
+
displayName: patchListInfo
|
|
5930
|
+
description: Update list info
|
|
5931
|
+
responses:
|
|
5932
|
+
'200':
|
|
5933
|
+
description: Success
|
|
5934
|
+
body:
|
|
5935
|
+
application/json:
|
|
5936
|
+
type: ListInfoRepresentation
|
|
5937
|
+
body:
|
|
5938
|
+
application/json:
|
|
5939
|
+
type: ListInfoInputRepresentation
|
|
5940
|
+
# required: false - W-9109412: Property 'required' not supported in a RAML 1.0 object node
|
|
5941
|
+
(oas-body-name): listInfoInput
|
|
5671
5942
|
uriParameters:
|
|
5672
5943
|
listViewId:
|
|
5673
5944
|
type: string
|
|
5674
5945
|
required: true
|
|
5675
5946
|
/{objectApiName}/{listViewApiName}:
|
|
5676
5947
|
get:
|
|
5948
|
+
displayName: getListInfo
|
|
5677
5949
|
description: Retrieve list info.
|
|
5678
5950
|
responses:
|
|
5679
5951
|
'200':
|
|
@@ -5682,7 +5954,8 @@ types:
|
|
|
5682
5954
|
application/json:
|
|
5683
5955
|
type: ListInfoRepresentation
|
|
5684
5956
|
patch:
|
|
5685
|
-
|
|
5957
|
+
displayName: patchListInfo
|
|
5958
|
+
description: Update list info
|
|
5686
5959
|
responses:
|
|
5687
5960
|
'200':
|
|
5688
5961
|
description: Success
|
|
@@ -5701,11 +5974,11 @@ types:
|
|
|
5701
5974
|
objectApiName:
|
|
5702
5975
|
type: string
|
|
5703
5976
|
required: true
|
|
5704
|
-
/list-object-info:
|
|
5977
|
+
/list-object-info: # TODO Handrolled - compiler doesn't like generated raml
|
|
5705
5978
|
/{objectApiName}:
|
|
5706
5979
|
get:
|
|
5707
5980
|
displayName: getListObjectInfo
|
|
5708
|
-
description: Retrieve list
|
|
5981
|
+
description: Retrieve list info.
|
|
5709
5982
|
responses:
|
|
5710
5983
|
'200':
|
|
5711
5984
|
description: Success
|
|
@@ -5719,6 +5992,7 @@ types:
|
|
|
5719
5992
|
/list-records:
|
|
5720
5993
|
/{listViewId}:
|
|
5721
5994
|
get:
|
|
5995
|
+
displayName: getListRecords
|
|
5722
5996
|
description: Returns record data to populate a list.
|
|
5723
5997
|
responses:
|
|
5724
5998
|
'200':
|
|
@@ -5758,6 +6032,7 @@ types:
|
|
|
5758
6032
|
required: true
|
|
5759
6033
|
/{objectApiName}/{listViewApiName}:
|
|
5760
6034
|
get:
|
|
6035
|
+
displayName: getListRecords
|
|
5761
6036
|
description: Returns record data to populate a list.
|
|
5762
6037
|
responses:
|
|
5763
6038
|
'200':
|
|
@@ -5801,6 +6076,7 @@ types:
|
|
|
5801
6076
|
/list-ui:
|
|
5802
6077
|
/{listViewId}:
|
|
5803
6078
|
get:
|
|
6079
|
+
displayName: getListUi
|
|
5804
6080
|
description: Retrieve list data and info.
|
|
5805
6081
|
responses:
|
|
5806
6082
|
'200':
|
|
@@ -5840,6 +6116,7 @@ types:
|
|
|
5840
6116
|
required: true
|
|
5841
6117
|
/{objectApiName}:
|
|
5842
6118
|
get:
|
|
6119
|
+
displayName: getListCollection
|
|
5843
6120
|
description: Retrieve lists for a given objectApiName.
|
|
5844
6121
|
responses:
|
|
5845
6122
|
'200':
|
|
@@ -5867,6 +6144,7 @@ types:
|
|
|
5867
6144
|
required: true
|
|
5868
6145
|
/{objectApiName}/{listViewApiName}:
|
|
5869
6146
|
get:
|
|
6147
|
+
displayName: getListUi
|
|
5870
6148
|
description: Retrieve list data and info.
|
|
5871
6149
|
responses:
|
|
5872
6150
|
'200':
|
|
@@ -5955,6 +6233,7 @@ types:
|
|
|
5955
6233
|
required: true
|
|
5956
6234
|
/lookups/{objectApiName}/{fieldApiName}/{targetApiName}:
|
|
5957
6235
|
get:
|
|
6236
|
+
displayName: getLookupEntity
|
|
5958
6237
|
description: Returns record search results for the given lookup field.
|
|
5959
6238
|
responses:
|
|
5960
6239
|
'200':
|
|
@@ -6000,6 +6279,7 @@ types:
|
|
|
6000
6279
|
required: true
|
|
6001
6280
|
/mru-list-info/{objectApiName}:
|
|
6002
6281
|
get:
|
|
6282
|
+
displayName: getMruListInfo
|
|
6003
6283
|
description: Retrieve MRU list info.
|
|
6004
6284
|
responses:
|
|
6005
6285
|
'200':
|
|
@@ -6013,6 +6293,7 @@ types:
|
|
|
6013
6293
|
required: true
|
|
6014
6294
|
/mru-list-records/{objectApiName}:
|
|
6015
6295
|
get:
|
|
6296
|
+
displayName: getMruListRecords
|
|
6016
6297
|
description: Returns record data to populate an MRU list.
|
|
6017
6298
|
responses:
|
|
6018
6299
|
'200':
|
|
@@ -6051,6 +6332,7 @@ types:
|
|
|
6051
6332
|
required: true
|
|
6052
6333
|
/mru-list-ui/{objectApiName}:
|
|
6053
6334
|
get:
|
|
6335
|
+
displayName: getMruListUi
|
|
6054
6336
|
description: Retrieve MRU list data and info.
|
|
6055
6337
|
responses:
|
|
6056
6338
|
'200':
|
|
@@ -6090,6 +6372,7 @@ types:
|
|
|
6090
6372
|
required: true
|
|
6091
6373
|
/nav-items:
|
|
6092
6374
|
get:
|
|
6375
|
+
displayName: getNavItems
|
|
6093
6376
|
description: Fetch all the nav items
|
|
6094
6377
|
responses:
|
|
6095
6378
|
'200':
|
|
@@ -6115,6 +6398,7 @@ types:
|
|
|
6115
6398
|
required: false
|
|
6116
6399
|
/object-info:
|
|
6117
6400
|
get:
|
|
6401
|
+
displayName: getObjectInfoDirectory
|
|
6118
6402
|
description: Retrieve the object info directory.
|
|
6119
6403
|
responses:
|
|
6120
6404
|
'200':
|
|
@@ -6124,6 +6408,7 @@ types:
|
|
|
6124
6408
|
type: ObjectInfoDirectoryRepresentation
|
|
6125
6409
|
/batch/{objectApiNames}:
|
|
6126
6410
|
get:
|
|
6411
|
+
displayName: getObjectInfoBatch
|
|
6127
6412
|
description: Retrieve metadata about a list of objects.
|
|
6128
6413
|
responses:
|
|
6129
6414
|
'200':
|
|
@@ -6140,6 +6425,7 @@ types:
|
|
|
6140
6425
|
(oas-collectionFormat): csv
|
|
6141
6426
|
/{objectApiName}:
|
|
6142
6427
|
get:
|
|
6428
|
+
displayName: getObjectInfo
|
|
6143
6429
|
description: Retrieve metadata about a specific object.
|
|
6144
6430
|
responses:
|
|
6145
6431
|
'200':
|
|
@@ -6153,6 +6439,7 @@ types:
|
|
|
6153
6439
|
required: true
|
|
6154
6440
|
/picklist-values/{recordTypeId}:
|
|
6155
6441
|
get:
|
|
6442
|
+
displayName: getPicklistValuesByRecordType
|
|
6156
6443
|
description: Returns the values for all picklist fields for a recordType
|
|
6157
6444
|
responses:
|
|
6158
6445
|
'200':
|
|
@@ -6169,6 +6456,7 @@ types:
|
|
|
6169
6456
|
required: true
|
|
6170
6457
|
/picklist-values/{recordTypeId}/{fieldApiName}:
|
|
6171
6458
|
get:
|
|
6459
|
+
displayName: getPicklistValues
|
|
6172
6460
|
description: Returns the values for a specific picklist.
|
|
6173
6461
|
responses:
|
|
6174
6462
|
'200':
|
|
@@ -6188,6 +6476,7 @@ types:
|
|
|
6188
6476
|
required: true
|
|
6189
6477
|
/validation-rules-info:
|
|
6190
6478
|
get:
|
|
6479
|
+
displayName: getValidationRulesInfo
|
|
6191
6480
|
description: Retrieve metadata of validation rules for the given object
|
|
6192
6481
|
responses:
|
|
6193
6482
|
'200':
|
|
@@ -6201,6 +6490,7 @@ types:
|
|
|
6201
6490
|
required: true
|
|
6202
6491
|
/predupe:
|
|
6203
6492
|
post:
|
|
6493
|
+
displayName: postPredupe
|
|
6204
6494
|
description: Performs a predupe check on given a record.
|
|
6205
6495
|
responses:
|
|
6206
6496
|
'200':
|
|
@@ -6261,6 +6551,7 @@ types:
|
|
|
6261
6551
|
/record-avatars:
|
|
6262
6552
|
/batch/{recordIds}:
|
|
6263
6553
|
get:
|
|
6554
|
+
displayName: getRecordAvatarsBatch
|
|
6264
6555
|
description: Retrieve avatar information about specific records.
|
|
6265
6556
|
responses:
|
|
6266
6557
|
'200':
|
|
@@ -6282,6 +6573,7 @@ types:
|
|
|
6282
6573
|
(oas-collectionFormat): csv
|
|
6283
6574
|
/{recordId}:
|
|
6284
6575
|
get:
|
|
6576
|
+
displayName: getRecordAvatars
|
|
6285
6577
|
description: Retrieve avatar information about specific records.
|
|
6286
6578
|
responses:
|
|
6287
6579
|
'200':
|
|
@@ -6300,6 +6592,7 @@ types:
|
|
|
6300
6592
|
required: true
|
|
6301
6593
|
/{recordId}/association:
|
|
6302
6594
|
post:
|
|
6595
|
+
displayName: postRecordAvatarsAssociation
|
|
6303
6596
|
description: Stores avatar association for specific records.
|
|
6304
6597
|
responses:
|
|
6305
6598
|
'200':
|
|
@@ -6319,6 +6612,7 @@ types:
|
|
|
6319
6612
|
/record-defaults:
|
|
6320
6613
|
/clone/{recordId}:
|
|
6321
6614
|
get:
|
|
6615
|
+
displayName: getRecordCloneDefaults
|
|
6322
6616
|
description: Retrieve default values for fields for cloning a record with
|
|
6323
6617
|
optional record type.
|
|
6324
6618
|
responses:
|
|
@@ -6348,6 +6642,7 @@ types:
|
|
|
6348
6642
|
required: true
|
|
6349
6643
|
/create/{objectApiName}:
|
|
6350
6644
|
get:
|
|
6645
|
+
displayName: getRecordCreateDefaults
|
|
6351
6646
|
description: Retrieve default values for fields for a new record of a particular
|
|
6352
6647
|
object and optional record type.
|
|
6353
6648
|
responses:
|
|
@@ -6378,6 +6673,7 @@ types:
|
|
|
6378
6673
|
/template:
|
|
6379
6674
|
/clone/{recordId}:
|
|
6380
6675
|
get:
|
|
6676
|
+
displayName: getRecordDefaultsTemplateClone
|
|
6381
6677
|
description: Retrieve default values for fields for cloning a record with
|
|
6382
6678
|
optional record type without layout information, and specifying only
|
|
6383
6679
|
requested fields and object infos.
|
|
@@ -6403,6 +6699,7 @@ types:
|
|
|
6403
6699
|
required: true
|
|
6404
6700
|
/create/{objectApiName}:
|
|
6405
6701
|
get:
|
|
6702
|
+
displayName: getRecordDefaultsTemplateCreate
|
|
6406
6703
|
description: Retrieve default values for fields for creating a new record
|
|
6407
6704
|
of a particular object without layout information, and specifying only
|
|
6408
6705
|
requested fields and object infos.
|
|
@@ -6428,6 +6725,7 @@ types:
|
|
|
6428
6725
|
required: true
|
|
6429
6726
|
/record-ui/{recordIds}:
|
|
6430
6727
|
get:
|
|
6728
|
+
displayName: getRecordUi
|
|
6431
6729
|
description: Retrieve presentation-ready metadata and data about specific
|
|
6432
6730
|
records.
|
|
6433
6731
|
responses:
|
|
@@ -6460,6 +6758,7 @@ types:
|
|
|
6460
6758
|
- Full
|
|
6461
6759
|
- Mdp
|
|
6462
6760
|
- Search
|
|
6761
|
+
- Service_Document
|
|
6463
6762
|
(oas-collectionFormat): csv
|
|
6464
6763
|
modes:
|
|
6465
6764
|
type: array
|
|
@@ -6498,6 +6797,7 @@ types:
|
|
|
6498
6797
|
(oas-collectionFormat): csv
|
|
6499
6798
|
/records:
|
|
6500
6799
|
post:
|
|
6800
|
+
displayName: postRecordDataCollection
|
|
6501
6801
|
description: Create a new record.
|
|
6502
6802
|
responses:
|
|
6503
6803
|
'200':
|
|
@@ -6505,12 +6805,16 @@ types:
|
|
|
6505
6805
|
body:
|
|
6506
6806
|
application/json:
|
|
6507
6807
|
type: RecordRepresentation
|
|
6508
|
-
# TODO: hand rolled - manually commented out name collision. https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAorh3L
|
|
6509
|
-
#queryParameters:
|
|
6510
|
-
# allowSaveOnDuplicate:
|
|
6511
|
-
# type: boolean
|
|
6512
|
-
# required: false
|
|
6513
6808
|
queryParameters:
|
|
6809
|
+
# TODO: hand rolled - manually commented out name collision. https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAorh3L
|
|
6810
|
+
# allowSaveOnDuplicate:
|
|
6811
|
+
# type: boolean
|
|
6812
|
+
# required: false
|
|
6813
|
+
# default: false
|
|
6814
|
+
includeFieldsInBody:
|
|
6815
|
+
type: boolean
|
|
6816
|
+
required: false
|
|
6817
|
+
default: false
|
|
6514
6818
|
triggerOtherEmail:
|
|
6515
6819
|
type: boolean
|
|
6516
6820
|
required: false
|
|
@@ -6533,8 +6837,25 @@ types:
|
|
|
6533
6837
|
binaryInputList:
|
|
6534
6838
|
type: file
|
|
6535
6839
|
required: false
|
|
6840
|
+
# TODO: Property '/batch' not supported in a RAML 1.0 operation node. Target Node: src/raml/api.raml#/web-api/end-points/%2Fui-api%2Frecords/post
|
|
6841
|
+
# /batch:
|
|
6842
|
+
# post:
|
|
6843
|
+
# displayName: postBatchRecord
|
|
6844
|
+
# description: Create new records.
|
|
6845
|
+
# responses:
|
|
6846
|
+
# '200':
|
|
6847
|
+
# description: Success
|
|
6848
|
+
# body:
|
|
6849
|
+
# application/json:
|
|
6850
|
+
# type: BatchRepresentation
|
|
6851
|
+
# body:
|
|
6852
|
+
# application/json:
|
|
6853
|
+
# type: BatchInputRepresentation
|
|
6854
|
+
# # required: false - W-9109412: Property 'required' not supported in a RAML 1.0 object node
|
|
6855
|
+
# (oas-body-name): recordInput
|
|
6536
6856
|
/batch/{recordIds}:
|
|
6537
6857
|
get:
|
|
6858
|
+
displayName: getBatchRecordData
|
|
6538
6859
|
description: Retrieve record data for a list of recordIds.
|
|
6539
6860
|
responses:
|
|
6540
6861
|
'200':
|
|
@@ -6568,6 +6889,7 @@ types:
|
|
|
6568
6889
|
- Full
|
|
6569
6890
|
- Mdp
|
|
6570
6891
|
- Search
|
|
6892
|
+
- Service_Document
|
|
6571
6893
|
(oas-collectionFormat): csv
|
|
6572
6894
|
modes:
|
|
6573
6895
|
type: array
|
|
@@ -6605,11 +6927,13 @@ types:
|
|
|
6605
6927
|
(oas-collectionFormat): csv
|
|
6606
6928
|
/{recordId}:
|
|
6607
6929
|
delete:
|
|
6930
|
+
displayName: deleteRecordData
|
|
6608
6931
|
description: Delete record.
|
|
6609
6932
|
responses:
|
|
6610
6933
|
'200':
|
|
6611
6934
|
description: Success
|
|
6612
6935
|
get:
|
|
6936
|
+
displayName: getRecordData
|
|
6613
6937
|
description: Retrieve record data.
|
|
6614
6938
|
responses:
|
|
6615
6939
|
'200':
|
|
@@ -6649,6 +6973,7 @@ types:
|
|
|
6649
6973
|
- Full
|
|
6650
6974
|
- Mdp
|
|
6651
6975
|
- Search
|
|
6976
|
+
- Service_Document
|
|
6652
6977
|
(oas-collectionFormat): csv
|
|
6653
6978
|
modes:
|
|
6654
6979
|
type: array
|
|
@@ -6678,6 +7003,7 @@ types:
|
|
|
6678
7003
|
required: false
|
|
6679
7004
|
default: false
|
|
6680
7005
|
patch:
|
|
7006
|
+
displayName: patchRecordData
|
|
6681
7007
|
description: Update an existing record.
|
|
6682
7008
|
responses:
|
|
6683
7009
|
'200':
|
|
@@ -6685,12 +7011,15 @@ types:
|
|
|
6685
7011
|
body:
|
|
6686
7012
|
application/json:
|
|
6687
7013
|
type: RecordRepresentation
|
|
6688
|
-
# TODO: hand rolled - manually commented out name collision. https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAorh3L
|
|
6689
|
-
#queryParameters:
|
|
6690
|
-
# allowSaveOnDuplicate:
|
|
6691
|
-
# type: boolean
|
|
6692
|
-
# required: false
|
|
6693
7014
|
queryParameters:
|
|
7015
|
+
# TODO: hand rolled - manually commented out name collision. https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAorh3L
|
|
7016
|
+
# TODO: hand rolled - manually commented out name collision. https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAorh3L
|
|
7017
|
+
#queryParameters:
|
|
7018
|
+
# TODO: hand rolled - manually commented out name collision. https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAorh3L
|
|
7019
|
+
#queryParameters:
|
|
7020
|
+
# allowSaveOnDuplicate:
|
|
7021
|
+
# type: boolean
|
|
7022
|
+
# required: false
|
|
6694
7023
|
triggerOtherEmail:
|
|
6695
7024
|
type: boolean
|
|
6696
7025
|
required: false
|
|
@@ -6724,6 +7053,7 @@ types:
|
|
|
6724
7053
|
required: true
|
|
6725
7054
|
/{recordId}/child-relationships/{relationshipName}:
|
|
6726
7055
|
get:
|
|
7056
|
+
displayName: getChildRelationship
|
|
6727
7057
|
description: Retrieve child relationship data on a parent record.
|
|
6728
7058
|
responses:
|
|
6729
7059
|
'200':
|
|
@@ -6823,6 +7153,7 @@ types:
|
|
|
6823
7153
|
/related-list-count:
|
|
6824
7154
|
/batch/{parentRecordId}/{relatedListNames}:
|
|
6825
7155
|
get:
|
|
7156
|
+
displayName: getRelatedListRecordCountBatch
|
|
6826
7157
|
description: Retrieve a batch of record counts.
|
|
6827
7158
|
responses:
|
|
6828
7159
|
'200':
|
|
@@ -6846,6 +7177,7 @@ types:
|
|
|
6846
7177
|
(oas-collectionFormat): csv
|
|
6847
7178
|
/{parentRecordId}/{relatedListId}:
|
|
6848
7179
|
get:
|
|
7180
|
+
displayName: getRelatedListRecordCount
|
|
6849
7181
|
description: Retrieve record counts.
|
|
6850
7182
|
responses:
|
|
6851
7183
|
'200':
|
|
@@ -6867,6 +7199,7 @@ types:
|
|
|
6867
7199
|
/related-list-info:
|
|
6868
7200
|
/batch/{parentObjectApiName}/{relatedListNames}:
|
|
6869
7201
|
get:
|
|
7202
|
+
displayName: getRelatedListInfoBatch
|
|
6870
7203
|
description: Retrieve a batch of related list info.
|
|
6871
7204
|
responses:
|
|
6872
7205
|
'200':
|
|
@@ -6890,6 +7223,7 @@ types:
|
|
|
6890
7223
|
(oas-collectionFormat): csv
|
|
6891
7224
|
/{parentObjectApiName}:
|
|
6892
7225
|
get:
|
|
7226
|
+
displayName: getRelatedListInfoCollection
|
|
6893
7227
|
description: Retrieve collection of related list summaries.
|
|
6894
7228
|
responses:
|
|
6895
7229
|
'200':
|
|
@@ -6907,6 +7241,7 @@ types:
|
|
|
6907
7241
|
required: true
|
|
6908
7242
|
/{parentObjectApiName}/{relatedListId}:
|
|
6909
7243
|
get:
|
|
7244
|
+
displayName: getRelatedListInfo
|
|
6910
7245
|
description: Retrieve related info.
|
|
6911
7246
|
responses:
|
|
6912
7247
|
'200':
|
|
@@ -6934,6 +7269,7 @@ types:
|
|
|
6934
7269
|
type: boolean
|
|
6935
7270
|
required: false
|
|
6936
7271
|
patch:
|
|
7272
|
+
displayName: patchRelatedListInfo
|
|
6937
7273
|
description: Update user preferences on an existing related list.
|
|
6938
7274
|
responses:
|
|
6939
7275
|
'200':
|
|
@@ -6959,6 +7295,7 @@ types:
|
|
|
6959
7295
|
required: true
|
|
6960
7296
|
/{parentRecordId}/{relatedListId}:
|
|
6961
7297
|
get:
|
|
7298
|
+
displayName: getRelatedListInfo
|
|
6962
7299
|
description: Retrieve related info.
|
|
6963
7300
|
responses:
|
|
6964
7301
|
'200':
|
|
@@ -6986,6 +7323,7 @@ types:
|
|
|
6986
7323
|
type: boolean
|
|
6987
7324
|
required: false
|
|
6988
7325
|
patch:
|
|
7326
|
+
displayName: patchRelatedListInfo
|
|
6989
7327
|
description: Update user preferences on an existing related list.
|
|
6990
7328
|
responses:
|
|
6991
7329
|
'200':
|
|
@@ -7012,6 +7350,7 @@ types:
|
|
|
7012
7350
|
/related-list-preferences:
|
|
7013
7351
|
/batch/{preferencesIds}:
|
|
7014
7352
|
get:
|
|
7353
|
+
displayName: getRelatedListPreferencesBatch
|
|
7015
7354
|
description: Retrieve user preferences.
|
|
7016
7355
|
responses:
|
|
7017
7356
|
'200':
|
|
@@ -7028,11 +7367,13 @@ types:
|
|
|
7028
7367
|
(oas-collectionFormat): csv
|
|
7029
7368
|
/{preferencesId}:
|
|
7030
7369
|
delete:
|
|
7370
|
+
displayName: deleteRelatedListPreferences
|
|
7031
7371
|
description: Deletes a single user preferences by preferencesId.
|
|
7032
7372
|
responses:
|
|
7033
7373
|
'200':
|
|
7034
7374
|
description: Success
|
|
7035
7375
|
get:
|
|
7376
|
+
displayName: getRelatedListPreferences
|
|
7036
7377
|
description: Retrieve user preferences.
|
|
7037
7378
|
responses:
|
|
7038
7379
|
'200':
|
|
@@ -7041,6 +7382,7 @@ types:
|
|
|
7041
7382
|
application/json:
|
|
7042
7383
|
type: RelatedListUserPreferencesRepresentation
|
|
7043
7384
|
patch:
|
|
7385
|
+
displayName: patchRelatedListPreferences
|
|
7044
7386
|
description: Update user preferences on an existing related list.
|
|
7045
7387
|
responses:
|
|
7046
7388
|
'200':
|
|
@@ -7060,6 +7402,7 @@ types:
|
|
|
7060
7402
|
/related-list-records:
|
|
7061
7403
|
/batch/{parentRecordId}:
|
|
7062
7404
|
get:
|
|
7405
|
+
displayName: getRelatedListRecordsBatch
|
|
7063
7406
|
description: Returns a batch of record data to populate several related
|
|
7064
7407
|
lists.
|
|
7065
7408
|
responses:
|
|
@@ -7085,6 +7428,7 @@ types:
|
|
|
7085
7428
|
type: string
|
|
7086
7429
|
required: false
|
|
7087
7430
|
post:
|
|
7431
|
+
displayName: postRelatedListRecordsBatch
|
|
7088
7432
|
description: Returns a batch of record data to populate several related
|
|
7089
7433
|
lists.
|
|
7090
7434
|
responses:
|
|
@@ -7104,6 +7448,7 @@ types:
|
|
|
7104
7448
|
required: true
|
|
7105
7449
|
/batch/{parentRecordId}/{relatedListIds}:
|
|
7106
7450
|
get:
|
|
7451
|
+
displayName: getRelatedListRecordsBatch
|
|
7107
7452
|
description: Returns a batch of record data to populate several related
|
|
7108
7453
|
lists.
|
|
7109
7454
|
responses:
|
|
@@ -7129,6 +7474,7 @@ types:
|
|
|
7129
7474
|
type: string
|
|
7130
7475
|
required: false
|
|
7131
7476
|
post:
|
|
7477
|
+
displayName: postRelatedListRecordsBatch
|
|
7132
7478
|
description: Returns a batch of record data to populate several related
|
|
7133
7479
|
lists.
|
|
7134
7480
|
responses:
|
|
@@ -7191,6 +7537,7 @@ types:
|
|
|
7191
7537
|
# type: string
|
|
7192
7538
|
# required: false
|
|
7193
7539
|
post:
|
|
7540
|
+
displayName: postRelatedListRecords
|
|
7194
7541
|
description: Returns record data to populate a related list.
|
|
7195
7542
|
responses:
|
|
7196
7543
|
'200':
|
|
@@ -7239,58 +7586,63 @@ types:
|
|
|
7239
7586
|
relatedListId:
|
|
7240
7587
|
type: string
|
|
7241
7588
|
required: true
|
|
7242
|
-
/search-info/{objectApiName}
|
|
7243
|
-
|
|
7244
|
-
|
|
7245
|
-
|
|
7246
|
-
|
|
7247
|
-
|
|
7248
|
-
|
|
7249
|
-
|
|
7250
|
-
|
|
7251
|
-
|
|
7252
|
-
|
|
7253
|
-
|
|
7254
|
-
|
|
7255
|
-
/search-info/{objectApiName}/filters/{filterApiName}/options:
|
|
7256
|
-
get:
|
|
7257
|
-
description: List of options for the search filter field.
|
|
7258
|
-
responses:
|
|
7259
|
-
'200':
|
|
7260
|
-
description: Success
|
|
7261
|
-
body:
|
|
7262
|
-
application/json:
|
|
7263
|
-
type: SearchFilterOptionCollectionRepresentation
|
|
7264
|
-
queryParameters:
|
|
7265
|
-
q:
|
|
7266
|
-
description: Query term to use for matching against filter options.
|
|
7589
|
+
/search-info/{objectApiName}:
|
|
7590
|
+
/filters:
|
|
7591
|
+
get:
|
|
7592
|
+
displayName: getSearchInfoFilterMetadataCollection
|
|
7593
|
+
description: Fetches filters metadata.
|
|
7594
|
+
responses:
|
|
7595
|
+
'200':
|
|
7596
|
+
description: Success
|
|
7597
|
+
body:
|
|
7598
|
+
application/json:
|
|
7599
|
+
type: SearchFilterMetadataCollectionRepresentation
|
|
7600
|
+
uriParameters:
|
|
7601
|
+
objectApiName:
|
|
7267
7602
|
type: string
|
|
7268
|
-
required:
|
|
7269
|
-
|
|
7270
|
-
|
|
7271
|
-
|
|
7272
|
-
|
|
7273
|
-
|
|
7274
|
-
|
|
7275
|
-
|
|
7276
|
-
|
|
7277
|
-
|
|
7278
|
-
|
|
7279
|
-
|
|
7280
|
-
|
|
7281
|
-
|
|
7282
|
-
|
|
7283
|
-
|
|
7284
|
-
|
|
7285
|
-
|
|
7286
|
-
|
|
7287
|
-
|
|
7288
|
-
|
|
7289
|
-
|
|
7290
|
-
|
|
7291
|
-
|
|
7603
|
+
required: true
|
|
7604
|
+
/filters/{filterApiName}/options:
|
|
7605
|
+
get:
|
|
7606
|
+
displayName: getSearchInfoFilterOptions
|
|
7607
|
+
description: List of options for the search filter field.
|
|
7608
|
+
responses:
|
|
7609
|
+
'200':
|
|
7610
|
+
description: Success
|
|
7611
|
+
body:
|
|
7612
|
+
application/json:
|
|
7613
|
+
type: SearchFilterOptionCollectionRepresentation
|
|
7614
|
+
queryParameters:
|
|
7615
|
+
q:
|
|
7616
|
+
description: Query term to use for matching against filter options.
|
|
7617
|
+
type: string
|
|
7618
|
+
required: false
|
|
7619
|
+
uriParameters:
|
|
7620
|
+
filterApiName:
|
|
7621
|
+
type: string
|
|
7622
|
+
required: true
|
|
7623
|
+
objectApiName:
|
|
7624
|
+
type: string
|
|
7625
|
+
required: true
|
|
7626
|
+
/lookup/{fieldApiName}:
|
|
7627
|
+
get:
|
|
7628
|
+
displayName: getLookupMetadata
|
|
7629
|
+
description: Lookup field metadata
|
|
7630
|
+
responses:
|
|
7631
|
+
'200':
|
|
7632
|
+
description: Success
|
|
7633
|
+
body:
|
|
7634
|
+
application/json:
|
|
7635
|
+
type: LookupMetadataRepresentation
|
|
7636
|
+
uriParameters:
|
|
7637
|
+
fieldApiName:
|
|
7638
|
+
type: string
|
|
7639
|
+
required: true
|
|
7640
|
+
objectApiName:
|
|
7641
|
+
type: string
|
|
7642
|
+
required: true
|
|
7292
7643
|
/search/results:
|
|
7293
7644
|
post:
|
|
7645
|
+
displayName: postSearchResults
|
|
7294
7646
|
description: List all results over entities
|
|
7295
7647
|
responses:
|
|
7296
7648
|
'200':
|
|
@@ -7333,6 +7685,7 @@ types:
|
|
|
7333
7685
|
(oas-body-name): options
|
|
7334
7686
|
/themes/active:
|
|
7335
7687
|
get:
|
|
7688
|
+
displayName: getTheming
|
|
7336
7689
|
description: Retrieve the active theme.
|
|
7337
7690
|
responses:
|
|
7338
7691
|
'200':
|