@salesforce/lds-adapters-industries-audit-trail-export 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-audit-trail-export.js +845 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createAuditTrailFileExport.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteAuditTrailFileExport.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/getAuditTrailFileExport.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getAuditTrailFileExports.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +7 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectServiceExcellenceAuditTrailExportsByRequestIdentifier.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectServiceExcellenceEngagementInteractions.d.ts +8 -0
- package/dist/es/es2018/types/src/generated/resources/deleteConnectServiceExcellenceEngagementInteractionsByEngagementInteractionId.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceAuditTrailExports.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceAuditTrailExportsByRequestIdentifier.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceAuditTrailExportsDownloadByRequestIdentifier.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceEngagementInteractions.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceEngagementInteractionsByEngagementInteractionId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceServiceCatalogItemsByRecordId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectServiceExcellenceServiceCatalogItemsRecentActions.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectServiceExcellenceAuditTrailExports.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/types/ActionLaunchInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ActionLaunchStatusRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AuditTrailExportInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/AuditTrailExportListOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/AuditTrailExportOutputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/AuditTrailFileDownloadOutputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/AuditTrailFileExportInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AuditTrailLogOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/CustomFieldOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CustomFieldsInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CustomFieldsListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/EngagementAttendeeCreateInputRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/EngagementAttendeeCreateOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EngagementAttendeeFetchOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EngagementAttendeeListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/EngagementAttendeeOutputRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionCreateInputRepresentation.d.ts +82 -0
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionCreateOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionFetchOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionIdsCreateOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionOutputRepresentation.d.ts +91 -0
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionUpdateInputRepresentation.d.ts +76 -0
- package/dist/es/es2018/types/src/generated/types/EngagementInteractionUpdateOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/EngagementTopicCreateInputRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/EngagementTopicCreateOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EngagementTopicDetailsOutputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/EngagementTopicFetchOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EngagementTopicListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/EngagementTopicOutputRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/EngagementsCreateInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/EngagementsFetchOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/EngagementsUpdateInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecentlyUsedActionsRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ServiceCatalogActionsCategoryOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ServiceCatalogFrequentActionsOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ServiceCatalogItemsFetchOutputRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/ServiceCatalogItemsOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ServiceExcellenceIdOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ServiceExcellenceStatusOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +74 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +904 -0
- package/src/raml/api.raml +1085 -0
- package/src/raml/luvio.raml +42 -0
|
@@ -0,0 +1,1085 @@
|
|
|
1
|
+
#%RAML 1.0
|
|
2
|
+
securedBy:
|
|
3
|
+
- OAuth2
|
|
4
|
+
title: Salesforce Connect API
|
|
5
|
+
version: '58.0'
|
|
6
|
+
mediaType: application/json
|
|
7
|
+
protocols:
|
|
8
|
+
- https
|
|
9
|
+
baseUri: /services/data/v66.0
|
|
10
|
+
securitySchemes:
|
|
11
|
+
OAuth2:
|
|
12
|
+
type: OAuth 2.0
|
|
13
|
+
settings:
|
|
14
|
+
authorizationUri: https://example.com/oauth/authorize
|
|
15
|
+
accessTokenUri: ''
|
|
16
|
+
authorizationGrants:
|
|
17
|
+
- implicit
|
|
18
|
+
annotationTypes:
|
|
19
|
+
oas-readOnly:
|
|
20
|
+
type: boolean
|
|
21
|
+
allowedTargets: TypeDeclaration
|
|
22
|
+
oas-collectionFormat:
|
|
23
|
+
type: string
|
|
24
|
+
oas-body-name:
|
|
25
|
+
type: string
|
|
26
|
+
allowedTargets: TypeDeclaration
|
|
27
|
+
types:
|
|
28
|
+
ActionLaunchInputRepresentation:
|
|
29
|
+
description: Input representation for action details.
|
|
30
|
+
type: object
|
|
31
|
+
properties:
|
|
32
|
+
actionDevName:
|
|
33
|
+
description: set unique identifier of the launched action
|
|
34
|
+
type: string
|
|
35
|
+
actionType:
|
|
36
|
+
description: set the type of action
|
|
37
|
+
type: string
|
|
38
|
+
deploymentId:
|
|
39
|
+
description: set deployment id of the deployment
|
|
40
|
+
type: string
|
|
41
|
+
objectKeyPrefix:
|
|
42
|
+
description: set the key prefix of object corresponding to the record page
|
|
43
|
+
where the action was launched
|
|
44
|
+
type: string
|
|
45
|
+
ActionLaunchStatusRepresentation:
|
|
46
|
+
description: Output representation to display the status of an API request
|
|
47
|
+
type: object
|
|
48
|
+
properties:
|
|
49
|
+
code:
|
|
50
|
+
description: get status code
|
|
51
|
+
type: integer
|
|
52
|
+
message:
|
|
53
|
+
description: get status message
|
|
54
|
+
type: string
|
|
55
|
+
AuditTrailExportInputRepresentation:
|
|
56
|
+
description: Input representation to create an audit trail export
|
|
57
|
+
type: object
|
|
58
|
+
properties:
|
|
59
|
+
endDate:
|
|
60
|
+
description: Set the end date of the audit export
|
|
61
|
+
type: string
|
|
62
|
+
endTime:
|
|
63
|
+
description: Set the end time of the audit export
|
|
64
|
+
type: string
|
|
65
|
+
initiatingAttendeeId:
|
|
66
|
+
description: Set the initiating attendee id of the audit export
|
|
67
|
+
type: string
|
|
68
|
+
startDate:
|
|
69
|
+
description: Set the start date of the audit export
|
|
70
|
+
type: string
|
|
71
|
+
startTime:
|
|
72
|
+
description: Set the start time of the audit export
|
|
73
|
+
type: string
|
|
74
|
+
verificationStatus:
|
|
75
|
+
description: Set the verification status of the audit export
|
|
76
|
+
type: string
|
|
77
|
+
AuditTrailExportListOutputRepresentation:
|
|
78
|
+
description: Output representation capturing all audit trail export where file
|
|
79
|
+
status is available/failed
|
|
80
|
+
type: object
|
|
81
|
+
properties:
|
|
82
|
+
auditTrailExports:
|
|
83
|
+
description: audit trail export details
|
|
84
|
+
type: array
|
|
85
|
+
items:
|
|
86
|
+
type: AuditTrailExportOutputRepresentation
|
|
87
|
+
AuditTrailExportOutputRepresentation:
|
|
88
|
+
description: Output representation capturing the audit trail export
|
|
89
|
+
type: object
|
|
90
|
+
properties:
|
|
91
|
+
completedAt:
|
|
92
|
+
description: time at which the audit trail export was completed
|
|
93
|
+
type: string
|
|
94
|
+
requestIdentifier:
|
|
95
|
+
description: request id of the audit trail export
|
|
96
|
+
type: string
|
|
97
|
+
requestedAt:
|
|
98
|
+
description: time at which the audit trail export was placed
|
|
99
|
+
type: string
|
|
100
|
+
requestedByUserId:
|
|
101
|
+
description: id of the user who requested for the audit trail export
|
|
102
|
+
type: string
|
|
103
|
+
requestedByUserName:
|
|
104
|
+
description: name of the user who requested for the audit trail export
|
|
105
|
+
type: string
|
|
106
|
+
status:
|
|
107
|
+
description: status of the audit trail export
|
|
108
|
+
type: string
|
|
109
|
+
title:
|
|
110
|
+
description: title of the audit trail export generated
|
|
111
|
+
type: string
|
|
112
|
+
AuditTrailFileDownloadOutputRepresentation:
|
|
113
|
+
description: Output representation to download the exported audit trail data
|
|
114
|
+
type: object
|
|
115
|
+
properties:
|
|
116
|
+
auditTrailLogs:
|
|
117
|
+
description: list of audit trail log records
|
|
118
|
+
type: array
|
|
119
|
+
items:
|
|
120
|
+
type: AuditTrailLogOutputRepresentation
|
|
121
|
+
AuditTrailFileExportInputRepresentation:
|
|
122
|
+
description: Input representation to create an audit trail export
|
|
123
|
+
type: object
|
|
124
|
+
properties:
|
|
125
|
+
auditTrailExportInput:
|
|
126
|
+
description: Set the audit trail export
|
|
127
|
+
type: AuditTrailExportInputRepresentation
|
|
128
|
+
AuditTrailLogOutputRepresentation:
|
|
129
|
+
description: Output representation for a single audit log record
|
|
130
|
+
type: object
|
|
131
|
+
properties:
|
|
132
|
+
communicationChannel:
|
|
133
|
+
description: communication channel
|
|
134
|
+
type: string
|
|
135
|
+
engagementTopic:
|
|
136
|
+
description: engagement topic
|
|
137
|
+
type: string
|
|
138
|
+
initiatingAttendee:
|
|
139
|
+
description: initiating attendee
|
|
140
|
+
type: string
|
|
141
|
+
initiatingAttendeeType:
|
|
142
|
+
description: initiating attendee type
|
|
143
|
+
type: string
|
|
144
|
+
recordName:
|
|
145
|
+
description: record name
|
|
146
|
+
type: string
|
|
147
|
+
verificationStatus:
|
|
148
|
+
description: verification status
|
|
149
|
+
type: string
|
|
150
|
+
verificationTimestamp:
|
|
151
|
+
description: verification timestamp
|
|
152
|
+
type: string
|
|
153
|
+
verificationType:
|
|
154
|
+
description: verification type
|
|
155
|
+
type: string
|
|
156
|
+
CustomFieldOutputRepresentation:
|
|
157
|
+
description: Output representation for creating an engagement interaction, topic,
|
|
158
|
+
or attendee record with a custom field.
|
|
159
|
+
type: object
|
|
160
|
+
properties:
|
|
161
|
+
key:
|
|
162
|
+
description: Fetches the name of a custom field from a Salesforce object.
|
|
163
|
+
type: string
|
|
164
|
+
value:
|
|
165
|
+
description: Fetches the value of a custom field from a Salesforce object.
|
|
166
|
+
type: object
|
|
167
|
+
CustomFieldsInputRepresentation:
|
|
168
|
+
description: Input representation for creating an engagement interaction, topic,
|
|
169
|
+
or attendee record with a custom field.
|
|
170
|
+
type: object
|
|
171
|
+
properties:
|
|
172
|
+
key:
|
|
173
|
+
description: Sets the name of a custom field in a Salesforce object.
|
|
174
|
+
type: string
|
|
175
|
+
value:
|
|
176
|
+
description: Sets the value of a custom field in a Salesforce object.
|
|
177
|
+
type: object
|
|
178
|
+
CustomFieldsListInputRepresentation:
|
|
179
|
+
description: Wraps a list of custom fields
|
|
180
|
+
type: object
|
|
181
|
+
properties:
|
|
182
|
+
customFields:
|
|
183
|
+
description: List of custom fields
|
|
184
|
+
type: array
|
|
185
|
+
items:
|
|
186
|
+
type: object
|
|
187
|
+
EngagementAttendeeCreateInputRepresentation:
|
|
188
|
+
description: Input representation to create an engagement attendee record
|
|
189
|
+
type: object
|
|
190
|
+
properties:
|
|
191
|
+
customFieldsList:
|
|
192
|
+
description: Sets the value of the custom fields list for an EngagementAttendee.
|
|
193
|
+
type: array
|
|
194
|
+
items:
|
|
195
|
+
type: object
|
|
196
|
+
endDateTime:
|
|
197
|
+
description: Set the EndDateTime field for this EngagementAttendee
|
|
198
|
+
type: string
|
|
199
|
+
engagementInteractionId:
|
|
200
|
+
description: Set the ownerId field for this EngagementAttendee
|
|
201
|
+
type: string
|
|
202
|
+
externalAttendeeId:
|
|
203
|
+
description: Set the ExternalAttendeeId field for this EngagementAttendee
|
|
204
|
+
type: string
|
|
205
|
+
id:
|
|
206
|
+
description: Set the id field for this EngagementAttendee
|
|
207
|
+
type: string
|
|
208
|
+
internalAttendeeId:
|
|
209
|
+
description: Set the InternalAttendeeId field for this EngagementAttendee
|
|
210
|
+
type: string
|
|
211
|
+
isAuthenticated:
|
|
212
|
+
description: Sets the value of the IsAuthenticated field for an EngagementAttendee.
|
|
213
|
+
type: boolean
|
|
214
|
+
isVerified:
|
|
215
|
+
description: Sets the value of the IsVerified field for an EngagementAttendee.
|
|
216
|
+
type: boolean
|
|
217
|
+
ownerId:
|
|
218
|
+
description: Set the ownerId field for this EngagementAttendee
|
|
219
|
+
type: string
|
|
220
|
+
role:
|
|
221
|
+
description: Sets the value of the Role field for an EngagementAttendee. The
|
|
222
|
+
possible values are Customer, Representative, and Contact Center Agent.
|
|
223
|
+
type: string
|
|
224
|
+
startDateTime:
|
|
225
|
+
description: Set the StartDateTime field for this EngagementAttendee
|
|
226
|
+
type: string
|
|
227
|
+
verificationTime:
|
|
228
|
+
description: Sets the value of the VerificationTime field for an EngagementAttendee.
|
|
229
|
+
type: string
|
|
230
|
+
EngagementAttendeeCreateOutputRepresentation:
|
|
231
|
+
description: Output representation to create an engagement attendee record along
|
|
232
|
+
with the status
|
|
233
|
+
type: object
|
|
234
|
+
properties:
|
|
235
|
+
engagementAttendee:
|
|
236
|
+
description: get engagement attendee id
|
|
237
|
+
type: ServiceExcellenceIdOutputRepresentation
|
|
238
|
+
status:
|
|
239
|
+
description: get status
|
|
240
|
+
type: ServiceExcellenceStatusOutputRepresentation
|
|
241
|
+
EngagementAttendeeFetchOutputRepresentation:
|
|
242
|
+
description: Output representation to fetch an engagement attendee record along
|
|
243
|
+
with the status
|
|
244
|
+
type: object
|
|
245
|
+
properties:
|
|
246
|
+
engagementAttendee:
|
|
247
|
+
description: get engagement attendee
|
|
248
|
+
type: EngagementAttendeeOutputRepresentation
|
|
249
|
+
status:
|
|
250
|
+
description: get status
|
|
251
|
+
type: ServiceExcellenceStatusOutputRepresentation
|
|
252
|
+
EngagementAttendeeListInputRepresentation:
|
|
253
|
+
description: Wraps a list of engagementAttendees
|
|
254
|
+
type: object
|
|
255
|
+
properties:
|
|
256
|
+
engagementAttendees:
|
|
257
|
+
description: List of EngagementAttendee Fields
|
|
258
|
+
type: array
|
|
259
|
+
items:
|
|
260
|
+
type: object
|
|
261
|
+
EngagementAttendeeOutputRepresentation:
|
|
262
|
+
description: Output representation to create an engagement attendee record
|
|
263
|
+
type: object
|
|
264
|
+
properties:
|
|
265
|
+
customFields:
|
|
266
|
+
description: get list of custom fields
|
|
267
|
+
type: array
|
|
268
|
+
items:
|
|
269
|
+
type: CustomFieldOutputRepresentation
|
|
270
|
+
endDateTime:
|
|
271
|
+
description: get end date-time
|
|
272
|
+
type: string
|
|
273
|
+
engagementInteractionId:
|
|
274
|
+
description: get engagement interaction id
|
|
275
|
+
type: string
|
|
276
|
+
externalAttendeeId:
|
|
277
|
+
description: get external attendee id
|
|
278
|
+
type: string
|
|
279
|
+
id:
|
|
280
|
+
description: get attendee id
|
|
281
|
+
type: string
|
|
282
|
+
internalAttendeeId:
|
|
283
|
+
description: get internal attendee id
|
|
284
|
+
type: string
|
|
285
|
+
isAuthenticated:
|
|
286
|
+
description: Fetches the value of the IsAuthenticated field for an EngagementAttendee.
|
|
287
|
+
type: boolean
|
|
288
|
+
isVerified:
|
|
289
|
+
description: Fetches the value of the IsVerified field for an EngagementAttendee.
|
|
290
|
+
type: boolean
|
|
291
|
+
ownerId:
|
|
292
|
+
description: get owner id
|
|
293
|
+
type: string
|
|
294
|
+
role:
|
|
295
|
+
description: Fetches the role of the EngagementAttendee.
|
|
296
|
+
type: string
|
|
297
|
+
startDateTime:
|
|
298
|
+
description: get start date-time
|
|
299
|
+
type: string
|
|
300
|
+
verificationTime:
|
|
301
|
+
description: Fetches the value of the VerificationTime field for an EngagementAttendee.
|
|
302
|
+
type: string
|
|
303
|
+
# TODO: Hand rolled
|
|
304
|
+
# EngagementDetailsOutputRepresentation:
|
|
305
|
+
# description: Output representation to display the engagement details
|
|
306
|
+
# type: object
|
|
307
|
+
# properties:
|
|
308
|
+
# attendeeAuthenticated:
|
|
309
|
+
# description: check if Attendee Authenticated
|
|
310
|
+
# type: boolean
|
|
311
|
+
# attendeeVerificationTime:
|
|
312
|
+
# description: get attendee verification time
|
|
313
|
+
# format: int64
|
|
314
|
+
# type: integer
|
|
315
|
+
# attendeeVerified:
|
|
316
|
+
# description: get is attendee verified
|
|
317
|
+
# type: boolean
|
|
318
|
+
# communicationChannel:
|
|
319
|
+
# description: get communication channel
|
|
320
|
+
# type: string
|
|
321
|
+
# contextId:
|
|
322
|
+
# description: get context id
|
|
323
|
+
# type: string
|
|
324
|
+
# duration:
|
|
325
|
+
# description: get engagement interaction duration
|
|
326
|
+
# type: string
|
|
327
|
+
# endDateTime:
|
|
328
|
+
# description: get endDateTime
|
|
329
|
+
# type: string
|
|
330
|
+
# engagementAttendees:
|
|
331
|
+
# description: get list of engagement attendees
|
|
332
|
+
# type: array
|
|
333
|
+
# items:
|
|
334
|
+
# type: EngagementAttendeeOutputRepresentation
|
|
335
|
+
# engagementTopics:
|
|
336
|
+
# description: get list of engagement topics
|
|
337
|
+
# type: array
|
|
338
|
+
# items:
|
|
339
|
+
# type: EngagementTopicDetailsOutputRepresentation
|
|
340
|
+
# externalIdentifierId:
|
|
341
|
+
# description: get external identifier id
|
|
342
|
+
# type: string
|
|
343
|
+
# id:
|
|
344
|
+
# description: get engagement interaction id
|
|
345
|
+
# type: string
|
|
346
|
+
# initiatingAttendeeId:
|
|
347
|
+
# description: get initiating attendee id
|
|
348
|
+
# type: string
|
|
349
|
+
# mappedState:
|
|
350
|
+
# description: get mapped state
|
|
351
|
+
# type: string
|
|
352
|
+
# ownerId:
|
|
353
|
+
# description: get owner id
|
|
354
|
+
# type: string
|
|
355
|
+
# sentiment:
|
|
356
|
+
# description: get sentiment
|
|
357
|
+
# type: string
|
|
358
|
+
# startDateTime:
|
|
359
|
+
# description: get start date time
|
|
360
|
+
# type: string
|
|
361
|
+
# status:
|
|
362
|
+
# description: get status of engagement interaction
|
|
363
|
+
# type: string
|
|
364
|
+
# type:
|
|
365
|
+
# description: get Type
|
|
366
|
+
# type: string
|
|
367
|
+
EngagementInteractionCreateInputRepresentation:
|
|
368
|
+
description: Input representation to create an engagement interaction record
|
|
369
|
+
type: object
|
|
370
|
+
properties:
|
|
371
|
+
attendeeAuthenticated:
|
|
372
|
+
description: Set the attendeeAuthenticated field for this EngagementInteraction
|
|
373
|
+
type: boolean
|
|
374
|
+
attendeeVerificationTime:
|
|
375
|
+
description: Set the attendeeVerificationTime field for this EngagementInteraction
|
|
376
|
+
type: string
|
|
377
|
+
attendeeVerified:
|
|
378
|
+
description: Set the attendeeVerified field for this EngagementInteraction
|
|
379
|
+
type: boolean
|
|
380
|
+
communicationChannel:
|
|
381
|
+
description: Set the CommunicationChannel field for this EngagementInteraction
|
|
382
|
+
type: string
|
|
383
|
+
contextId:
|
|
384
|
+
description: Set the ContextId field for this EngagementInteraction
|
|
385
|
+
type: string
|
|
386
|
+
customFieldsList:
|
|
387
|
+
description: Sets the value of the custom fields list for an EngagementInteraction.
|
|
388
|
+
type: array
|
|
389
|
+
items:
|
|
390
|
+
type: object
|
|
391
|
+
endDateTime:
|
|
392
|
+
description: Set the EndDateTime field for this EngagementInteraction
|
|
393
|
+
type: string
|
|
394
|
+
engagementAttendees:
|
|
395
|
+
description: Set the EngagementAttendees field for this EngagementInteraction
|
|
396
|
+
type: array
|
|
397
|
+
items:
|
|
398
|
+
type: object
|
|
399
|
+
engagementTopics:
|
|
400
|
+
description: Set the EngagementTopics field for this EngagementInteraction
|
|
401
|
+
type: array
|
|
402
|
+
items:
|
|
403
|
+
type: object
|
|
404
|
+
externalIdentifierId:
|
|
405
|
+
description: Set the ExternalIdentifierId field for this EngagementInteraction
|
|
406
|
+
type: string
|
|
407
|
+
id:
|
|
408
|
+
description: Set the id field for this EngagementInteraction
|
|
409
|
+
type: string
|
|
410
|
+
initiatingAttendeeId:
|
|
411
|
+
description: Set the InitiatingAttendeeId field for this EngagementInteraction
|
|
412
|
+
type: string
|
|
413
|
+
mappedState:
|
|
414
|
+
description: Set the mappedState field for this EngagementInteraction
|
|
415
|
+
type: string
|
|
416
|
+
phoneNumber:
|
|
417
|
+
description: Sets the value of the PhoneNumber field for an EngagementInteraction.
|
|
418
|
+
type: string
|
|
419
|
+
reason:
|
|
420
|
+
description: Sets the value of the Reason field for an EngagementInteraction.
|
|
421
|
+
type: string
|
|
422
|
+
sentiment:
|
|
423
|
+
description: Set the Sentiment field for this EngagementInteraction
|
|
424
|
+
type: string
|
|
425
|
+
startDateTime:
|
|
426
|
+
description: Set the StartDateTime field for this EngagementInteraction
|
|
427
|
+
type: string
|
|
428
|
+
status:
|
|
429
|
+
description: Set the status field for this EngagementInteraction
|
|
430
|
+
type: string
|
|
431
|
+
type:
|
|
432
|
+
description: Set the type field for this EngagementInteraction
|
|
433
|
+
type: string
|
|
434
|
+
EngagementInteractionCreateOutputRepresentation:
|
|
435
|
+
description: Output representation to create an engagement record along with the
|
|
436
|
+
status
|
|
437
|
+
type: object
|
|
438
|
+
properties:
|
|
439
|
+
engagementInteraction:
|
|
440
|
+
description: get engagement interaction id
|
|
441
|
+
type: EngagementInteractionIdsCreateOutputRepresentation
|
|
442
|
+
status:
|
|
443
|
+
description: get status
|
|
444
|
+
type: ServiceExcellenceStatusOutputRepresentation
|
|
445
|
+
EngagementInteractionFetchOutputRepresentation:
|
|
446
|
+
description: Output representation to fetch an engagement interaction record along
|
|
447
|
+
with the status
|
|
448
|
+
type: object
|
|
449
|
+
properties:
|
|
450
|
+
engagementInteraction:
|
|
451
|
+
description: get engagement interaction
|
|
452
|
+
type: EngagementInteractionOutputRepresentation
|
|
453
|
+
status:
|
|
454
|
+
description: get status
|
|
455
|
+
type: ServiceExcellenceStatusOutputRepresentation
|
|
456
|
+
EngagementInteractionIdsCreateOutputRepresentation:
|
|
457
|
+
description: Output representation to create an engagement ID
|
|
458
|
+
type: object
|
|
459
|
+
properties:
|
|
460
|
+
engagementAttendees:
|
|
461
|
+
description: get attendee list
|
|
462
|
+
type: array
|
|
463
|
+
items:
|
|
464
|
+
type: ServiceExcellenceIdOutputRepresentation
|
|
465
|
+
engagementTopics:
|
|
466
|
+
description: get topic list
|
|
467
|
+
type: array
|
|
468
|
+
items:
|
|
469
|
+
type: ServiceExcellenceIdOutputRepresentation
|
|
470
|
+
id:
|
|
471
|
+
description: get engagement interaction id
|
|
472
|
+
type: string
|
|
473
|
+
EngagementInteractionOutputRepresentation:
|
|
474
|
+
description: Output representation to fetch the engagement interaction record
|
|
475
|
+
type: object
|
|
476
|
+
properties:
|
|
477
|
+
attendeeAuthenticated:
|
|
478
|
+
description: check if Attendee Authenticated
|
|
479
|
+
type: boolean
|
|
480
|
+
attendeeVerificationTime:
|
|
481
|
+
description: get attendee verification time
|
|
482
|
+
type: string
|
|
483
|
+
attendeeVerified:
|
|
484
|
+
description: get is attendee verified
|
|
485
|
+
type: boolean
|
|
486
|
+
communicationChannel:
|
|
487
|
+
description: get communication channel
|
|
488
|
+
type: string
|
|
489
|
+
contextId:
|
|
490
|
+
description: get context id
|
|
491
|
+
type: string
|
|
492
|
+
customFields:
|
|
493
|
+
description: get list of custom fields
|
|
494
|
+
type: array
|
|
495
|
+
items:
|
|
496
|
+
type: CustomFieldOutputRepresentation
|
|
497
|
+
duration:
|
|
498
|
+
description: get engagement interaction duration
|
|
499
|
+
type: string
|
|
500
|
+
endDateTime:
|
|
501
|
+
description: get endDateTime
|
|
502
|
+
type: string
|
|
503
|
+
engagementAttendees:
|
|
504
|
+
description: get list of engagement attendees
|
|
505
|
+
type: array
|
|
506
|
+
items:
|
|
507
|
+
type: EngagementAttendeeOutputRepresentation
|
|
508
|
+
engagementTopics:
|
|
509
|
+
description: get list of engagement topics
|
|
510
|
+
type: array
|
|
511
|
+
items:
|
|
512
|
+
type: EngagementTopicOutputRepresentation
|
|
513
|
+
externalIdentifierId:
|
|
514
|
+
description: get external identifier id
|
|
515
|
+
type: string
|
|
516
|
+
id:
|
|
517
|
+
description: get engagement interaction id
|
|
518
|
+
type: string
|
|
519
|
+
initiatingAttendeeId:
|
|
520
|
+
description: get initiating attendee id
|
|
521
|
+
type: string
|
|
522
|
+
mappedState:
|
|
523
|
+
description: get mapped state
|
|
524
|
+
type: string
|
|
525
|
+
ownerId:
|
|
526
|
+
description: get owner id
|
|
527
|
+
type: string
|
|
528
|
+
phoneNumber:
|
|
529
|
+
description: Fetches the PhoneNumber of the EngagementInteraction.
|
|
530
|
+
type: string
|
|
531
|
+
reason:
|
|
532
|
+
description: Fetches the reason of the EngagementInteraction.
|
|
533
|
+
type: string
|
|
534
|
+
sentiment:
|
|
535
|
+
description: get sentiment
|
|
536
|
+
type: string
|
|
537
|
+
startDateTime:
|
|
538
|
+
description: get start date time
|
|
539
|
+
type: string
|
|
540
|
+
status:
|
|
541
|
+
description: get status of engagement interaction
|
|
542
|
+
type: string
|
|
543
|
+
type:
|
|
544
|
+
description: get Type
|
|
545
|
+
type: string
|
|
546
|
+
EngagementInteractionUpdateInputRepresentation:
|
|
547
|
+
description: Input representation to update an engagement interaction record
|
|
548
|
+
type: object
|
|
549
|
+
properties:
|
|
550
|
+
attendeeAuthenticated:
|
|
551
|
+
description: Set the attendeeAuthenticated field for this EngagementInteraction
|
|
552
|
+
type: boolean
|
|
553
|
+
attendeeVerificationTime:
|
|
554
|
+
description: Set the attendeeVerificationTime field for this EngagementInteraction
|
|
555
|
+
type: string
|
|
556
|
+
attendeeVerified:
|
|
557
|
+
description: Set the attendeeVerified field for this EngagementInteraction
|
|
558
|
+
type: boolean
|
|
559
|
+
communicationChannel:
|
|
560
|
+
description: Set the CommunicationChannel field for this EngagementInteraction
|
|
561
|
+
type: string
|
|
562
|
+
contextId:
|
|
563
|
+
description: Set the ContextId field for this EngagementInteraction
|
|
564
|
+
type: string
|
|
565
|
+
duration:
|
|
566
|
+
description: Set the duration field for this EngagementInteraction
|
|
567
|
+
type: string
|
|
568
|
+
endDateTime:
|
|
569
|
+
description: Set the EndDateTime field for this EngagementInteraction
|
|
570
|
+
type: string
|
|
571
|
+
externalIdentifierId:
|
|
572
|
+
description: Set the ExternalIdentifierId field for this EngagementInteraction
|
|
573
|
+
type: string
|
|
574
|
+
id:
|
|
575
|
+
description: Set the id field for this EngagementInteraction
|
|
576
|
+
type: string
|
|
577
|
+
initiatingAttendeeId:
|
|
578
|
+
description: Set the InitiatingAttendeeId field for this EngagementInteraction
|
|
579
|
+
type: string
|
|
580
|
+
mappedState:
|
|
581
|
+
description: Set the mappedState field for this EngagementInteraction
|
|
582
|
+
type: string
|
|
583
|
+
phoneNumber:
|
|
584
|
+
description: Updates the value of the PhoneNumber field for an EngagementInteraction.
|
|
585
|
+
type: string
|
|
586
|
+
reason:
|
|
587
|
+
description: Updates the value of the Reason field for an EngagementInteraction.
|
|
588
|
+
type: string
|
|
589
|
+
sentiment:
|
|
590
|
+
description: Set the Sentiment field for this EngagementInteraction
|
|
591
|
+
type: string
|
|
592
|
+
startDateTime:
|
|
593
|
+
description: Set the StartDateTime field for this EngagementInteraction
|
|
594
|
+
type: string
|
|
595
|
+
status:
|
|
596
|
+
description: Set the status field for this EngagementInteraction
|
|
597
|
+
type: string
|
|
598
|
+
type:
|
|
599
|
+
description: Set the type field for this EngagementInteraction
|
|
600
|
+
type: string
|
|
601
|
+
EngagementInteractionUpdateOutputRepresentation:
|
|
602
|
+
description: Output representation to update an engagement record along with the
|
|
603
|
+
status
|
|
604
|
+
type: object
|
|
605
|
+
properties:
|
|
606
|
+
engagementAttendees:
|
|
607
|
+
description: get attendee list
|
|
608
|
+
type: array
|
|
609
|
+
items:
|
|
610
|
+
type: ServiceExcellenceIdOutputRepresentation
|
|
611
|
+
engagementInteraction:
|
|
612
|
+
description: get engagement interaction id
|
|
613
|
+
type: ServiceExcellenceIdOutputRepresentation
|
|
614
|
+
engagementTopics:
|
|
615
|
+
description: get topic list
|
|
616
|
+
type: array
|
|
617
|
+
items:
|
|
618
|
+
type: ServiceExcellenceIdOutputRepresentation
|
|
619
|
+
status:
|
|
620
|
+
description: get status
|
|
621
|
+
type: ServiceExcellenceStatusOutputRepresentation
|
|
622
|
+
EngagementTopicCreateInputRepresentation:
|
|
623
|
+
description: Input representation to create an engagement topic record
|
|
624
|
+
type: object
|
|
625
|
+
properties:
|
|
626
|
+
customFieldsList:
|
|
627
|
+
description: Sets the value of the custom fields list for an EngagementTopic.
|
|
628
|
+
type: array
|
|
629
|
+
items:
|
|
630
|
+
type: object
|
|
631
|
+
engagementInteractionId:
|
|
632
|
+
description: Set the engagementInteractionId field for this EngagementTopic
|
|
633
|
+
type: string
|
|
634
|
+
id:
|
|
635
|
+
description: Set the id field for this EngagementTopic
|
|
636
|
+
type: string
|
|
637
|
+
interactionSummary:
|
|
638
|
+
description: Sets the value of the InteractionSummary field for an EngagementTopic.
|
|
639
|
+
type: string
|
|
640
|
+
name:
|
|
641
|
+
description: Set the name field for this EngagementTopic
|
|
642
|
+
type: string
|
|
643
|
+
ownerId:
|
|
644
|
+
description: Set the ownerId field for this EngagementTopic
|
|
645
|
+
type: string
|
|
646
|
+
parentTopicId:
|
|
647
|
+
description: Set the name field for this EngagementTopic
|
|
648
|
+
type: string
|
|
649
|
+
processFailureReason:
|
|
650
|
+
description: Set the name field for this EngagementTopic
|
|
651
|
+
type: string
|
|
652
|
+
processName:
|
|
653
|
+
description: Set the processName field for this EngagementTopic
|
|
654
|
+
type: string
|
|
655
|
+
processStatus:
|
|
656
|
+
description: Set the ProcessStatus field for this EngagementTopic
|
|
657
|
+
type: string
|
|
658
|
+
processType:
|
|
659
|
+
description: Set the processType field for this EngagementTopic
|
|
660
|
+
type: string
|
|
661
|
+
relatedPersonId:
|
|
662
|
+
description: Set the RelatedPersonId field for this EngagementTopic
|
|
663
|
+
type: string
|
|
664
|
+
topicId:
|
|
665
|
+
description: Set the TopicId field for this EngagementTopic
|
|
666
|
+
type: string
|
|
667
|
+
EngagementTopicCreateOutputRepresentation:
|
|
668
|
+
description: Output representation to create an engagement topic record along
|
|
669
|
+
with the status
|
|
670
|
+
type: object
|
|
671
|
+
properties:
|
|
672
|
+
engagementTopic:
|
|
673
|
+
description: get engagement topic id
|
|
674
|
+
type: ServiceExcellenceIdOutputRepresentation
|
|
675
|
+
status:
|
|
676
|
+
description: get status
|
|
677
|
+
type: ServiceExcellenceStatusOutputRepresentation
|
|
678
|
+
EngagementTopicDetailsOutputRepresentation:
|
|
679
|
+
description: Output representation to create an engagement topic record
|
|
680
|
+
type: object
|
|
681
|
+
properties:
|
|
682
|
+
id:
|
|
683
|
+
description: get engagement topic id
|
|
684
|
+
type: string
|
|
685
|
+
interactionSummary:
|
|
686
|
+
description: Fetches the interaction summary of the EngagementTopic.
|
|
687
|
+
type: string
|
|
688
|
+
name:
|
|
689
|
+
description: get name
|
|
690
|
+
type: string
|
|
691
|
+
ownerId:
|
|
692
|
+
description: get owner id reason
|
|
693
|
+
type: string
|
|
694
|
+
parentTopicId:
|
|
695
|
+
description: get parent topic id
|
|
696
|
+
type: string
|
|
697
|
+
processFailureReason:
|
|
698
|
+
description: get process failure reason
|
|
699
|
+
type: string
|
|
700
|
+
processName:
|
|
701
|
+
description: get process name
|
|
702
|
+
type: string
|
|
703
|
+
processStatus:
|
|
704
|
+
description: get process status
|
|
705
|
+
type: string
|
|
706
|
+
processType:
|
|
707
|
+
description: get process type
|
|
708
|
+
type: string
|
|
709
|
+
relatedPersonId:
|
|
710
|
+
description: get related person id
|
|
711
|
+
type: string
|
|
712
|
+
topicId:
|
|
713
|
+
description: get topic id
|
|
714
|
+
type: string
|
|
715
|
+
EngagementTopicFetchOutputRepresentation:
|
|
716
|
+
description: Output representation to fetch an engagement topic record along with
|
|
717
|
+
the status
|
|
718
|
+
type: object
|
|
719
|
+
properties:
|
|
720
|
+
engagementTopic:
|
|
721
|
+
description: get engagement topic
|
|
722
|
+
type: EngagementTopicOutputRepresentation
|
|
723
|
+
status:
|
|
724
|
+
description: get status
|
|
725
|
+
type: ServiceExcellenceStatusOutputRepresentation
|
|
726
|
+
EngagementTopicListInputRepresentation:
|
|
727
|
+
description: Wraps a list of engagementTopics
|
|
728
|
+
type: object
|
|
729
|
+
properties:
|
|
730
|
+
engagementTopics:
|
|
731
|
+
description: List of EngagementTopic Fields
|
|
732
|
+
type: array
|
|
733
|
+
items:
|
|
734
|
+
type: object
|
|
735
|
+
EngagementTopicOutputRepresentation:
|
|
736
|
+
description: Output representation to create an engagement topic record
|
|
737
|
+
type: object
|
|
738
|
+
properties:
|
|
739
|
+
customFields:
|
|
740
|
+
description: get list of custom fields
|
|
741
|
+
type: array
|
|
742
|
+
items:
|
|
743
|
+
type: CustomFieldOutputRepresentation
|
|
744
|
+
engagementInteractionId:
|
|
745
|
+
description: get engagement interaction id
|
|
746
|
+
type: string
|
|
747
|
+
id:
|
|
748
|
+
description: get engagement topic id
|
|
749
|
+
type: string
|
|
750
|
+
interactionSummary:
|
|
751
|
+
description: Fetches the interaction summary of the EngagementTopic.
|
|
752
|
+
type: string
|
|
753
|
+
name:
|
|
754
|
+
description: get name
|
|
755
|
+
type: string
|
|
756
|
+
ownerId:
|
|
757
|
+
description: get owner id
|
|
758
|
+
type: string
|
|
759
|
+
parentTopicId:
|
|
760
|
+
description: get parent topic id
|
|
761
|
+
type: string
|
|
762
|
+
processFailureReason:
|
|
763
|
+
description: get process failure reason
|
|
764
|
+
type: string
|
|
765
|
+
processName:
|
|
766
|
+
description: get process name
|
|
767
|
+
type: string
|
|
768
|
+
processStatus:
|
|
769
|
+
description: get process status
|
|
770
|
+
type: string
|
|
771
|
+
processType:
|
|
772
|
+
description: get process type
|
|
773
|
+
type: string
|
|
774
|
+
relatedPersonId:
|
|
775
|
+
description: get related person id
|
|
776
|
+
type: string
|
|
777
|
+
topicId:
|
|
778
|
+
description: get topic id
|
|
779
|
+
type: string
|
|
780
|
+
EngagementsCreateInputRepresentation:
|
|
781
|
+
description: Input representation to create an engagement record
|
|
782
|
+
type: object
|
|
783
|
+
properties:
|
|
784
|
+
engagementInteraction:
|
|
785
|
+
description: Set the EngagementInteraction field for this container
|
|
786
|
+
type: object
|
|
787
|
+
EngagementsFetchOutputRepresentation:
|
|
788
|
+
description: Output representation to fetch an engagement record along with the
|
|
789
|
+
status
|
|
790
|
+
type: object
|
|
791
|
+
properties:
|
|
792
|
+
engagementInteraction:
|
|
793
|
+
description: get complete engagement interaction
|
|
794
|
+
type: EngagementInteractionOutputRepresentation
|
|
795
|
+
status:
|
|
796
|
+
description: get status
|
|
797
|
+
type: ServiceExcellenceStatusOutputRepresentation
|
|
798
|
+
EngagementsUpdateInputRepresentation:
|
|
799
|
+
description: Input representation to update an engagement record
|
|
800
|
+
type: object
|
|
801
|
+
properties:
|
|
802
|
+
engagementAttendees:
|
|
803
|
+
description: Set the list of EngagementAttendees field for this container
|
|
804
|
+
type: array
|
|
805
|
+
items:
|
|
806
|
+
type: object
|
|
807
|
+
engagementInteraction:
|
|
808
|
+
description: Set the EngagementInteraction field for this container
|
|
809
|
+
type: object
|
|
810
|
+
engagementTopics:
|
|
811
|
+
description: Set the list of EngagementTopics field for this container
|
|
812
|
+
type: array
|
|
813
|
+
items:
|
|
814
|
+
type: object
|
|
815
|
+
RecentlyUsedActionsRepresentation:
|
|
816
|
+
description: Output representation of most recently used actions.
|
|
817
|
+
type: object
|
|
818
|
+
properties:
|
|
819
|
+
recentActions:
|
|
820
|
+
description: get the recent used actions for given {userId, deploymentId,
|
|
821
|
+
object}
|
|
822
|
+
type: array
|
|
823
|
+
items:
|
|
824
|
+
type: ServiceCatalogItemsOutputRepresentation
|
|
825
|
+
status:
|
|
826
|
+
description: get status
|
|
827
|
+
type: ServiceExcellenceStatusOutputRepresentation
|
|
828
|
+
ServiceCatalogActionsCategoryOutputRepresentation:
|
|
829
|
+
description: Output representation of Static Actions
|
|
830
|
+
type: object
|
|
831
|
+
properties:
|
|
832
|
+
actionId:
|
|
833
|
+
description: get developer Name
|
|
834
|
+
type: string | nil
|
|
835
|
+
businessName:
|
|
836
|
+
description: get the type of action
|
|
837
|
+
type: string | nil
|
|
838
|
+
order:
|
|
839
|
+
description: get priority/order
|
|
840
|
+
type: integer | nil
|
|
841
|
+
ServiceCatalogFrequentActionsOutputRepresentation:
|
|
842
|
+
description: Output representation of each frequent action items
|
|
843
|
+
type: object
|
|
844
|
+
properties:
|
|
845
|
+
dynamicActions:
|
|
846
|
+
description: get dynamic action
|
|
847
|
+
type: array
|
|
848
|
+
items:
|
|
849
|
+
type: ServiceCatalogActionsCategoryOutputRepresentation
|
|
850
|
+
staticActions:
|
|
851
|
+
description: get static action
|
|
852
|
+
type: array
|
|
853
|
+
items:
|
|
854
|
+
type: ServiceCatalogActionsCategoryOutputRepresentation
|
|
855
|
+
ServiceCatalogItemsFetchOutputRepresentation:
|
|
856
|
+
description: Output representation to fetch all action items against a record
|
|
857
|
+
Id
|
|
858
|
+
type: object
|
|
859
|
+
properties:
|
|
860
|
+
actions:
|
|
861
|
+
description: get all action items
|
|
862
|
+
type: array
|
|
863
|
+
items:
|
|
864
|
+
type: ServiceCatalogItemsOutputRepresentation
|
|
865
|
+
frequentActions:
|
|
866
|
+
description: get frequent actions
|
|
867
|
+
type: ServiceCatalogFrequentActionsOutputRepresentation | nil
|
|
868
|
+
status:
|
|
869
|
+
description: get status
|
|
870
|
+
type: ServiceExcellenceStatusOutputRepresentation
|
|
871
|
+
ServiceCatalogItemsOutputRepresentation:
|
|
872
|
+
description: Output representation of each service catalog Item
|
|
873
|
+
type: object
|
|
874
|
+
properties:
|
|
875
|
+
actionDefinition:
|
|
876
|
+
description: It contains action item specific definitions.
|
|
877
|
+
type: object
|
|
878
|
+
actionDescription:
|
|
879
|
+
description: get action Description
|
|
880
|
+
type: string
|
|
881
|
+
actionId:
|
|
882
|
+
description: get unique Action ID
|
|
883
|
+
type: string
|
|
884
|
+
actionLabel:
|
|
885
|
+
description: get action Label
|
|
886
|
+
type: string
|
|
887
|
+
actionType:
|
|
888
|
+
description: get action Type
|
|
889
|
+
type: string
|
|
890
|
+
ServiceExcellenceIdOutputRepresentation:
|
|
891
|
+
description: Output representation of entity Id output
|
|
892
|
+
type: object
|
|
893
|
+
properties:
|
|
894
|
+
id:
|
|
895
|
+
description: get id
|
|
896
|
+
type: string
|
|
897
|
+
ServiceExcellenceStatusOutputRepresentation:
|
|
898
|
+
description: Output representation to display the status of an API request
|
|
899
|
+
type: object
|
|
900
|
+
properties:
|
|
901
|
+
code:
|
|
902
|
+
description: get status code
|
|
903
|
+
type: integer
|
|
904
|
+
message:
|
|
905
|
+
description: get status message
|
|
906
|
+
type: string
|
|
907
|
+
/connect/service-excellence:
|
|
908
|
+
/audit-trail-exports:
|
|
909
|
+
get:
|
|
910
|
+
displayName: getAuditTrailFileExport
|
|
911
|
+
description: method to fetch all audit trail export which have filestatus as
|
|
912
|
+
available/failed.
|
|
913
|
+
responses:
|
|
914
|
+
'200':
|
|
915
|
+
description: Success
|
|
916
|
+
body:
|
|
917
|
+
application/json:
|
|
918
|
+
type: AuditTrailExportListOutputRepresentation
|
|
919
|
+
post:
|
|
920
|
+
displayName: postAuditTrailFileExport
|
|
921
|
+
description: method to fetch all audit trail exports with filestatus as available/failed
|
|
922
|
+
responses:
|
|
923
|
+
'200':
|
|
924
|
+
description: Success
|
|
925
|
+
body:
|
|
926
|
+
application/json:
|
|
927
|
+
type: AuditTrailExportOutputRepresentation
|
|
928
|
+
body:
|
|
929
|
+
application/json:
|
|
930
|
+
type: AuditTrailFileExportInputRepresentation
|
|
931
|
+
#required: false
|
|
932
|
+
(oas-body-name): auditTrailExportInput
|
|
933
|
+
/audit-trail-exports/{requestIdentifier}:
|
|
934
|
+
delete:
|
|
935
|
+
displayName: deleteAuditTrailExportDelete
|
|
936
|
+
description: method to delete the file associated with the audit trail export
|
|
937
|
+
responses:
|
|
938
|
+
'200':
|
|
939
|
+
description: Success
|
|
940
|
+
get:
|
|
941
|
+
displayName: getAuditTrailExportDelete
|
|
942
|
+
description: method to fetch audit trail export for a given requestIdentifier.
|
|
943
|
+
responses:
|
|
944
|
+
'200':
|
|
945
|
+
description: Success
|
|
946
|
+
body:
|
|
947
|
+
application/json:
|
|
948
|
+
type: AuditTrailExportOutputRepresentation
|
|
949
|
+
uriParameters:
|
|
950
|
+
requestIdentifier:
|
|
951
|
+
type: string
|
|
952
|
+
required: true
|
|
953
|
+
/audit-trail-exports/{requestIdentifier}/download:
|
|
954
|
+
get:
|
|
955
|
+
displayName: getAuditTrailFileExportDownload
|
|
956
|
+
description: method to fetch audit trail logs for a given request.
|
|
957
|
+
responses:
|
|
958
|
+
'200':
|
|
959
|
+
description: Success
|
|
960
|
+
body:
|
|
961
|
+
application/json:
|
|
962
|
+
type: AuditTrailFileDownloadOutputRepresentation
|
|
963
|
+
uriParameters:
|
|
964
|
+
requestIdentifier:
|
|
965
|
+
type: string
|
|
966
|
+
required: true
|
|
967
|
+
/engagement-interactions:
|
|
968
|
+
delete:
|
|
969
|
+
displayName: deleteEngagementInteraction
|
|
970
|
+
description: method to delete engagements
|
|
971
|
+
responses:
|
|
972
|
+
'200':
|
|
973
|
+
description: Success
|
|
974
|
+
get:
|
|
975
|
+
displayName: getEngagementInteraction
|
|
976
|
+
description: method to fetch engagements
|
|
977
|
+
responses:
|
|
978
|
+
'200':
|
|
979
|
+
description: Success
|
|
980
|
+
body:
|
|
981
|
+
application/json:
|
|
982
|
+
type: EngagementInteractionFetchOutputRepresentation
|
|
983
|
+
# TODO: Hand rolled
|
|
984
|
+
# post:
|
|
985
|
+
# displayName: postEngagementInteraction
|
|
986
|
+
# description: method to create engagements
|
|
987
|
+
# responses:
|
|
988
|
+
# '200':
|
|
989
|
+
# description: Success
|
|
990
|
+
# body:
|
|
991
|
+
# application/json:
|
|
992
|
+
# type: EngagementInteractionCreateOutputRepresentation
|
|
993
|
+
# body:
|
|
994
|
+
# application/json:
|
|
995
|
+
# type: EngagementsCreateInputRepresentation
|
|
996
|
+
# #required: false
|
|
997
|
+
# (oas-body-name): engagementContainerInput
|
|
998
|
+
/engagement-interactions/{engagementInteractionId}:
|
|
999
|
+
delete:
|
|
1000
|
+
displayName: deleteEngagementInteraction
|
|
1001
|
+
description: method to delete engagements
|
|
1002
|
+
responses:
|
|
1003
|
+
'200':
|
|
1004
|
+
description: Success
|
|
1005
|
+
get:
|
|
1006
|
+
displayName: getEngagementInteraction
|
|
1007
|
+
description: method to fetch engagements
|
|
1008
|
+
responses:
|
|
1009
|
+
'200':
|
|
1010
|
+
description: Success
|
|
1011
|
+
body:
|
|
1012
|
+
application/json:
|
|
1013
|
+
type: EngagementInteractionFetchOutputRepresentation
|
|
1014
|
+
# TODO: Hand rolled
|
|
1015
|
+
# post:
|
|
1016
|
+
# displayName: postEngagementInteraction
|
|
1017
|
+
# description: method to create engagements
|
|
1018
|
+
# responses:
|
|
1019
|
+
# '200':
|
|
1020
|
+
# description: Success
|
|
1021
|
+
# body:
|
|
1022
|
+
# application/json:
|
|
1023
|
+
# type: EngagementInteractionCreateOutputRepresentation
|
|
1024
|
+
# body:
|
|
1025
|
+
# application/json:
|
|
1026
|
+
# type: EngagementsCreateInputRepresentation
|
|
1027
|
+
# #required: false
|
|
1028
|
+
# (oas-body-name): engagementContainerInput
|
|
1029
|
+
uriParameters:
|
|
1030
|
+
engagementInteractionId:
|
|
1031
|
+
type: string
|
|
1032
|
+
required: true
|
|
1033
|
+
/service-catalog-items:
|
|
1034
|
+
/action-launch:
|
|
1035
|
+
# TODO: Hand rolled
|
|
1036
|
+
# post:
|
|
1037
|
+
# displayName: postActionLaunch
|
|
1038
|
+
# description: The method to post the details of an action launch event.
|
|
1039
|
+
# responses:
|
|
1040
|
+
# '200':
|
|
1041
|
+
# description: Success
|
|
1042
|
+
# body:
|
|
1043
|
+
# application/json:
|
|
1044
|
+
# type: ActionLaunchStatusRepresentation
|
|
1045
|
+
# body:
|
|
1046
|
+
# application/json:
|
|
1047
|
+
# type: ActionLaunchInputRepresentation
|
|
1048
|
+
# #required: false
|
|
1049
|
+
# (oas-body-name): actionLaunchDetails
|
|
1050
|
+
/recent-actions:
|
|
1051
|
+
get:
|
|
1052
|
+
displayName: getRecentActions
|
|
1053
|
+
description: The method to fetch a user’s recently used actions that correspond
|
|
1054
|
+
to a record and deployment.
|
|
1055
|
+
responses:
|
|
1056
|
+
'200':
|
|
1057
|
+
description: Success
|
|
1058
|
+
body:
|
|
1059
|
+
application/json:
|
|
1060
|
+
type: RecentlyUsedActionsRepresentation
|
|
1061
|
+
queryParameters:
|
|
1062
|
+
deploymentId:
|
|
1063
|
+
type: string
|
|
1064
|
+
required: false
|
|
1065
|
+
objectKeyPrefix:
|
|
1066
|
+
type: string
|
|
1067
|
+
required: false
|
|
1068
|
+
/{recordId}:
|
|
1069
|
+
get:
|
|
1070
|
+
displayName: getServiceCatalog
|
|
1071
|
+
description: method to fetch action items
|
|
1072
|
+
responses:
|
|
1073
|
+
'200':
|
|
1074
|
+
description: Success
|
|
1075
|
+
body:
|
|
1076
|
+
application/json:
|
|
1077
|
+
type: ServiceCatalogItemsFetchOutputRepresentation
|
|
1078
|
+
queryParameters:
|
|
1079
|
+
deploymentName:
|
|
1080
|
+
type: string
|
|
1081
|
+
required: false
|
|
1082
|
+
uriParameters:
|
|
1083
|
+
recordId:
|
|
1084
|
+
type: string
|
|
1085
|
+
required: true
|