@itentialopensource/adapter-salesforce_rest 0.1.1
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/.eslintignore +5 -0
- package/.eslintrc.js +18 -0
- package/.jshintrc +3 -0
- package/AUTH.md +38 -0
- package/BROKER.md +211 -0
- package/CALLS.md +645 -0
- package/CHANGELOG.md +9 -0
- package/CODE_OF_CONDUCT.md +43 -0
- package/CONTRIBUTING.md +13 -0
- package/ENHANCE.md +69 -0
- package/LICENSE +201 -0
- package/PROPERTIES.md +646 -0
- package/README.md +343 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +20 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +9326 -0
- package/adapterBase.js +1452 -0
- package/changelogs/CHANGELOG.md +0 -0
- package/entities/.generic/action.json +214 -0
- package/entities/.generic/schema.json +28 -0
- package/entities/.system/action.json +51 -0
- package/entities/.system/mockdatafiles/getToken-default.json +3 -0
- package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
- package/entities/.system/schema.json +19 -0
- package/entities/.system/schemaTokenReq.json +86 -0
- package/entities/.system/schemaTokenResp.json +53 -0
- package/entities/Actions/action.json +87 -0
- package/entities/Actions/schema.json +22 -0
- package/entities/BusinessRulesEngineInvocableActions/action.json +44 -0
- package/entities/BusinessRulesEngineInvocableActions/schema.json +31 -0
- package/entities/LightningMetrics/action.json +109 -0
- package/entities/LightningMetrics/schema.json +23 -0
- package/entities/ListViews/action.json +88 -0
- package/entities/ListViews/schema.json +22 -0
- package/entities/Logs/action.json +46 -0
- package/entities/Logs/schema.json +20 -0
- package/entities/Processes/action.json +66 -0
- package/entities/Processes/schema.json +21 -0
- package/entities/REST/action.json +235 -0
- package/entities/REST/schema.json +29 -0
- package/entities/SObject/action.json +547 -0
- package/entities/SObject/schema.json +55 -0
- package/entities/Scheduling/action.json +65 -0
- package/entities/Scheduling/schema.json +21 -0
- package/entities/Search/action.json +151 -0
- package/entities/Search/schema.json +25 -0
- package/entities/SupportAndKnowledge/action.json +130 -0
- package/entities/SupportAndKnowledge/schema.json +35 -0
- package/error.json +190 -0
- package/metadata.json +71 -0
- package/package.json +81 -0
- package/pronghorn.json +4362 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1574 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/Salesforce REST-OpenApi3.json +10715 -0
- package/report/adapter-openapi.json +10715 -0
- package/report/adapter-openapi.yaml +8120 -0
- package/report/adapterInfo.json +10 -0
- package/report/creationReport.json +725 -0
- package/sampleProperties.json +268 -0
- package/test/integration/adapterTestBasicGet.js +83 -0
- package/test/integration/adapterTestConnectivity.js +118 -0
- package/test/integration/adapterTestIntegration.js +2354 -0
- package/test/unit/adapterBaseTestUnit.js +1024 -0
- package/test/unit/adapterTestUnit.js +3791 -0
- package/utils/adapterInfo.js +206 -0
- package/utils/addAuth.js +94 -0
- package/utils/artifactize.js +146 -0
- package/utils/basicGet.js +50 -0
- package/utils/checkMigrate.js +63 -0
- package/utils/entitiesToDB.js +179 -0
- package/utils/findPath.js +74 -0
- package/utils/methodDocumentor.js +273 -0
- package/utils/modify.js +152 -0
- package/utils/packModificationScript.js +35 -0
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +32 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/taskMover.js +309 -0
- package/utils/tbScript.js +239 -0
- package/utils/tbUtils.js +489 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +193 -0
|
@@ -0,0 +1,725 @@
|
|
|
1
|
+
{
|
|
2
|
+
"errors": [],
|
|
3
|
+
"statistics": [
|
|
4
|
+
{
|
|
5
|
+
"owner": "errorJson",
|
|
6
|
+
"description": "Standard adapter errors available for use",
|
|
7
|
+
"value": 31
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"owner": "packageJson",
|
|
11
|
+
"description": "Number of production dependencies",
|
|
12
|
+
"value": 16
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"owner": "packageJson",
|
|
16
|
+
"description": "Number of development dependencies",
|
|
17
|
+
"value": 6
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"owner": "packageJson",
|
|
21
|
+
"description": "Number of npm scripts",
|
|
22
|
+
"value": 21
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"owner": "packageJson",
|
|
26
|
+
"description": "Runtime Library dependency",
|
|
27
|
+
"value": "^5.7.0"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"owner": "propertiesSchemaJson",
|
|
31
|
+
"description": "Adapter properties defined in the propertiesSchema file",
|
|
32
|
+
"value": 78
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"owner": "adapterJS",
|
|
36
|
+
"description": "Lines of code generated in adapter.js",
|
|
37
|
+
"value": 9327
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"owner": "adapterJS",
|
|
41
|
+
"description": "Number of Functions added to adapter.js",
|
|
42
|
+
"value": 73
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"owner": "pronghornJson",
|
|
46
|
+
"description": "Number of Methods added to pronghorn.json",
|
|
47
|
+
"value": 73
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"owner": "markdown",
|
|
51
|
+
"description": "Number of lines in the README.md",
|
|
52
|
+
"value": 344
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"owner": "markdown",
|
|
56
|
+
"description": "Number of lines in the SUMMARY.md",
|
|
57
|
+
"value": 9
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"owner": "markdown",
|
|
61
|
+
"description": "Number of lines in the PROPERTIES.md",
|
|
62
|
+
"value": 647
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"owner": "markdown",
|
|
66
|
+
"description": "Number of lines in the TROUBLESHOOT.md",
|
|
67
|
+
"value": 48
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"owner": "markdown",
|
|
71
|
+
"description": "Number of lines in the ENHANCE.md",
|
|
72
|
+
"value": 70
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"owner": "markdown",
|
|
76
|
+
"description": "Number of lines in the BROKER.md",
|
|
77
|
+
"value": 212
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"owner": "markdown",
|
|
81
|
+
"description": "Number of lines in the CALLS.md",
|
|
82
|
+
"value": 208
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"owner": "markdown",
|
|
86
|
+
"description": "Number of lines in the AUTH.md",
|
|
87
|
+
"value": 40
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"owner": "markdown",
|
|
91
|
+
"description": "Number of lines in the SYSTEMINFO.md",
|
|
92
|
+
"value": 14
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"owner": "unitTestJS",
|
|
96
|
+
"description": "Number of lines of code in unit tests",
|
|
97
|
+
"value": 3792
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"owner": "unitTestJS",
|
|
101
|
+
"description": "Number of unit tests",
|
|
102
|
+
"value": 224
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"owner": "integrationTestJS",
|
|
106
|
+
"description": "Number of lines of code in integration tests",
|
|
107
|
+
"value": 2355
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"owner": "integrationTestJS",
|
|
111
|
+
"description": "Number of integration tests",
|
|
112
|
+
"value": 82
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"owner": "actionJson",
|
|
116
|
+
"description": "Number of actions for BusinessRulesEngineInvocableActions entity",
|
|
117
|
+
"value": 2
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"owner": "actionJson",
|
|
121
|
+
"description": "Number of actions for Actions entity",
|
|
122
|
+
"value": 4
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"owner": "actionJson",
|
|
126
|
+
"description": "Number of actions for SObject entity",
|
|
127
|
+
"value": 26
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"owner": "actionJson",
|
|
131
|
+
"description": "Number of actions for LightningMetrics entity",
|
|
132
|
+
"value": 5
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"owner": "actionJson",
|
|
136
|
+
"description": "Number of actions for ListViews entity",
|
|
137
|
+
"value": 4
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"owner": "actionJson",
|
|
141
|
+
"description": "Number of actions for Logs entity",
|
|
142
|
+
"value": 2
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"owner": "actionJson",
|
|
146
|
+
"description": "Number of actions for Scheduling entity",
|
|
147
|
+
"value": 3
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"owner": "actionJson",
|
|
151
|
+
"description": "Number of actions for Search entity",
|
|
152
|
+
"value": 7
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"owner": "actionJson",
|
|
156
|
+
"description": "Number of actions for Processes entity",
|
|
157
|
+
"value": 3
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"owner": "actionJson",
|
|
161
|
+
"description": "Number of actions for SupportAndKnowledge entity",
|
|
162
|
+
"value": 6
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"owner": "actionJson",
|
|
166
|
+
"description": "Number of actions for REST entity",
|
|
167
|
+
"value": 11
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"owner": "actionJson",
|
|
171
|
+
"description": "Total number of actions",
|
|
172
|
+
"value": 73
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"owner": "actionJson",
|
|
176
|
+
"description": "Total number of entities",
|
|
177
|
+
"value": 11
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"owner": "schemaJson",
|
|
181
|
+
"description": "Number of schemas for BusinessRulesEngineInvocableActions entity",
|
|
182
|
+
"value": 1
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"owner": "schemaJson",
|
|
186
|
+
"description": "Number of schemas for Actions entity",
|
|
187
|
+
"value": 1
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"owner": "schemaJson",
|
|
191
|
+
"description": "Number of schemas for SObject entity",
|
|
192
|
+
"value": 1
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"owner": "schemaJson",
|
|
196
|
+
"description": "Number of schemas for LightningMetrics entity",
|
|
197
|
+
"value": 1
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"owner": "schemaJson",
|
|
201
|
+
"description": "Number of schemas for ListViews entity",
|
|
202
|
+
"value": 1
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"owner": "schemaJson",
|
|
206
|
+
"description": "Number of schemas for Logs entity",
|
|
207
|
+
"value": 1
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"owner": "schemaJson",
|
|
211
|
+
"description": "Number of schemas for Scheduling entity",
|
|
212
|
+
"value": 1
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"owner": "schemaJson",
|
|
216
|
+
"description": "Number of schemas for Search entity",
|
|
217
|
+
"value": 1
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"owner": "schemaJson",
|
|
221
|
+
"description": "Number of schemas for Processes entity",
|
|
222
|
+
"value": 1
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"owner": "schemaJson",
|
|
226
|
+
"description": "Number of schemas for SupportAndKnowledge entity",
|
|
227
|
+
"value": 1
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"owner": "schemaJson",
|
|
231
|
+
"description": "Number of schemas for REST entity",
|
|
232
|
+
"value": 1
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"owner": "schemaJson",
|
|
236
|
+
"description": "Total number of schemas",
|
|
237
|
+
"value": 11
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"owner": "mockdata",
|
|
241
|
+
"description": "Number of mock data files for BusinessRulesEngineInvocableActions entity",
|
|
242
|
+
"value": 0
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"owner": "mockdata",
|
|
246
|
+
"description": "Number of mock data files for Actions entity",
|
|
247
|
+
"value": 0
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"owner": "mockdata",
|
|
251
|
+
"description": "Number of mock data files for SObject entity",
|
|
252
|
+
"value": 0
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"owner": "mockdata",
|
|
256
|
+
"description": "Number of mock data files for LightningMetrics entity",
|
|
257
|
+
"value": 0
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"owner": "mockdata",
|
|
261
|
+
"description": "Number of mock data files for ListViews entity",
|
|
262
|
+
"value": 0
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"owner": "mockdata",
|
|
266
|
+
"description": "Number of mock data files for Logs entity",
|
|
267
|
+
"value": 0
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"owner": "mockdata",
|
|
271
|
+
"description": "Number of mock data files for Scheduling entity",
|
|
272
|
+
"value": 0
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"owner": "mockdata",
|
|
276
|
+
"description": "Number of mock data files for Search entity",
|
|
277
|
+
"value": 0
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"owner": "mockdata",
|
|
281
|
+
"description": "Number of mock data files for Processes entity",
|
|
282
|
+
"value": 0
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"owner": "mockdata",
|
|
286
|
+
"description": "Number of mock data files for SupportAndKnowledge entity",
|
|
287
|
+
"value": 0
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"owner": "mockdata",
|
|
291
|
+
"description": "Number of mock data files for REST entity",
|
|
292
|
+
"value": 0
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"owner": "mockdata",
|
|
296
|
+
"description": "Total number of mock data files",
|
|
297
|
+
"value": 0
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"owner": "actionJson",
|
|
301
|
+
"description": "Number of actions for .system entity",
|
|
302
|
+
"value": 2
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"owner": "schemaJson",
|
|
306
|
+
"description": "Number of schemas for .system entity",
|
|
307
|
+
"value": 3
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"owner": "mockdata",
|
|
311
|
+
"description": "Number of mock data files for .system entity",
|
|
312
|
+
"value": 2
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"owner": "System",
|
|
316
|
+
"description": "System entity files",
|
|
317
|
+
"value": 6
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"owner": "usecases",
|
|
321
|
+
"description": "Number of workflows",
|
|
322
|
+
"value": 0
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"owner": "staticFile",
|
|
326
|
+
"description": "Number of lines of code in adapterBase.js",
|
|
327
|
+
"value": 1453
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"owner": "staticFile",
|
|
331
|
+
"description": "Number of static files added",
|
|
332
|
+
"value": 37
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"owner": "Overall",
|
|
336
|
+
"description": "Total lines of Code",
|
|
337
|
+
"value": 16927
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"owner": "Overall",
|
|
341
|
+
"description": "Total Tests",
|
|
342
|
+
"value": 306
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"owner": "Overall",
|
|
346
|
+
"description": "Total Files",
|
|
347
|
+
"value": 74
|
|
348
|
+
}
|
|
349
|
+
],
|
|
350
|
+
"warnings": [],
|
|
351
|
+
"apiParsingReport": {
|
|
352
|
+
"no_mockdata": [
|
|
353
|
+
{
|
|
354
|
+
"fnName": "runExpressionSet",
|
|
355
|
+
"method": "post",
|
|
356
|
+
"path": "/data/v61.0/actions/custom/runExpressionSet/{expressionSetAPIName}"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"fnName": "runDecisionMatrix",
|
|
360
|
+
"method": "post",
|
|
361
|
+
"path": "/data/v61.0/actions/custom/runDecisionMatrix/{UniqueName}"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"fnName": "standardInvocableActions",
|
|
365
|
+
"method": "get",
|
|
366
|
+
"path": "/data/v61.0/actions/standard"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"fnName": "customInvocableActions",
|
|
370
|
+
"method": "get",
|
|
371
|
+
"path": "/data/v61.0/actions/custom"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"fnName": "launchFlow",
|
|
375
|
+
"method": "post",
|
|
376
|
+
"path": "/data/v61.0/actions/custom/flow/{flowApiName}"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"fnName": "quickActions",
|
|
380
|
+
"method": "get",
|
|
381
|
+
"path": "/data/v61.0/quickActions"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"fnName": "describeGlobal",
|
|
385
|
+
"method": "get",
|
|
386
|
+
"path": "/data/v61.0/sobjects"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"fnName": "downloadfile",
|
|
390
|
+
"method": "get",
|
|
391
|
+
"path": "/data/v61.0/sobjects/ContentVersion/{ContentVersionId}/VersionData"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"fnName": "sObjectBasicInformation",
|
|
395
|
+
"method": "get",
|
|
396
|
+
"path": "/data/v61.0/sobjects/{sobjectName}"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"fnName": "sObjectCreate",
|
|
400
|
+
"method": "post",
|
|
401
|
+
"path": "/data/v61.0/sobjects/{sobjectName}"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"fnName": "sObjectDescribe",
|
|
405
|
+
"method": "get",
|
|
406
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/describe"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"fnName": "sObjectGetDeleted",
|
|
410
|
+
"method": "get",
|
|
411
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/deleted"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"fnName": "sObjectGetUpdated",
|
|
415
|
+
"method": "get",
|
|
416
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/updated"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"fnName": "sObjectNamedLayouts",
|
|
420
|
+
"method": "get",
|
|
421
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/describe/namedLayouts/{layoutName}"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"fnName": "sObjectRows",
|
|
425
|
+
"method": "get",
|
|
426
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/{recordId}"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"fnName": "sObjectRowsUpdate",
|
|
430
|
+
"method": "patch",
|
|
431
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/{recordId}"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"fnName": "sObjectRowsDelete",
|
|
435
|
+
"method": "delete",
|
|
436
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/{recordId}"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"fnName": "sObjectRowsbyExternalID",
|
|
440
|
+
"method": "get",
|
|
441
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/{fieldName}/{fieldValue}"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"fnName": "sObjectBlobRetrieve",
|
|
445
|
+
"method": "get",
|
|
446
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/{recordId}/{blobField}"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"fnName": "sObjectApprovalLayouts",
|
|
450
|
+
"method": "get",
|
|
451
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/describe/approvalLayouts/{approvalProcessName}"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"fnName": "sObjectCompactLayouts",
|
|
455
|
+
"method": "get",
|
|
456
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/describe/describe/compactLayouts"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"fnName": "describeGlobalLayouts",
|
|
460
|
+
"method": "get",
|
|
461
|
+
"path": "/data/v61.0/sobjects/Global/describe/layouts"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"fnName": "describeSObjectLayouts",
|
|
465
|
+
"method": "get",
|
|
466
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/describe/layouts"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"fnName": "describeSObjectLayoutsPerRecordType",
|
|
470
|
+
"method": "get",
|
|
471
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/describe/layouts/{recordTypeId}"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"fnName": "sObjectPlatformAction",
|
|
475
|
+
"method": "get",
|
|
476
|
+
"path": "/data/v61.0/sobjects/PlatformAction"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"fnName": "sObjectQuickActions",
|
|
480
|
+
"method": "get",
|
|
481
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/quickActions"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"fnName": "sObjectRichTextImageRetrieve",
|
|
485
|
+
"method": "get",
|
|
486
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/{recordId}/richTextImageFields/{fieldName}/{contentReferenceId}"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"fnName": "sObjectRelationships",
|
|
490
|
+
"method": "get",
|
|
491
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/{recordId}/{relationshipFieldName}"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"fnName": "sObjectSuggestedArticles",
|
|
495
|
+
"method": "get",
|
|
496
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/suggestedArticles"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"fnName": "sObjectUserPassword",
|
|
500
|
+
"method": "get",
|
|
501
|
+
"path": "/data/v61.0/sobjects/User/{userId}/password"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"fnName": "sObjectSelfServiceUserPassword",
|
|
505
|
+
"method": "get",
|
|
506
|
+
"path": "/data/v61.0/sobjects/SelfServiceUser/{userId}/password"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"fnName": "compactLayouts",
|
|
510
|
+
"method": "get",
|
|
511
|
+
"path": "/data/v61.0/compactLayouts"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"fnName": "lightningToggleMetrics",
|
|
515
|
+
"method": "get",
|
|
516
|
+
"path": "/data/v61.0/sobjects/LightningToggleMetrics"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"fnName": "lightningUsagebyPage",
|
|
520
|
+
"method": "get",
|
|
521
|
+
"path": "/data/v61.0/sobjects/LightningUsageByBrowserMetrics"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"fnName": "lightningUsagebyAppType",
|
|
525
|
+
"method": "get",
|
|
526
|
+
"path": "/data/v61.0/sobjects/LightningUsageByAppTypeMetrics"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"fnName": "lightningUsagebyFlexiPage",
|
|
530
|
+
"method": "get",
|
|
531
|
+
"path": "/data/v61.0/sobjects/LightningUsageByFlexiPageMetrics"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"fnName": "lightningExitbyPageMetrics",
|
|
535
|
+
"method": "get",
|
|
536
|
+
"path": "/data/v61.0/sobjects/LightningExitByPageMetrics"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"fnName": "listViews",
|
|
540
|
+
"method": "get",
|
|
541
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/listviews"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"fnName": "listViewDescribe",
|
|
545
|
+
"method": "get",
|
|
546
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/listviews/{queryLocator}/describe"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"fnName": "listViewResults",
|
|
550
|
+
"method": "get",
|
|
551
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/listviews/{listViewId}/results"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"fnName": "recentlyViewedItems",
|
|
555
|
+
"method": "get",
|
|
556
|
+
"path": "/data/v61.0/sobjects/{sobjectName}/listviews/recent"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"fnName": "geteventlogs",
|
|
560
|
+
"method": "get",
|
|
561
|
+
"path": "/data/v61.0/query"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"fnName": "geteventlogfile",
|
|
565
|
+
"method": "get",
|
|
566
|
+
"path": "/data/v61.0/sobjects/EventLogFile/{id}/LogFile"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"fnName": "scheduling",
|
|
570
|
+
"method": "get",
|
|
571
|
+
"path": "/data/v61.0/scheduling"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"fnName": "getAppointmentSlots",
|
|
575
|
+
"method": "post",
|
|
576
|
+
"path": "/data/v61.0/scheduling/getAppointmentSlots"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"fnName": "getAppointmentCandidates",
|
|
580
|
+
"method": "post",
|
|
581
|
+
"path": "/data/v61.0/scheduling/getAppointmentCandidates"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"fnName": "search",
|
|
585
|
+
"method": "get",
|
|
586
|
+
"path": "/data/v61.0/search"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"fnName": "searchScopeandOrder",
|
|
590
|
+
"method": "get",
|
|
591
|
+
"path": "/data/v61.0/search/scopeOrder"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"fnName": "searchResultLayouts",
|
|
595
|
+
"method": "get",
|
|
596
|
+
"path": "/data/v61.0/search/layout"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"fnName": "searchforRecordsSuggestedbyAutocompleteandInstantResults",
|
|
600
|
+
"method": "get",
|
|
601
|
+
"path": "/data/v61.0search/suggestions"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"fnName": "searchSuggestedQueries",
|
|
605
|
+
"method": "get",
|
|
606
|
+
"path": "/data/v61.0/search/suggestSearchQueries"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"fnName": "parameterizedSearch",
|
|
610
|
+
"method": "get",
|
|
611
|
+
"path": "/data/v61.0/parameterizedSearch"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"fnName": "relevantItems",
|
|
615
|
+
"method": "get",
|
|
616
|
+
"path": "/data/v61.0/sobjects/relevantItems"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"fnName": "processApprovals",
|
|
620
|
+
"method": "get",
|
|
621
|
+
"path": "/data/v61.0/process/approvals"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"fnName": "processApprovalsSubmit",
|
|
625
|
+
"method": "post",
|
|
626
|
+
"path": "/data/v61.0/process/approvals"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"fnName": "processRules",
|
|
630
|
+
"method": "get",
|
|
631
|
+
"path": "/data/v61.0/process/rules"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"fnName": "embeddedServiceConfigurationDescribe",
|
|
635
|
+
"method": "get",
|
|
636
|
+
"path": "/data/v61.0/support/embeddedservice/configuration/{embeddedServiceConfigDeveloperName}"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"fnName": "dataCategoryGroups",
|
|
640
|
+
"method": "get",
|
|
641
|
+
"path": "/data/v61.0/support/dataCategoryGroups"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"fnName": "dataCategoryDetail",
|
|
645
|
+
"method": "get",
|
|
646
|
+
"path": "/data/v61.0/support/dataCategoryGroups/{group}/dataCategories/{CATEGORY}"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"fnName": "articlesList",
|
|
650
|
+
"method": "get",
|
|
651
|
+
"path": "/data/v61.0/support/knowledgeArticles"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"fnName": "articlesDetails",
|
|
655
|
+
"method": "get",
|
|
656
|
+
"path": "/data/v61.0/support/knowledgeArticles/{articleId}"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"fnName": "retrieveKnowledgeLanguageSettings",
|
|
660
|
+
"method": "get",
|
|
661
|
+
"path": "/data/v61.0/knowledgeManagement/settings"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"fnName": "apexREST",
|
|
665
|
+
"method": "get",
|
|
666
|
+
"path": "/apexrest/{urlMapping}"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"fnName": "versions",
|
|
670
|
+
"method": "get",
|
|
671
|
+
"path": "/data"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"fnName": "resourcesbyVersion",
|
|
675
|
+
"method": "get",
|
|
676
|
+
"path": "/data/v61.0/"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"fnName": "limits",
|
|
680
|
+
"method": "get",
|
|
681
|
+
"path": "/data/v61.0/limits"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"fnName": "appMenu",
|
|
685
|
+
"method": "get",
|
|
686
|
+
"path": "/data/v61.0/appMenu"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"fnName": "consent",
|
|
690
|
+
"method": "get",
|
|
691
|
+
"path": "/data/v61.0/consent/action/action"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"fnName": "productSchedules",
|
|
695
|
+
"method": "get",
|
|
696
|
+
"path": "/data/v61.0/sobjects/OpportunityLineItem/{opportunityLineItemId}/OpportunityLineItemSchedules"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"fnName": "queryAll",
|
|
700
|
+
"method": "get",
|
|
701
|
+
"path": "/data/v61.0/queryAll"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"fnName": "recordCount",
|
|
705
|
+
"method": "get",
|
|
706
|
+
"path": "/data/v61.0/limits/recordCount"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"fnName": "tabs",
|
|
710
|
+
"method": "get",
|
|
711
|
+
"path": "/data/v61.0/tabs"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"fnName": "themes",
|
|
715
|
+
"method": "get",
|
|
716
|
+
"path": "/data/v61.0/theme"
|
|
717
|
+
}
|
|
718
|
+
],
|
|
719
|
+
"errors": [],
|
|
720
|
+
"warnings": [],
|
|
721
|
+
"callsTotal": 73,
|
|
722
|
+
"callsConverted": 73,
|
|
723
|
+
"no_mockdata_num": 73
|
|
724
|
+
}
|
|
725
|
+
}
|