purecloud-platform-client-v2 253.0.0 → 254.0.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/README.md +3 -3
- package/dist/node/purecloud-platform-client-v2.js +1159 -304
- package/dist/web-amd/purecloud-platform-client-v2.js +1159 -304
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +438 -304
- package/dist/web-cjs/purecloud-platform-client-v2.js +438 -304
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +462 -15
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AIStudioApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -62
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AssistantCopilotVariationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BackgroundAssistantApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +435 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CaseManagementApi.js +207 -125
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +2 -6
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -5
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -5
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -9
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +155 -3
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +268 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -5
- package/src/purecloud-platform-client-v2/api/UsersRulesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +10 -5
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -745,7 +745,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
745
745
|
|
|
746
746
|
/**
|
|
747
747
|
* @module purecloud-platform-client-v2/ApiClient
|
|
748
|
-
* @version
|
|
748
|
+
* @version 254.0.0
|
|
749
749
|
*/
|
|
750
750
|
class ApiClient {
|
|
751
751
|
/**
|
|
@@ -2436,7 +2436,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
2436
2436
|
/**
|
|
2437
2437
|
* AIStudio service.
|
|
2438
2438
|
* @module purecloud-platform-client-v2/api/AIStudioApi
|
|
2439
|
-
* @version
|
|
2439
|
+
* @version 254.0.0
|
|
2440
2440
|
*/
|
|
2441
2441
|
|
|
2442
2442
|
/**
|
|
@@ -3151,7 +3151,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3151
3151
|
/**
|
|
3152
3152
|
* AgentAssistants service.
|
|
3153
3153
|
* @module purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
3154
|
-
* @version
|
|
3154
|
+
* @version 254.0.0
|
|
3155
3155
|
*/
|
|
3156
3156
|
|
|
3157
3157
|
/**
|
|
@@ -3956,7 +3956,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3956
3956
|
/**
|
|
3957
3957
|
* AgentCopilot service.
|
|
3958
3958
|
* @module purecloud-platform-client-v2/api/AgentCopilotApi
|
|
3959
|
-
* @version
|
|
3959
|
+
* @version 254.0.0
|
|
3960
3960
|
*/
|
|
3961
3961
|
|
|
3962
3962
|
/**
|
|
@@ -4068,7 +4068,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4068
4068
|
/**
|
|
4069
4069
|
* AgentUI service.
|
|
4070
4070
|
* @module purecloud-platform-client-v2/api/AgentUIApi
|
|
4071
|
-
* @version
|
|
4071
|
+
* @version 254.0.0
|
|
4072
4072
|
*/
|
|
4073
4073
|
|
|
4074
4074
|
/**
|
|
@@ -4219,7 +4219,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4219
4219
|
/**
|
|
4220
4220
|
* Alerting service.
|
|
4221
4221
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
4222
|
-
* @version
|
|
4222
|
+
* @version 254.0.0
|
|
4223
4223
|
*/
|
|
4224
4224
|
|
|
4225
4225
|
/**
|
|
@@ -4680,7 +4680,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4680
4680
|
/**
|
|
4681
4681
|
* Analytics service.
|
|
4682
4682
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
4683
|
-
* @version
|
|
4683
|
+
* @version 254.0.0
|
|
4684
4684
|
*/
|
|
4685
4685
|
|
|
4686
4686
|
/**
|
|
@@ -4701,7 +4701,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4701
4701
|
* @param {String} jobId jobId
|
|
4702
4702
|
* @param {Object} opts Optional parameters
|
|
4703
4703
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
4704
|
-
* deleteAnalyticsActionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4705
4704
|
*/
|
|
4706
4705
|
deleteAnalyticsActionsAggregatesJob(jobId, opts) {
|
|
4707
4706
|
opts = opts || {};
|
|
@@ -4794,7 +4793,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4794
4793
|
* @param {String} jobId jobId
|
|
4795
4794
|
* @param {Object} opts Optional parameters
|
|
4796
4795
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
4797
|
-
* deleteAnalyticsBotsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4798
4796
|
*/
|
|
4799
4797
|
deleteAnalyticsBotsAggregatesJob(jobId, opts) {
|
|
4800
4798
|
opts = opts || {};
|
|
@@ -4825,7 +4823,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4825
4823
|
* @param {String} jobId jobId
|
|
4826
4824
|
* @param {Object} opts Optional parameters
|
|
4827
4825
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
4828
|
-
* deleteAnalyticsCasemanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4829
4826
|
*/
|
|
4830
4827
|
deleteAnalyticsCasemanagementAggregatesJob(jobId, opts) {
|
|
4831
4828
|
opts = opts || {};
|
|
@@ -4856,7 +4853,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4856
4853
|
* @param {String} jobId jobId
|
|
4857
4854
|
* @param {Object} opts Optional parameters
|
|
4858
4855
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
4859
|
-
* deleteAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4860
4856
|
*/
|
|
4861
4857
|
deleteAnalyticsConversationsAggregatesJob(jobId, opts) {
|
|
4862
4858
|
opts = opts || {};
|
|
@@ -4948,7 +4944,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4948
4944
|
* @param {String} jobId jobId
|
|
4949
4945
|
* @param {Object} opts Optional parameters
|
|
4950
4946
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
4951
|
-
* deleteAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4952
4947
|
*/
|
|
4953
4948
|
deleteAnalyticsEvaluationsAggregatesJob(jobId, opts) {
|
|
4954
4949
|
opts = opts || {};
|
|
@@ -4979,7 +4974,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4979
4974
|
* @param {String} jobId jobId
|
|
4980
4975
|
* @param {Object} opts Optional parameters
|
|
4981
4976
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
4982
|
-
* deleteAnalyticsFlowexecutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4983
4977
|
*/
|
|
4984
4978
|
deleteAnalyticsFlowexecutionsAggregatesJob(jobId, opts) {
|
|
4985
4979
|
opts = opts || {};
|
|
@@ -5010,7 +5004,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5010
5004
|
* @param {String} jobId jobId
|
|
5011
5005
|
* @param {Object} opts Optional parameters
|
|
5012
5006
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5013
|
-
* deleteAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5014
5007
|
*/
|
|
5015
5008
|
deleteAnalyticsFlowsAggregatesJob(jobId, opts) {
|
|
5016
5009
|
opts = opts || {};
|
|
@@ -5041,7 +5034,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5041
5034
|
* @param {String} jobId jobId
|
|
5042
5035
|
* @param {Object} opts Optional parameters
|
|
5043
5036
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5044
|
-
* deleteAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5045
5037
|
*/
|
|
5046
5038
|
deleteAnalyticsJourneysAggregatesJob(jobId, opts) {
|
|
5047
5039
|
opts = opts || {};
|
|
@@ -5072,7 +5064,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5072
5064
|
* @param {String} jobId jobId
|
|
5073
5065
|
* @param {Object} opts Optional parameters
|
|
5074
5066
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5075
|
-
* deleteAnalyticsKnowledgeAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5076
5067
|
*/
|
|
5077
5068
|
deleteAnalyticsKnowledgeAggregatesJob(jobId, opts) {
|
|
5078
5069
|
opts = opts || {};
|
|
@@ -5103,7 +5094,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5103
5094
|
* @param {String} jobId jobId
|
|
5104
5095
|
* @param {Object} opts Optional parameters
|
|
5105
5096
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5106
|
-
* deleteAnalyticsResolutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5107
5097
|
*/
|
|
5108
5098
|
deleteAnalyticsResolutionsAggregatesJob(jobId, opts) {
|
|
5109
5099
|
opts = opts || {};
|
|
@@ -5134,7 +5124,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5134
5124
|
* @param {String} jobId jobId
|
|
5135
5125
|
* @param {Object} opts Optional parameters
|
|
5136
5126
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5137
|
-
* deleteAnalyticsSummariesAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5138
5127
|
*/
|
|
5139
5128
|
deleteAnalyticsSummariesAggregatesJob(jobId, opts) {
|
|
5140
5129
|
opts = opts || {};
|
|
@@ -5165,7 +5154,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5165
5154
|
* @param {String} jobId jobId
|
|
5166
5155
|
* @param {Object} opts Optional parameters
|
|
5167
5156
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5168
|
-
* deleteAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5169
5157
|
*/
|
|
5170
5158
|
deleteAnalyticsSurveysAggregatesJob(jobId, opts) {
|
|
5171
5159
|
opts = opts || {};
|
|
@@ -5196,7 +5184,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5196
5184
|
* @param {String} jobId jobId
|
|
5197
5185
|
* @param {Object} opts Optional parameters
|
|
5198
5186
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5199
|
-
* deleteAnalyticsTaskmanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5200
5187
|
*/
|
|
5201
5188
|
deleteAnalyticsTaskmanagementAggregatesJob(jobId, opts) {
|
|
5202
5189
|
opts = opts || {};
|
|
@@ -5227,7 +5214,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5227
5214
|
* @param {String} jobId jobId
|
|
5228
5215
|
* @param {Object} opts Optional parameters
|
|
5229
5216
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5230
|
-
* deleteAnalyticsTranscriptsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5231
5217
|
*/
|
|
5232
5218
|
deleteAnalyticsTranscriptsAggregatesJob(jobId, opts) {
|
|
5233
5219
|
opts = opts || {};
|
|
@@ -5258,7 +5244,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5258
5244
|
* @param {String} jobId jobId
|
|
5259
5245
|
* @param {Object} opts Optional parameters
|
|
5260
5246
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5261
|
-
* deleteAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5262
5247
|
*/
|
|
5263
5248
|
deleteAnalyticsUsersAggregatesJob(jobId, opts) {
|
|
5264
5249
|
opts = opts || {};
|
|
@@ -5319,7 +5304,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5319
5304
|
* @param {String} jobId jobId
|
|
5320
5305
|
* @param {Object} opts Optional parameters
|
|
5321
5306
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5322
|
-
* getAnalyticsActionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5323
5307
|
*/
|
|
5324
5308
|
getAnalyticsActionsAggregatesJob(jobId, opts) {
|
|
5325
5309
|
opts = opts || {};
|
|
@@ -5351,7 +5335,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5351
5335
|
* @param {Object} opts Optional parameters
|
|
5352
5336
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
5353
5337
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5354
|
-
* getAnalyticsActionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5355
5338
|
*/
|
|
5356
5339
|
getAnalyticsActionsAggregatesJobResults(jobId, opts) {
|
|
5357
5340
|
opts = opts || {};
|
|
@@ -5648,7 +5631,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5648
5631
|
* @param {String} jobId jobId
|
|
5649
5632
|
* @param {Object} opts Optional parameters
|
|
5650
5633
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5651
|
-
* getAnalyticsBotsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5652
5634
|
*/
|
|
5653
5635
|
getAnalyticsBotsAggregatesJob(jobId, opts) {
|
|
5654
5636
|
opts = opts || {};
|
|
@@ -5680,7 +5662,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5680
5662
|
* @param {Object} opts Optional parameters
|
|
5681
5663
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
5682
5664
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5683
|
-
* getAnalyticsBotsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5684
5665
|
*/
|
|
5685
5666
|
getAnalyticsBotsAggregatesJobResults(jobId, opts) {
|
|
5686
5667
|
opts = opts || {};
|
|
@@ -5711,7 +5692,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5711
5692
|
* @param {String} jobId jobId
|
|
5712
5693
|
* @param {Object} opts Optional parameters
|
|
5713
5694
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5714
|
-
* getAnalyticsCasemanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5715
5695
|
*/
|
|
5716
5696
|
getAnalyticsCasemanagementAggregatesJob(jobId, opts) {
|
|
5717
5697
|
opts = opts || {};
|
|
@@ -5743,7 +5723,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5743
5723
|
* @param {Object} opts Optional parameters
|
|
5744
5724
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
5745
5725
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5746
|
-
* getAnalyticsCasemanagementAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5747
5726
|
*/
|
|
5748
5727
|
getAnalyticsCasemanagementAggregatesJobResults(jobId, opts) {
|
|
5749
5728
|
opts = opts || {};
|
|
@@ -5804,7 +5783,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5804
5783
|
* @param {String} jobId jobId
|
|
5805
5784
|
* @param {Object} opts Optional parameters
|
|
5806
5785
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5807
|
-
* getAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5808
5786
|
*/
|
|
5809
5787
|
getAnalyticsConversationsAggregatesJob(jobId, opts) {
|
|
5810
5788
|
opts = opts || {};
|
|
@@ -5836,7 +5814,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5836
5814
|
* @param {Object} opts Optional parameters
|
|
5837
5815
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
5838
5816
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
5839
|
-
* getAnalyticsConversationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
5840
5817
|
*/
|
|
5841
5818
|
getAnalyticsConversationsAggregatesJobResults(jobId, opts) {
|
|
5842
5819
|
opts = opts || {};
|
|
@@ -6131,7 +6108,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6131
6108
|
* @param {String} jobId jobId
|
|
6132
6109
|
* @param {Object} opts Optional parameters
|
|
6133
6110
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6134
|
-
* getAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6135
6111
|
*/
|
|
6136
6112
|
getAnalyticsEvaluationsAggregatesJob(jobId, opts) {
|
|
6137
6113
|
opts = opts || {};
|
|
@@ -6163,7 +6139,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6163
6139
|
* @param {Object} opts Optional parameters
|
|
6164
6140
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6165
6141
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6166
|
-
* getAnalyticsEvaluationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6167
6142
|
*/
|
|
6168
6143
|
getAnalyticsEvaluationsAggregatesJobResults(jobId, opts) {
|
|
6169
6144
|
opts = opts || {};
|
|
@@ -6194,7 +6169,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6194
6169
|
* @param {String} jobId jobId
|
|
6195
6170
|
* @param {Object} opts Optional parameters
|
|
6196
6171
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6197
|
-
* getAnalyticsFlowexecutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6198
6172
|
*/
|
|
6199
6173
|
getAnalyticsFlowexecutionsAggregatesJob(jobId, opts) {
|
|
6200
6174
|
opts = opts || {};
|
|
@@ -6226,7 +6200,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6226
6200
|
* @param {Object} opts Optional parameters
|
|
6227
6201
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6228
6202
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6229
|
-
* getAnalyticsFlowexecutionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6230
6203
|
*/
|
|
6231
6204
|
getAnalyticsFlowexecutionsAggregatesJobResults(jobId, opts) {
|
|
6232
6205
|
opts = opts || {};
|
|
@@ -6257,7 +6230,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6257
6230
|
* @param {String} jobId jobId
|
|
6258
6231
|
* @param {Object} opts Optional parameters
|
|
6259
6232
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6260
|
-
* getAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6261
6233
|
*/
|
|
6262
6234
|
getAnalyticsFlowsAggregatesJob(jobId, opts) {
|
|
6263
6235
|
opts = opts || {};
|
|
@@ -6289,7 +6261,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6289
6261
|
* @param {Object} opts Optional parameters
|
|
6290
6262
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6291
6263
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6292
|
-
* getAnalyticsFlowsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6293
6264
|
*/
|
|
6294
6265
|
getAnalyticsFlowsAggregatesJobResults(jobId, opts) {
|
|
6295
6266
|
opts = opts || {};
|
|
@@ -6320,7 +6291,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6320
6291
|
* @param {String} jobId jobId
|
|
6321
6292
|
* @param {Object} opts Optional parameters
|
|
6322
6293
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6323
|
-
* getAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6324
6294
|
*/
|
|
6325
6295
|
getAnalyticsJourneysAggregatesJob(jobId, opts) {
|
|
6326
6296
|
opts = opts || {};
|
|
@@ -6352,7 +6322,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6352
6322
|
* @param {Object} opts Optional parameters
|
|
6353
6323
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6354
6324
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6355
|
-
* getAnalyticsJourneysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6356
6325
|
*/
|
|
6357
6326
|
getAnalyticsJourneysAggregatesJobResults(jobId, opts) {
|
|
6358
6327
|
opts = opts || {};
|
|
@@ -6383,7 +6352,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6383
6352
|
* @param {String} jobId jobId
|
|
6384
6353
|
* @param {Object} opts Optional parameters
|
|
6385
6354
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6386
|
-
* getAnalyticsKnowledgeAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6387
6355
|
*/
|
|
6388
6356
|
getAnalyticsKnowledgeAggregatesJob(jobId, opts) {
|
|
6389
6357
|
opts = opts || {};
|
|
@@ -6415,7 +6383,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6415
6383
|
* @param {Object} opts Optional parameters
|
|
6416
6384
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6417
6385
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6418
|
-
* getAnalyticsKnowledgeAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6419
6386
|
*/
|
|
6420
6387
|
getAnalyticsKnowledgeAggregatesJobResults(jobId, opts) {
|
|
6421
6388
|
opts = opts || {};
|
|
@@ -6661,7 +6628,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6661
6628
|
* @param {String} jobId jobId
|
|
6662
6629
|
* @param {Object} opts Optional parameters
|
|
6663
6630
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6664
|
-
* getAnalyticsResolutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6665
6631
|
*/
|
|
6666
6632
|
getAnalyticsResolutionsAggregatesJob(jobId, opts) {
|
|
6667
6633
|
opts = opts || {};
|
|
@@ -6693,7 +6659,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6693
6659
|
* @param {Object} opts Optional parameters
|
|
6694
6660
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6695
6661
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6696
|
-
* getAnalyticsResolutionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6697
6662
|
*/
|
|
6698
6663
|
getAnalyticsResolutionsAggregatesJobResults(jobId, opts) {
|
|
6699
6664
|
opts = opts || {};
|
|
@@ -6724,7 +6689,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6724
6689
|
* @param {String} jobId jobId
|
|
6725
6690
|
* @param {Object} opts Optional parameters
|
|
6726
6691
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6727
|
-
* getAnalyticsSummariesAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6728
6692
|
*/
|
|
6729
6693
|
getAnalyticsSummariesAggregatesJob(jobId, opts) {
|
|
6730
6694
|
opts = opts || {};
|
|
@@ -6756,7 +6720,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6756
6720
|
* @param {Object} opts Optional parameters
|
|
6757
6721
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6758
6722
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6759
|
-
* getAnalyticsSummariesAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6760
6723
|
*/
|
|
6761
6724
|
getAnalyticsSummariesAggregatesJobResults(jobId, opts) {
|
|
6762
6725
|
opts = opts || {};
|
|
@@ -6787,7 +6750,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6787
6750
|
* @param {String} jobId jobId
|
|
6788
6751
|
* @param {Object} opts Optional parameters
|
|
6789
6752
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6790
|
-
* getAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6791
6753
|
*/
|
|
6792
6754
|
getAnalyticsSurveysAggregatesJob(jobId, opts) {
|
|
6793
6755
|
opts = opts || {};
|
|
@@ -6819,7 +6781,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6819
6781
|
* @param {Object} opts Optional parameters
|
|
6820
6782
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6821
6783
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6822
|
-
* getAnalyticsSurveysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6823
6784
|
*/
|
|
6824
6785
|
getAnalyticsSurveysAggregatesJobResults(jobId, opts) {
|
|
6825
6786
|
opts = opts || {};
|
|
@@ -6850,7 +6811,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6850
6811
|
* @param {String} jobId jobId
|
|
6851
6812
|
* @param {Object} opts Optional parameters
|
|
6852
6813
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6853
|
-
* getAnalyticsTaskmanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6854
6814
|
*/
|
|
6855
6815
|
getAnalyticsTaskmanagementAggregatesJob(jobId, opts) {
|
|
6856
6816
|
opts = opts || {};
|
|
@@ -6882,7 +6842,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6882
6842
|
* @param {Object} opts Optional parameters
|
|
6883
6843
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6884
6844
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6885
|
-
* getAnalyticsTaskmanagementAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6886
6845
|
*/
|
|
6887
6846
|
getAnalyticsTaskmanagementAggregatesJobResults(jobId, opts) {
|
|
6888
6847
|
opts = opts || {};
|
|
@@ -6913,7 +6872,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6913
6872
|
* @param {String} jobId jobId
|
|
6914
6873
|
* @param {Object} opts Optional parameters
|
|
6915
6874
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6916
|
-
* getAnalyticsTranscriptsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6917
6875
|
*/
|
|
6918
6876
|
getAnalyticsTranscriptsAggregatesJob(jobId, opts) {
|
|
6919
6877
|
opts = opts || {};
|
|
@@ -6945,7 +6903,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6945
6903
|
* @param {Object} opts Optional parameters
|
|
6946
6904
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
6947
6905
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6948
|
-
* getAnalyticsTranscriptsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6949
6906
|
*/
|
|
6950
6907
|
getAnalyticsTranscriptsAggregatesJobResults(jobId, opts) {
|
|
6951
6908
|
opts = opts || {};
|
|
@@ -6976,7 +6933,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6976
6933
|
* @param {String} jobId jobId
|
|
6977
6934
|
* @param {Object} opts Optional parameters
|
|
6978
6935
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
6979
|
-
* getAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
6980
6936
|
*/
|
|
6981
6937
|
getAnalyticsUsersAggregatesJob(jobId, opts) {
|
|
6982
6938
|
opts = opts || {};
|
|
@@ -7008,7 +6964,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7008
6964
|
* @param {Object} opts Optional parameters
|
|
7009
6965
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
7010
6966
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7011
|
-
* getAnalyticsUsersAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7012
6967
|
*/
|
|
7013
6968
|
getAnalyticsUsersAggregatesJobResults(jobId, opts) {
|
|
7014
6969
|
opts = opts || {};
|
|
@@ -7156,7 +7111,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7156
7111
|
* @param {Object} body query
|
|
7157
7112
|
* @param {Object} opts Optional parameters
|
|
7158
7113
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7159
|
-
* postAnalyticsActionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7160
7114
|
*/
|
|
7161
7115
|
postAnalyticsActionsAggregatesJobs(body, opts) {
|
|
7162
7116
|
opts = opts || {};
|
|
@@ -7401,7 +7355,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7401
7355
|
* @param {Object} body query
|
|
7402
7356
|
* @param {Object} opts Optional parameters
|
|
7403
7357
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7404
|
-
* postAnalyticsBotsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7405
7358
|
*/
|
|
7406
7359
|
postAnalyticsBotsAggregatesJobs(body, opts) {
|
|
7407
7360
|
opts = opts || {};
|
|
@@ -7462,7 +7415,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7462
7415
|
* @param {Object} body query
|
|
7463
7416
|
* @param {Object} opts Optional parameters
|
|
7464
7417
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7465
|
-
* postAnalyticsCasemanagementAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7466
7418
|
*/
|
|
7467
7419
|
postAnalyticsCasemanagementAggregatesJobs(body, opts) {
|
|
7468
7420
|
opts = opts || {};
|
|
@@ -7493,7 +7445,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7493
7445
|
* @param {Object} body query
|
|
7494
7446
|
* @param {Object} opts Optional parameters
|
|
7495
7447
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7496
|
-
* postAnalyticsCasemanagementAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7497
7448
|
*/
|
|
7498
7449
|
postAnalyticsCasemanagementAggregatesQuery(body, opts) {
|
|
7499
7450
|
opts = opts || {};
|
|
@@ -7591,7 +7542,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7591
7542
|
* @param {Object} body query
|
|
7592
7543
|
* @param {Object} opts Optional parameters
|
|
7593
7544
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7594
|
-
* postAnalyticsConversationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7595
7545
|
*/
|
|
7596
7546
|
postAnalyticsConversationsAggregatesJobs(body, opts) {
|
|
7597
7547
|
opts = opts || {};
|
|
@@ -7805,7 +7755,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7805
7755
|
* @param {Object} body query
|
|
7806
7756
|
* @param {Object} opts Optional parameters
|
|
7807
7757
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7808
|
-
* postAnalyticsEvaluationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7809
7758
|
*/
|
|
7810
7759
|
postAnalyticsEvaluationsAggregatesJobs(body, opts) {
|
|
7811
7760
|
opts = opts || {};
|
|
@@ -7866,7 +7815,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7866
7815
|
* @param {Object} body query
|
|
7867
7816
|
* @param {Object} opts Optional parameters
|
|
7868
7817
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7869
|
-
* postAnalyticsFlowexecutionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7870
7818
|
*/
|
|
7871
7819
|
postAnalyticsFlowexecutionsAggregatesJobs(body, opts) {
|
|
7872
7820
|
opts = opts || {};
|
|
@@ -7959,7 +7907,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7959
7907
|
* @param {Object} body query
|
|
7960
7908
|
* @param {Object} opts Optional parameters
|
|
7961
7909
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
7962
|
-
* postAnalyticsFlowsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
7963
7910
|
*/
|
|
7964
7911
|
postAnalyticsFlowsAggregatesJobs(body, opts) {
|
|
7965
7912
|
opts = opts || {};
|
|
@@ -8050,7 +7997,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
8050
7997
|
* @param {Object} body query
|
|
8051
7998
|
* @param {Object} opts Optional parameters
|
|
8052
7999
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8053
|
-
* postAnalyticsJourneysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8054
8000
|
*/
|
|
8055
8001
|
postAnalyticsJourneysAggregatesJobs(body, opts) {
|
|
8056
8002
|
opts = opts || {};
|
|
@@ -8111,7 +8057,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
8111
8057
|
* @param {Object} body query
|
|
8112
8058
|
* @param {Object} opts Optional parameters
|
|
8113
8059
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8114
|
-
* postAnalyticsKnowledgeAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8115
8060
|
*/
|
|
8116
8061
|
postAnalyticsKnowledgeAggregatesJobs(body, opts) {
|
|
8117
8062
|
opts = opts || {};
|
|
@@ -8352,7 +8297,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
8352
8297
|
* @param {Object} body query
|
|
8353
8298
|
* @param {Object} opts Optional parameters
|
|
8354
8299
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8355
|
-
* postAnalyticsResolutionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8356
8300
|
*/
|
|
8357
8301
|
postAnalyticsResolutionsAggregatesJobs(body, opts) {
|
|
8358
8302
|
opts = opts || {};
|
|
@@ -8445,7 +8389,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
8445
8389
|
* @param {Object} body query
|
|
8446
8390
|
* @param {Object} opts Optional parameters
|
|
8447
8391
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8448
|
-
* postAnalyticsSummariesAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8449
8392
|
*/
|
|
8450
8393
|
postAnalyticsSummariesAggregatesJobs(body, opts) {
|
|
8451
8394
|
opts = opts || {};
|
|
@@ -8506,7 +8449,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
8506
8449
|
* @param {Object} body query
|
|
8507
8450
|
* @param {Object} opts Optional parameters
|
|
8508
8451
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8509
|
-
* postAnalyticsSurveysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8510
8452
|
*/
|
|
8511
8453
|
postAnalyticsSurveysAggregatesJobs(body, opts) {
|
|
8512
8454
|
opts = opts || {};
|
|
@@ -8567,7 +8509,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
8567
8509
|
* @param {Object} body query
|
|
8568
8510
|
* @param {Object} opts Optional parameters
|
|
8569
8511
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8570
|
-
* postAnalyticsTaskmanagementAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8571
8512
|
*/
|
|
8572
8513
|
postAnalyticsTaskmanagementAggregatesJobs(body, opts) {
|
|
8573
8514
|
opts = opts || {};
|
|
@@ -8692,7 +8633,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
8692
8633
|
* @param {Object} body query
|
|
8693
8634
|
* @param {Object} opts Optional parameters
|
|
8694
8635
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8695
|
-
* postAnalyticsTranscriptsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8696
8636
|
*/
|
|
8697
8637
|
postAnalyticsTranscriptsAggregatesJobs(body, opts) {
|
|
8698
8638
|
opts = opts || {};
|
|
@@ -8785,7 +8725,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
8785
8725
|
* @param {Object} body query
|
|
8786
8726
|
* @param {Object} opts Optional parameters
|
|
8787
8727
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
8788
|
-
* postAnalyticsUsersAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8789
8728
|
*/
|
|
8790
8729
|
postAnalyticsUsersAggregatesJobs(body, opts) {
|
|
8791
8730
|
opts = opts || {};
|
|
@@ -8966,7 +8905,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
8966
8905
|
/**
|
|
8967
8906
|
* Architect service.
|
|
8968
8907
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
8969
|
-
* @version
|
|
8908
|
+
* @version 254.0.0
|
|
8970
8909
|
*/
|
|
8971
8910
|
|
|
8972
8911
|
/**
|
|
@@ -13826,7 +13765,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13826
13765
|
/**
|
|
13827
13766
|
* AssistantCopilotVariations service.
|
|
13828
13767
|
* @module purecloud-platform-client-v2/api/AssistantCopilotVariationsApi
|
|
13829
|
-
* @version
|
|
13768
|
+
* @version 254.0.0
|
|
13830
13769
|
*/
|
|
13831
13770
|
|
|
13832
13771
|
/**
|
|
@@ -14022,7 +13961,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14022
13961
|
/**
|
|
14023
13962
|
* Audit service.
|
|
14024
13963
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
14025
|
-
* @version
|
|
13964
|
+
* @version 254.0.0
|
|
14026
13965
|
*/
|
|
14027
13966
|
|
|
14028
13967
|
/**
|
|
@@ -14249,7 +14188,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14249
14188
|
/**
|
|
14250
14189
|
* Authorization service.
|
|
14251
14190
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
14252
|
-
* @version
|
|
14191
|
+
* @version 254.0.0
|
|
14253
14192
|
*/
|
|
14254
14193
|
|
|
14255
14194
|
/**
|
|
@@ -16174,7 +16113,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16174
16113
|
/**
|
|
16175
16114
|
* BackgroundAssistant service.
|
|
16176
16115
|
* @module purecloud-platform-client-v2/api/BackgroundAssistantApi
|
|
16177
|
-
* @version
|
|
16116
|
+
* @version 254.0.0
|
|
16178
16117
|
*/
|
|
16179
16118
|
|
|
16180
16119
|
/**
|
|
@@ -16248,7 +16187,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16248
16187
|
/**
|
|
16249
16188
|
* Billing service.
|
|
16250
16189
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
16251
|
-
* @version
|
|
16190
|
+
* @version 254.0.0
|
|
16252
16191
|
*/
|
|
16253
16192
|
|
|
16254
16193
|
/**
|
|
@@ -16532,7 +16471,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16532
16471
|
/**
|
|
16533
16472
|
* BusinessRules service.
|
|
16534
16473
|
* @module purecloud-platform-client-v2/api/BusinessRulesApi
|
|
16535
|
-
* @version
|
|
16474
|
+
* @version 254.0.0
|
|
16536
16475
|
*/
|
|
16537
16476
|
|
|
16538
16477
|
/**
|
|
@@ -16578,6 +16517,76 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16578
16517
|
);
|
|
16579
16518
|
}
|
|
16580
16519
|
|
|
16520
|
+
/**
|
|
16521
|
+
* Delete an export job for a decision table
|
|
16522
|
+
*
|
|
16523
|
+
* @param {String} tableId Table ID
|
|
16524
|
+
* @param {String} exportJobId Export Job ID
|
|
16525
|
+
* @param {Object} opts Optional parameters
|
|
16526
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16527
|
+
*/
|
|
16528
|
+
deleteBusinessrulesDecisiontableExport(tableId, exportJobId, opts) {
|
|
16529
|
+
opts = opts || {};
|
|
16530
|
+
|
|
16531
|
+
// verify the required parameter 'tableId' is set
|
|
16532
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
16533
|
+
throw 'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontableExport';
|
|
16534
|
+
}
|
|
16535
|
+
// verify the required parameter 'exportJobId' is set
|
|
16536
|
+
if (exportJobId === undefined || exportJobId === null || exportJobId === '') {
|
|
16537
|
+
throw 'Missing the required parameter "exportJobId" when calling deleteBusinessrulesDecisiontableExport';
|
|
16538
|
+
}
|
|
16539
|
+
|
|
16540
|
+
return this.apiClient.callApi(
|
|
16541
|
+
'/api/v2/businessrules/decisiontables/{tableId}/exports/{exportJobId}',
|
|
16542
|
+
'DELETE',
|
|
16543
|
+
{ 'tableId': tableId,'exportJobId': exportJobId },
|
|
16544
|
+
{ },
|
|
16545
|
+
{ },
|
|
16546
|
+
{ },
|
|
16547
|
+
null,
|
|
16548
|
+
['PureCloud OAuth'],
|
|
16549
|
+
['application/json'],
|
|
16550
|
+
['application/json'],
|
|
16551
|
+
opts['customHeaders']
|
|
16552
|
+
);
|
|
16553
|
+
}
|
|
16554
|
+
|
|
16555
|
+
/**
|
|
16556
|
+
* Delete decision table row import job
|
|
16557
|
+
*
|
|
16558
|
+
* @param {String} tableId Table ID
|
|
16559
|
+
* @param {String} importJobId Import job ID
|
|
16560
|
+
* @param {Object} opts Optional parameters
|
|
16561
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16562
|
+
*/
|
|
16563
|
+
deleteBusinessrulesDecisiontableImport(tableId, importJobId, opts) {
|
|
16564
|
+
opts = opts || {};
|
|
16565
|
+
|
|
16566
|
+
// verify the required parameter 'tableId' is set
|
|
16567
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
16568
|
+
throw 'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontableImport';
|
|
16569
|
+
}
|
|
16570
|
+
// verify the required parameter 'importJobId' is set
|
|
16571
|
+
if (importJobId === undefined || importJobId === null || importJobId === '') {
|
|
16572
|
+
throw 'Missing the required parameter "importJobId" when calling deleteBusinessrulesDecisiontableImport';
|
|
16573
|
+
}
|
|
16574
|
+
|
|
16575
|
+
return this.apiClient.callApi(
|
|
16576
|
+
'/api/v2/businessrules/decisiontables/{tableId}/imports/{importJobId}',
|
|
16577
|
+
'DELETE',
|
|
16578
|
+
{ 'tableId': tableId,'importJobId': importJobId },
|
|
16579
|
+
{ },
|
|
16580
|
+
{ },
|
|
16581
|
+
{ },
|
|
16582
|
+
null,
|
|
16583
|
+
['PureCloud OAuth'],
|
|
16584
|
+
['application/json'],
|
|
16585
|
+
['application/json'],
|
|
16586
|
+
opts['customHeaders']
|
|
16587
|
+
);
|
|
16588
|
+
}
|
|
16589
|
+
|
|
16581
16590
|
/**
|
|
16582
16591
|
* Delete a decision table version
|
|
16583
16592
|
*
|
|
@@ -16713,6 +16722,140 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16713
16722
|
);
|
|
16714
16723
|
}
|
|
16715
16724
|
|
|
16725
|
+
/**
|
|
16726
|
+
* Get an export job for a decision table
|
|
16727
|
+
*
|
|
16728
|
+
* @param {String} tableId Table ID
|
|
16729
|
+
* @param {String} exportJobId Export Job ID
|
|
16730
|
+
* @param {Object} opts Optional parameters
|
|
16731
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16732
|
+
*/
|
|
16733
|
+
getBusinessrulesDecisiontableExport(tableId, exportJobId, opts) {
|
|
16734
|
+
opts = opts || {};
|
|
16735
|
+
|
|
16736
|
+
// verify the required parameter 'tableId' is set
|
|
16737
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
16738
|
+
throw 'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableExport';
|
|
16739
|
+
}
|
|
16740
|
+
// verify the required parameter 'exportJobId' is set
|
|
16741
|
+
if (exportJobId === undefined || exportJobId === null || exportJobId === '') {
|
|
16742
|
+
throw 'Missing the required parameter "exportJobId" when calling getBusinessrulesDecisiontableExport';
|
|
16743
|
+
}
|
|
16744
|
+
|
|
16745
|
+
return this.apiClient.callApi(
|
|
16746
|
+
'/api/v2/businessrules/decisiontables/{tableId}/exports/{exportJobId}',
|
|
16747
|
+
'GET',
|
|
16748
|
+
{ 'tableId': tableId,'exportJobId': exportJobId },
|
|
16749
|
+
{ },
|
|
16750
|
+
{ },
|
|
16751
|
+
{ },
|
|
16752
|
+
null,
|
|
16753
|
+
['PureCloud OAuth'],
|
|
16754
|
+
['application/json'],
|
|
16755
|
+
['application/json'],
|
|
16756
|
+
opts['customHeaders']
|
|
16757
|
+
);
|
|
16758
|
+
}
|
|
16759
|
+
|
|
16760
|
+
/**
|
|
16761
|
+
* List export jobs for a decision table
|
|
16762
|
+
*
|
|
16763
|
+
* @param {String} tableId Table ID
|
|
16764
|
+
* @param {Object} opts Optional parameters
|
|
16765
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
16766
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 100.
|
|
16767
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16768
|
+
*/
|
|
16769
|
+
getBusinessrulesDecisiontableExports(tableId, opts) {
|
|
16770
|
+
opts = opts || {};
|
|
16771
|
+
|
|
16772
|
+
// verify the required parameter 'tableId' is set
|
|
16773
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
16774
|
+
throw 'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableExports';
|
|
16775
|
+
}
|
|
16776
|
+
|
|
16777
|
+
return this.apiClient.callApi(
|
|
16778
|
+
'/api/v2/businessrules/decisiontables/{tableId}/exports',
|
|
16779
|
+
'GET',
|
|
16780
|
+
{ 'tableId': tableId },
|
|
16781
|
+
{ 'after': opts['after'],'pageSize': opts['pageSize'] },
|
|
16782
|
+
{ },
|
|
16783
|
+
{ },
|
|
16784
|
+
null,
|
|
16785
|
+
['PureCloud OAuth'],
|
|
16786
|
+
['application/json'],
|
|
16787
|
+
['application/json'],
|
|
16788
|
+
opts['customHeaders']
|
|
16789
|
+
);
|
|
16790
|
+
}
|
|
16791
|
+
|
|
16792
|
+
/**
|
|
16793
|
+
* Get decision table row import job
|
|
16794
|
+
*
|
|
16795
|
+
* @param {String} tableId Table ID
|
|
16796
|
+
* @param {String} importJobId Import job ID
|
|
16797
|
+
* @param {Object} opts Optional parameters
|
|
16798
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16799
|
+
*/
|
|
16800
|
+
getBusinessrulesDecisiontableImport(tableId, importJobId, opts) {
|
|
16801
|
+
opts = opts || {};
|
|
16802
|
+
|
|
16803
|
+
// verify the required parameter 'tableId' is set
|
|
16804
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
16805
|
+
throw 'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableImport';
|
|
16806
|
+
}
|
|
16807
|
+
// verify the required parameter 'importJobId' is set
|
|
16808
|
+
if (importJobId === undefined || importJobId === null || importJobId === '') {
|
|
16809
|
+
throw 'Missing the required parameter "importJobId" when calling getBusinessrulesDecisiontableImport';
|
|
16810
|
+
}
|
|
16811
|
+
|
|
16812
|
+
return this.apiClient.callApi(
|
|
16813
|
+
'/api/v2/businessrules/decisiontables/{tableId}/imports/{importJobId}',
|
|
16814
|
+
'GET',
|
|
16815
|
+
{ 'tableId': tableId,'importJobId': importJobId },
|
|
16816
|
+
{ },
|
|
16817
|
+
{ },
|
|
16818
|
+
{ },
|
|
16819
|
+
null,
|
|
16820
|
+
['PureCloud OAuth'],
|
|
16821
|
+
['application/json'],
|
|
16822
|
+
['application/json'],
|
|
16823
|
+
opts['customHeaders']
|
|
16824
|
+
);
|
|
16825
|
+
}
|
|
16826
|
+
|
|
16827
|
+
/**
|
|
16828
|
+
* List decision table row import jobs
|
|
16829
|
+
*
|
|
16830
|
+
* @param {String} tableId Table ID
|
|
16831
|
+
* @param {Object} opts Optional parameters
|
|
16832
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
16833
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 100.
|
|
16834
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
16835
|
+
*/
|
|
16836
|
+
getBusinessrulesDecisiontableImports(tableId, opts) {
|
|
16837
|
+
opts = opts || {};
|
|
16838
|
+
|
|
16839
|
+
// verify the required parameter 'tableId' is set
|
|
16840
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
16841
|
+
throw 'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableImports';
|
|
16842
|
+
}
|
|
16843
|
+
|
|
16844
|
+
return this.apiClient.callApi(
|
|
16845
|
+
'/api/v2/businessrules/decisiontables/{tableId}/imports',
|
|
16846
|
+
'GET',
|
|
16847
|
+
{ 'tableId': tableId },
|
|
16848
|
+
{ 'after': opts['after'],'pageSize': opts['pageSize'] },
|
|
16849
|
+
{ },
|
|
16850
|
+
{ },
|
|
16851
|
+
null,
|
|
16852
|
+
['PureCloud OAuth'],
|
|
16853
|
+
['application/json'],
|
|
16854
|
+
['application/json'],
|
|
16855
|
+
opts['customHeaders']
|
|
16856
|
+
);
|
|
16857
|
+
}
|
|
16858
|
+
|
|
16716
16859
|
/**
|
|
16717
16860
|
* Get a decision table version
|
|
16718
16861
|
*
|
|
@@ -17063,6 +17206,46 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17063
17206
|
);
|
|
17064
17207
|
}
|
|
17065
17208
|
|
|
17209
|
+
/**
|
|
17210
|
+
* Update decision table row import job
|
|
17211
|
+
*
|
|
17212
|
+
* @param {String} tableId Table ID
|
|
17213
|
+
* @param {String} importJobId Import job ID
|
|
17214
|
+
* @param {Object} body Import job update request
|
|
17215
|
+
* @param {Object} opts Optional parameters
|
|
17216
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17217
|
+
*/
|
|
17218
|
+
patchBusinessrulesDecisiontableImport(tableId, importJobId, body, opts) {
|
|
17219
|
+
opts = opts || {};
|
|
17220
|
+
|
|
17221
|
+
// verify the required parameter 'tableId' is set
|
|
17222
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
17223
|
+
throw 'Missing the required parameter "tableId" when calling patchBusinessrulesDecisiontableImport';
|
|
17224
|
+
}
|
|
17225
|
+
// verify the required parameter 'importJobId' is set
|
|
17226
|
+
if (importJobId === undefined || importJobId === null || importJobId === '') {
|
|
17227
|
+
throw 'Missing the required parameter "importJobId" when calling patchBusinessrulesDecisiontableImport';
|
|
17228
|
+
}
|
|
17229
|
+
// verify the required parameter 'body' is set
|
|
17230
|
+
if (body === undefined || body === null) {
|
|
17231
|
+
throw 'Missing the required parameter "body" when calling patchBusinessrulesDecisiontableImport';
|
|
17232
|
+
}
|
|
17233
|
+
|
|
17234
|
+
return this.apiClient.callApi(
|
|
17235
|
+
'/api/v2/businessrules/decisiontables/{tableId}/imports/{importJobId}',
|
|
17236
|
+
'PATCH',
|
|
17237
|
+
{ 'tableId': tableId,'importJobId': importJobId },
|
|
17238
|
+
{ },
|
|
17239
|
+
{ },
|
|
17240
|
+
{ },
|
|
17241
|
+
body,
|
|
17242
|
+
['PureCloud OAuth'],
|
|
17243
|
+
['application/json'],
|
|
17244
|
+
['application/json'],
|
|
17245
|
+
opts['customHeaders']
|
|
17246
|
+
);
|
|
17247
|
+
}
|
|
17248
|
+
|
|
17066
17249
|
/**
|
|
17067
17250
|
* Update a decision table version
|
|
17068
17251
|
*
|
|
@@ -17138,6 +17321,76 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17138
17321
|
);
|
|
17139
17322
|
}
|
|
17140
17323
|
|
|
17324
|
+
/**
|
|
17325
|
+
* Create an export job for a decision table version
|
|
17326
|
+
*
|
|
17327
|
+
* @param {String} tableId Table ID
|
|
17328
|
+
* @param {Object} body Export job request
|
|
17329
|
+
* @param {Object} opts Optional parameters
|
|
17330
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17331
|
+
*/
|
|
17332
|
+
postBusinessrulesDecisiontableExports(tableId, body, opts) {
|
|
17333
|
+
opts = opts || {};
|
|
17334
|
+
|
|
17335
|
+
// verify the required parameter 'tableId' is set
|
|
17336
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
17337
|
+
throw 'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableExports';
|
|
17338
|
+
}
|
|
17339
|
+
// verify the required parameter 'body' is set
|
|
17340
|
+
if (body === undefined || body === null) {
|
|
17341
|
+
throw 'Missing the required parameter "body" when calling postBusinessrulesDecisiontableExports';
|
|
17342
|
+
}
|
|
17343
|
+
|
|
17344
|
+
return this.apiClient.callApi(
|
|
17345
|
+
'/api/v2/businessrules/decisiontables/{tableId}/exports',
|
|
17346
|
+
'POST',
|
|
17347
|
+
{ 'tableId': tableId },
|
|
17348
|
+
{ },
|
|
17349
|
+
{ },
|
|
17350
|
+
{ },
|
|
17351
|
+
body,
|
|
17352
|
+
['PureCloud OAuth'],
|
|
17353
|
+
['application/json'],
|
|
17354
|
+
['application/json'],
|
|
17355
|
+
opts['customHeaders']
|
|
17356
|
+
);
|
|
17357
|
+
}
|
|
17358
|
+
|
|
17359
|
+
/**
|
|
17360
|
+
* Create a decision table row import job
|
|
17361
|
+
*
|
|
17362
|
+
* @param {String} tableId Table ID
|
|
17363
|
+
* @param {Object} body Import job create request
|
|
17364
|
+
* @param {Object} opts Optional parameters
|
|
17365
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17366
|
+
*/
|
|
17367
|
+
postBusinessrulesDecisiontableImports(tableId, body, opts) {
|
|
17368
|
+
opts = opts || {};
|
|
17369
|
+
|
|
17370
|
+
// verify the required parameter 'tableId' is set
|
|
17371
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
17372
|
+
throw 'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableImports';
|
|
17373
|
+
}
|
|
17374
|
+
// verify the required parameter 'body' is set
|
|
17375
|
+
if (body === undefined || body === null) {
|
|
17376
|
+
throw 'Missing the required parameter "body" when calling postBusinessrulesDecisiontableImports';
|
|
17377
|
+
}
|
|
17378
|
+
|
|
17379
|
+
return this.apiClient.callApi(
|
|
17380
|
+
'/api/v2/businessrules/decisiontables/{tableId}/imports',
|
|
17381
|
+
'POST',
|
|
17382
|
+
{ 'tableId': tableId },
|
|
17383
|
+
{ },
|
|
17384
|
+
{ },
|
|
17385
|
+
{ },
|
|
17386
|
+
body,
|
|
17387
|
+
['PureCloud OAuth'],
|
|
17388
|
+
['application/json'],
|
|
17389
|
+
['application/json'],
|
|
17390
|
+
opts['customHeaders']
|
|
17391
|
+
);
|
|
17392
|
+
}
|
|
17393
|
+
|
|
17141
17394
|
/**
|
|
17142
17395
|
* Copy a decision table version
|
|
17143
17396
|
*
|
|
@@ -17258,6 +17511,126 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17258
17511
|
);
|
|
17259
17512
|
}
|
|
17260
17513
|
|
|
17514
|
+
/**
|
|
17515
|
+
* Bulk add decision table rows
|
|
17516
|
+
* Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queues division. Future platform objects will require their associated permissions in the relevant divisions when the table or row contains references to them.
|
|
17517
|
+
* @param {String} tableId Table ID
|
|
17518
|
+
* @param {Number} tableVersion Table Version
|
|
17519
|
+
* @param {Object} body Bulk add decision table rows request
|
|
17520
|
+
* @param {Object} opts Optional parameters
|
|
17521
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17522
|
+
*/
|
|
17523
|
+
postBusinessrulesDecisiontableVersionRowsBulkAdd(tableId, tableVersion, body, opts) {
|
|
17524
|
+
opts = opts || {};
|
|
17525
|
+
|
|
17526
|
+
// verify the required parameter 'tableId' is set
|
|
17527
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
17528
|
+
throw 'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRowsBulkAdd';
|
|
17529
|
+
}
|
|
17530
|
+
// verify the required parameter 'tableVersion' is set
|
|
17531
|
+
if (tableVersion === undefined || tableVersion === null) {
|
|
17532
|
+
throw 'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRowsBulkAdd';
|
|
17533
|
+
}
|
|
17534
|
+
// verify the required parameter 'body' is set
|
|
17535
|
+
if (body === undefined || body === null) {
|
|
17536
|
+
throw 'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRowsBulkAdd';
|
|
17537
|
+
}
|
|
17538
|
+
|
|
17539
|
+
return this.apiClient.callApi(
|
|
17540
|
+
'/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/bulk/add',
|
|
17541
|
+
'POST',
|
|
17542
|
+
{ 'tableId': tableId,'tableVersion': tableVersion },
|
|
17543
|
+
{ },
|
|
17544
|
+
{ },
|
|
17545
|
+
{ },
|
|
17546
|
+
body,
|
|
17547
|
+
['PureCloud OAuth'],
|
|
17548
|
+
['application/json'],
|
|
17549
|
+
['application/json'],
|
|
17550
|
+
opts['customHeaders']
|
|
17551
|
+
);
|
|
17552
|
+
}
|
|
17553
|
+
|
|
17554
|
+
/**
|
|
17555
|
+
* Bulk delete decision table rows
|
|
17556
|
+
* Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queues division. Future platform objects will require their associated permissions in the relevant divisions when the table or row contains references to them.
|
|
17557
|
+
* @param {String} tableId Table ID
|
|
17558
|
+
* @param {Number} tableVersion Table Version
|
|
17559
|
+
* @param {Object} body
|
|
17560
|
+
* @param {Object} opts Optional parameters
|
|
17561
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17562
|
+
*/
|
|
17563
|
+
postBusinessrulesDecisiontableVersionRowsBulkRemove(tableId, tableVersion, body, opts) {
|
|
17564
|
+
opts = opts || {};
|
|
17565
|
+
|
|
17566
|
+
// verify the required parameter 'tableId' is set
|
|
17567
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
17568
|
+
throw 'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRowsBulkRemove';
|
|
17569
|
+
}
|
|
17570
|
+
// verify the required parameter 'tableVersion' is set
|
|
17571
|
+
if (tableVersion === undefined || tableVersion === null) {
|
|
17572
|
+
throw 'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRowsBulkRemove';
|
|
17573
|
+
}
|
|
17574
|
+
// verify the required parameter 'body' is set
|
|
17575
|
+
if (body === undefined || body === null) {
|
|
17576
|
+
throw 'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRowsBulkRemove';
|
|
17577
|
+
}
|
|
17578
|
+
|
|
17579
|
+
return this.apiClient.callApi(
|
|
17580
|
+
'/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/bulk/remove',
|
|
17581
|
+
'POST',
|
|
17582
|
+
{ 'tableId': tableId,'tableVersion': tableVersion },
|
|
17583
|
+
{ },
|
|
17584
|
+
{ },
|
|
17585
|
+
{ },
|
|
17586
|
+
body,
|
|
17587
|
+
['PureCloud OAuth'],
|
|
17588
|
+
['application/json'],
|
|
17589
|
+
['application/json'],
|
|
17590
|
+
opts['customHeaders']
|
|
17591
|
+
);
|
|
17592
|
+
}
|
|
17593
|
+
|
|
17594
|
+
/**
|
|
17595
|
+
* Bulk update decision table rows
|
|
17596
|
+
* Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queues division. Future platform objects will require their associated permissions in the relevant divisions when the table or row contains references to them.
|
|
17597
|
+
* @param {String} tableId Table ID
|
|
17598
|
+
* @param {Number} tableVersion Table Version
|
|
17599
|
+
* @param {Object} body Bulk update decision table rows request
|
|
17600
|
+
* @param {Object} opts Optional parameters
|
|
17601
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17602
|
+
*/
|
|
17603
|
+
postBusinessrulesDecisiontableVersionRowsBulkUpdate(tableId, tableVersion, body, opts) {
|
|
17604
|
+
opts = opts || {};
|
|
17605
|
+
|
|
17606
|
+
// verify the required parameter 'tableId' is set
|
|
17607
|
+
if (tableId === undefined || tableId === null || tableId === '') {
|
|
17608
|
+
throw 'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRowsBulkUpdate';
|
|
17609
|
+
}
|
|
17610
|
+
// verify the required parameter 'tableVersion' is set
|
|
17611
|
+
if (tableVersion === undefined || tableVersion === null) {
|
|
17612
|
+
throw 'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRowsBulkUpdate';
|
|
17613
|
+
}
|
|
17614
|
+
// verify the required parameter 'body' is set
|
|
17615
|
+
if (body === undefined || body === null) {
|
|
17616
|
+
throw 'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRowsBulkUpdate';
|
|
17617
|
+
}
|
|
17618
|
+
|
|
17619
|
+
return this.apiClient.callApi(
|
|
17620
|
+
'/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/bulk/update',
|
|
17621
|
+
'POST',
|
|
17622
|
+
{ 'tableId': tableId,'tableVersion': tableVersion },
|
|
17623
|
+
{ },
|
|
17624
|
+
{ },
|
|
17625
|
+
{ },
|
|
17626
|
+
body,
|
|
17627
|
+
['PureCloud OAuth'],
|
|
17628
|
+
['application/json'],
|
|
17629
|
+
['application/json'],
|
|
17630
|
+
opts['customHeaders']
|
|
17631
|
+
);
|
|
17632
|
+
}
|
|
17633
|
+
|
|
17261
17634
|
/**
|
|
17262
17635
|
* Search for decision table rows
|
|
17263
17636
|
*
|
|
@@ -17546,7 +17919,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17546
17919
|
/**
|
|
17547
17920
|
* CarrierServices service.
|
|
17548
17921
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
17549
|
-
* @version
|
|
17922
|
+
* @version 254.0.0
|
|
17550
17923
|
*/
|
|
17551
17924
|
|
|
17552
17925
|
/**
|
|
@@ -17623,7 +17996,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17623
17996
|
/**
|
|
17624
17997
|
* CaseManagement service.
|
|
17625
17998
|
* @module purecloud-platform-client-v2/api/CaseManagementApi
|
|
17626
|
-
* @version
|
|
17999
|
+
* @version 254.0.0
|
|
17627
18000
|
*/
|
|
17628
18001
|
|
|
17629
18002
|
/**
|
|
@@ -17641,10 +18014,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17641
18014
|
/**
|
|
17642
18015
|
* Delete a Case.
|
|
17643
18016
|
*
|
|
17644
|
-
* @param {String} caseId Case
|
|
18017
|
+
* @param {String} caseId Case identifier.
|
|
17645
18018
|
* @param {Object} opts Optional parameters
|
|
17646
18019
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17647
|
-
* deleteCasemanagementCase is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17648
18020
|
*/
|
|
17649
18021
|
deleteCasemanagementCase(caseId, opts) {
|
|
17650
18022
|
opts = opts || {};
|
|
@@ -17672,10 +18044,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17672
18044
|
/**
|
|
17673
18045
|
* Delete a Caseplan.
|
|
17674
18046
|
*
|
|
17675
|
-
* @param {String} caseplanId Caseplan
|
|
18047
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
17676
18048
|
* @param {Object} opts Optional parameters
|
|
17677
18049
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17678
|
-
* deleteCasemanagementCaseplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17679
18050
|
*/
|
|
17680
18051
|
deleteCasemanagementCaseplan(caseplanId, opts) {
|
|
17681
18052
|
opts = opts || {};
|
|
@@ -17700,14 +18071,48 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17700
18071
|
);
|
|
17701
18072
|
}
|
|
17702
18073
|
|
|
18074
|
+
/**
|
|
18075
|
+
* Remove a data schema from a draft Caseplan.
|
|
18076
|
+
*
|
|
18077
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18078
|
+
* @param {String} schemaKeyName Schema key (for example default).
|
|
18079
|
+
* @param {Object} opts Optional parameters
|
|
18080
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18081
|
+
*/
|
|
18082
|
+
deleteCasemanagementCaseplanDataschema(caseplanId, schemaKeyName, opts) {
|
|
18083
|
+
opts = opts || {};
|
|
18084
|
+
|
|
18085
|
+
// verify the required parameter 'caseplanId' is set
|
|
18086
|
+
if (caseplanId === undefined || caseplanId === null || caseplanId === '') {
|
|
18087
|
+
throw 'Missing the required parameter "caseplanId" when calling deleteCasemanagementCaseplanDataschema';
|
|
18088
|
+
}
|
|
18089
|
+
// verify the required parameter 'schemaKeyName' is set
|
|
18090
|
+
if (schemaKeyName === undefined || schemaKeyName === null || schemaKeyName === '') {
|
|
18091
|
+
throw 'Missing the required parameter "schemaKeyName" when calling deleteCasemanagementCaseplanDataschema';
|
|
18092
|
+
}
|
|
18093
|
+
|
|
18094
|
+
return this.apiClient.callApi(
|
|
18095
|
+
'/api/v2/casemanagement/caseplans/{caseplanId}/dataschemas/{schemaKeyName}',
|
|
18096
|
+
'DELETE',
|
|
18097
|
+
{ 'caseplanId': caseplanId,'schemaKeyName': schemaKeyName },
|
|
18098
|
+
{ },
|
|
18099
|
+
{ },
|
|
18100
|
+
{ },
|
|
18101
|
+
null,
|
|
18102
|
+
['PureCloud OAuth'],
|
|
18103
|
+
['application/json'],
|
|
18104
|
+
['application/json'],
|
|
18105
|
+
opts['customHeaders']
|
|
18106
|
+
);
|
|
18107
|
+
}
|
|
18108
|
+
|
|
17703
18109
|
/**
|
|
17704
18110
|
* Get a Case.
|
|
17705
18111
|
*
|
|
17706
|
-
* @param {String} caseId Case
|
|
18112
|
+
* @param {String} caseId Case identifier.
|
|
17707
18113
|
* @param {Object} opts Optional parameters
|
|
17708
|
-
* @param {Object} opts.expands
|
|
18114
|
+
* @param {Object} opts.expands Fields to expand.
|
|
17709
18115
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17710
|
-
* getCasemanagementCase is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17711
18116
|
*/
|
|
17712
18117
|
getCasemanagementCase(caseId, opts) {
|
|
17713
18118
|
opts = opts || {};
|
|
@@ -17735,11 +18140,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17735
18140
|
/**
|
|
17736
18141
|
* Get a Case Association.
|
|
17737
18142
|
*
|
|
17738
|
-
* @param {String} caseId Case
|
|
17739
|
-
* @param {String} associationId Case
|
|
18143
|
+
* @param {String} caseId Case identifier.
|
|
18144
|
+
* @param {String} associationId Case association identifier.
|
|
17740
18145
|
* @param {Object} opts Optional parameters
|
|
17741
18146
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17742
|
-
* getCasemanagementCaseAssociation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17743
18147
|
*/
|
|
17744
18148
|
getCasemanagementCaseAssociation(caseId, associationId, opts) {
|
|
17745
18149
|
opts = opts || {};
|
|
@@ -17769,15 +18173,14 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17769
18173
|
}
|
|
17770
18174
|
|
|
17771
18175
|
/**
|
|
17772
|
-
* Get a list of
|
|
18176
|
+
* Get a list of Case associations for the Case.
|
|
17773
18177
|
*
|
|
17774
|
-
* @param {String} caseId Case
|
|
18178
|
+
* @param {String} caseId Case identifier.
|
|
17775
18179
|
* @param {Object} opts Optional parameters
|
|
17776
18180
|
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
17777
18181
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
17778
18182
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
17779
18183
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17780
|
-
* getCasemanagementCaseAssociations is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17781
18184
|
*/
|
|
17782
18185
|
getCasemanagementCaseAssociations(caseId, opts) {
|
|
17783
18186
|
opts = opts || {};
|
|
@@ -17805,11 +18208,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17805
18208
|
/**
|
|
17806
18209
|
* Get a Stage.
|
|
17807
18210
|
*
|
|
17808
|
-
* @param {String} caseId Case
|
|
17809
|
-
* @param {String} stageId Stage
|
|
18211
|
+
* @param {String} caseId Case identifier.
|
|
18212
|
+
* @param {String} stageId Stage identifier.
|
|
17810
18213
|
* @param {Object} opts Optional parameters
|
|
17811
18214
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17812
|
-
* getCasemanagementCaseStage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17813
18215
|
*/
|
|
17814
18216
|
getCasemanagementCaseStage(caseId, stageId, opts) {
|
|
17815
18217
|
opts = opts || {};
|
|
@@ -17841,12 +18243,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17841
18243
|
/**
|
|
17842
18244
|
* Get a Step.
|
|
17843
18245
|
*
|
|
17844
|
-
* @param {String} caseId Case
|
|
17845
|
-
* @param {String} stageId Stage
|
|
17846
|
-
* @param {String} stepId Step
|
|
18246
|
+
* @param {String} caseId Case identifier.
|
|
18247
|
+
* @param {String} stageId Stage identifier.
|
|
18248
|
+
* @param {String} stepId Step identifier.
|
|
17847
18249
|
* @param {Object} opts Optional parameters
|
|
17848
18250
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17849
|
-
* getCasemanagementCaseStageStep is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17850
18251
|
*/
|
|
17851
18252
|
getCasemanagementCaseStageStep(caseId, stageId, stepId, opts) {
|
|
17852
18253
|
opts = opts || {};
|
|
@@ -17882,14 +18283,13 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17882
18283
|
/**
|
|
17883
18284
|
* Get a list of Steps.
|
|
17884
18285
|
*
|
|
17885
|
-
* @param {String} caseId Case
|
|
17886
|
-
* @param {String} stageId Stage
|
|
18286
|
+
* @param {String} caseId Case identifier.
|
|
18287
|
+
* @param {String} stageId Stage identifier.
|
|
17887
18288
|
* @param {Object} opts Optional parameters
|
|
17888
18289
|
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
17889
18290
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
17890
18291
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
17891
18292
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17892
|
-
* getCasemanagementCaseStageSteps is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17893
18293
|
*/
|
|
17894
18294
|
getCasemanagementCaseStageSteps(caseId, stageId, opts) {
|
|
17895
18295
|
opts = opts || {};
|
|
@@ -17921,13 +18321,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17921
18321
|
/**
|
|
17922
18322
|
* Get a list of Stages.
|
|
17923
18323
|
*
|
|
17924
|
-
* @param {String} caseId Case
|
|
18324
|
+
* @param {String} caseId Case identifier.
|
|
17925
18325
|
* @param {Object} opts Optional parameters
|
|
17926
18326
|
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
17927
18327
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
17928
18328
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
17929
18329
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17930
|
-
* getCasemanagementCaseStages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17931
18330
|
*/
|
|
17932
18331
|
getCasemanagementCaseStages(caseId, opts) {
|
|
17933
18332
|
opts = opts || {};
|
|
@@ -17955,11 +18354,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17955
18354
|
/**
|
|
17956
18355
|
* Get a Terminate Job for a Case.
|
|
17957
18356
|
*
|
|
17958
|
-
* @param {String} caseId Case
|
|
17959
|
-
* @param {String} jobId Job
|
|
18357
|
+
* @param {String} caseId Case identifier.
|
|
18358
|
+
* @param {String} jobId Terminate Job identifier.
|
|
17960
18359
|
* @param {Object} opts Optional parameters
|
|
17961
18360
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17962
|
-
* getCasemanagementCaseTerminateJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17963
18361
|
*/
|
|
17964
18362
|
getCasemanagementCaseTerminateJob(caseId, jobId, opts) {
|
|
17965
18363
|
opts = opts || {};
|
|
@@ -17991,10 +18389,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17991
18389
|
/**
|
|
17992
18390
|
* Get a Caseplan.
|
|
17993
18391
|
*
|
|
17994
|
-
* @param {String} caseplanId Caseplan
|
|
18392
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
17995
18393
|
* @param {Object} opts Optional parameters
|
|
17996
18394
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
17997
|
-
* getCasemanagementCaseplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
17998
18395
|
*/
|
|
17999
18396
|
getCasemanagementCaseplan(caseplanId, opts) {
|
|
18000
18397
|
opts = opts || {};
|
|
@@ -18022,11 +18419,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18022
18419
|
/**
|
|
18023
18420
|
* Get a Caseplan version.
|
|
18024
18421
|
*
|
|
18025
|
-
* @param {String} caseplanId Caseplan
|
|
18026
|
-
* @param {String} versionId
|
|
18422
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18423
|
+
* @param {String} versionId Caseplan version identifier.
|
|
18027
18424
|
* @param {Object} opts Optional parameters
|
|
18028
18425
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18029
|
-
* getCasemanagementCaseplanVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18030
18426
|
*/
|
|
18031
18427
|
getCasemanagementCaseplanVersion(caseplanId, versionId, opts) {
|
|
18032
18428
|
opts = opts || {};
|
|
@@ -18056,13 +18452,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18056
18452
|
}
|
|
18057
18453
|
|
|
18058
18454
|
/**
|
|
18059
|
-
* Get the
|
|
18455
|
+
* Get the data schemas for a Caseplan version.
|
|
18060
18456
|
*
|
|
18061
|
-
* @param {String} caseplanId Caseplan
|
|
18062
|
-
* @param {String} versionId
|
|
18457
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18458
|
+
* @param {String} versionId Caseplan version identifier.
|
|
18063
18459
|
* @param {Object} opts Optional parameters
|
|
18064
18460
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18065
|
-
* getCasemanagementCaseplanVersionDataschemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18066
18461
|
*/
|
|
18067
18462
|
getCasemanagementCaseplanVersionDataschemas(caseplanId, versionId, opts) {
|
|
18068
18463
|
opts = opts || {};
|
|
@@ -18094,11 +18489,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18094
18489
|
/**
|
|
18095
18490
|
* Get the intake settings for a Caseplan version.
|
|
18096
18491
|
*
|
|
18097
|
-
* @param {String} caseplanId Caseplan
|
|
18098
|
-
* @param {String} versionId
|
|
18492
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18493
|
+
* @param {String} versionId Caseplan version identifier.
|
|
18099
18494
|
* @param {Object} opts Optional parameters
|
|
18100
18495
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18101
|
-
* getCasemanagementCaseplanVersionIntakesettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18102
18496
|
*/
|
|
18103
18497
|
getCasemanagementCaseplanVersionIntakesettings(caseplanId, versionId, opts) {
|
|
18104
18498
|
opts = opts || {};
|
|
@@ -18130,13 +18524,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18130
18524
|
/**
|
|
18131
18525
|
* Get a Stageplan.
|
|
18132
18526
|
*
|
|
18133
|
-
* @param {String} caseplanId Caseplan
|
|
18134
|
-
* @param {String} versionId
|
|
18135
|
-
* @param {String} stageplanId Stageplan
|
|
18527
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18528
|
+
* @param {String} versionId Caseplan version identifier.
|
|
18529
|
+
* @param {String} stageplanId Stageplan identifier.
|
|
18136
18530
|
* @param {Object} opts Optional parameters
|
|
18137
|
-
* @param {Array.<String>} opts.expands
|
|
18531
|
+
* @param {Array.<String>} opts.expands Fields to expand.
|
|
18138
18532
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18139
|
-
* getCasemanagementCaseplanVersionStageplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18140
18533
|
*/
|
|
18141
18534
|
getCasemanagementCaseplanVersionStageplan(caseplanId, versionId, stageplanId, opts) {
|
|
18142
18535
|
opts = opts || {};
|
|
@@ -18172,14 +18565,13 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18172
18565
|
/**
|
|
18173
18566
|
* Get a Stepplan.
|
|
18174
18567
|
*
|
|
18175
|
-
* @param {String} caseplanId Caseplan
|
|
18176
|
-
* @param {String} versionId
|
|
18177
|
-
* @param {String} stageplanId Stageplan
|
|
18178
|
-
* @param {String} stepplanId Stepplan
|
|
18568
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18569
|
+
* @param {String} versionId Caseplan version identifier.
|
|
18570
|
+
* @param {String} stageplanId Stageplan identifier.
|
|
18571
|
+
* @param {String} stepplanId Stepplan identifier.
|
|
18179
18572
|
* @param {Object} opts Optional parameters
|
|
18180
|
-
* @param {Array.<String>} opts.expands
|
|
18573
|
+
* @param {Array.<String>} opts.expands Fields to expand.
|
|
18181
18574
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18182
|
-
* getCasemanagementCaseplanVersionStageplanStepplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18183
18575
|
*/
|
|
18184
18576
|
getCasemanagementCaseplanVersionStageplanStepplan(caseplanId, versionId, stageplanId, stepplanId, opts) {
|
|
18185
18577
|
opts = opts || {};
|
|
@@ -18219,16 +18611,15 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18219
18611
|
/**
|
|
18220
18612
|
* Get a list of Stepplans.
|
|
18221
18613
|
*
|
|
18222
|
-
* @param {String} caseplanId Caseplan
|
|
18223
|
-
* @param {String} versionId
|
|
18224
|
-
* @param {String} stageplanId Stageplan
|
|
18614
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18615
|
+
* @param {String} versionId Caseplan version identifier.
|
|
18616
|
+
* @param {String} stageplanId Stageplan identifier.
|
|
18225
18617
|
* @param {Object} opts Optional parameters
|
|
18226
18618
|
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
18227
18619
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
18228
18620
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
18229
|
-
* @param {Array.<String>} opts.expands
|
|
18621
|
+
* @param {Array.<String>} opts.expands Fields to expand.
|
|
18230
18622
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18231
|
-
* getCasemanagementCaseplanVersionStageplanStepplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18232
18623
|
*/
|
|
18233
18624
|
getCasemanagementCaseplanVersionStageplanStepplans(caseplanId, versionId, stageplanId, opts) {
|
|
18234
18625
|
opts = opts || {};
|
|
@@ -18264,15 +18655,14 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18264
18655
|
/**
|
|
18265
18656
|
* Get a list of Stageplans.
|
|
18266
18657
|
*
|
|
18267
|
-
* @param {String} caseplanId Caseplan
|
|
18268
|
-
* @param {String} versionId
|
|
18658
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18659
|
+
* @param {String} versionId Caseplan version identifier.
|
|
18269
18660
|
* @param {Object} opts Optional parameters
|
|
18270
18661
|
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
18271
18662
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
18272
18663
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
18273
|
-
* @param {Array.<String>} opts.expands
|
|
18664
|
+
* @param {Array.<String>} opts.expands Fields to expand.
|
|
18274
18665
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18275
|
-
* getCasemanagementCaseplanVersionStageplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18276
18666
|
*/
|
|
18277
18667
|
getCasemanagementCaseplanVersionStageplans(caseplanId, versionId, opts) {
|
|
18278
18668
|
opts = opts || {};
|
|
@@ -18305,12 +18695,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18305
18695
|
* Get a list of Caseplans.
|
|
18306
18696
|
*
|
|
18307
18697
|
* @param {Object} opts Optional parameters
|
|
18308
|
-
* @param {String} opts.after
|
|
18309
|
-
* @param {Number} opts.pageSize Number of
|
|
18310
|
-
* @param {String} opts.customerIntentId Filter by
|
|
18311
|
-
* @param {String} opts.divisionIds Filter by
|
|
18698
|
+
* @param {String} opts.after Cursor that points to the end of the previously returned set of Caseplans.
|
|
18699
|
+
* @param {Number} opts.pageSize Number of Caseplans to return. Maximum is 200.
|
|
18700
|
+
* @param {String} opts.customerIntentId Filter by customer intent.
|
|
18701
|
+
* @param {String} opts.divisionIds Filter by divisions.
|
|
18312
18702
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18313
|
-
* getCasemanagementCaseplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18314
18703
|
*/
|
|
18315
18704
|
getCasemanagementCaseplans(opts) {
|
|
18316
18705
|
opts = opts || {};
|
|
@@ -18332,16 +18721,15 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18332
18721
|
}
|
|
18333
18722
|
|
|
18334
18723
|
/**
|
|
18335
|
-
* Get a list of
|
|
18724
|
+
* Get a list of Cases for an External Contact.
|
|
18336
18725
|
*
|
|
18337
|
-
* @param {String} externalContactId External
|
|
18726
|
+
* @param {String} externalContactId External contact identifier.
|
|
18338
18727
|
* @param {Object} opts Optional parameters
|
|
18339
|
-
* @param {String} opts.after
|
|
18340
|
-
* @param {Number} opts.pageSize Number of
|
|
18341
|
-
* @param {String} opts.divisionIds Filter by
|
|
18342
|
-
* @param {Array.<String>} opts.expands
|
|
18728
|
+
* @param {String} opts.after Cursor pointing to the end of the previously returned page of Cases.
|
|
18729
|
+
* @param {Number} opts.pageSize Number of Cases to return (maximum 200).
|
|
18730
|
+
* @param {String} opts.divisionIds Filter by divisions.
|
|
18731
|
+
* @param {Array.<String>} opts.expands Fields to expand.
|
|
18343
18732
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18344
|
-
* getCasemanagementCasesExternalcontact is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18345
18733
|
*/
|
|
18346
18734
|
getCasemanagementCasesExternalcontact(externalContactId, opts) {
|
|
18347
18735
|
opts = opts || {};
|
|
@@ -18369,11 +18757,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18369
18757
|
/**
|
|
18370
18758
|
* Get a Case by reference.
|
|
18371
18759
|
*
|
|
18372
|
-
* @param {String} referenceId
|
|
18760
|
+
* @param {String} referenceId Case reference.
|
|
18373
18761
|
* @param {Object} opts Optional parameters
|
|
18374
|
-
* @param {Object} opts.expands
|
|
18762
|
+
* @param {Object} opts.expands Fields to expand.
|
|
18375
18763
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18376
|
-
* getCasemanagementCasesReference is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18377
18764
|
*/
|
|
18378
18765
|
getCasemanagementCasesReference(referenceId, opts) {
|
|
18379
18766
|
opts = opts || {};
|
|
@@ -18399,13 +18786,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18399
18786
|
}
|
|
18400
18787
|
|
|
18401
18788
|
/**
|
|
18402
|
-
* Update
|
|
18789
|
+
* Update the due date of a Case.
|
|
18403
18790
|
*
|
|
18404
|
-
* @param {String} caseId Case
|
|
18405
|
-
* @param {Object} body
|
|
18791
|
+
* @param {String} caseId Case identifier.
|
|
18792
|
+
* @param {Object} body Due date update.
|
|
18406
18793
|
* @param {Object} opts Optional parameters
|
|
18407
18794
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18408
|
-
* patchCasemanagementCaseDatedue is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18409
18795
|
*/
|
|
18410
18796
|
patchCasemanagementCaseDatedue(caseId, body, opts) {
|
|
18411
18797
|
opts = opts || {};
|
|
@@ -18437,11 +18823,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18437
18823
|
/**
|
|
18438
18824
|
* Update priority of a Case.
|
|
18439
18825
|
*
|
|
18440
|
-
* @param {String} caseId Case
|
|
18441
|
-
* @param {Object} body Priority
|
|
18826
|
+
* @param {String} caseId Case identifier.
|
|
18827
|
+
* @param {Object} body Priority update.
|
|
18442
18828
|
* @param {Object} opts Optional parameters
|
|
18443
18829
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18444
|
-
* patchCasemanagementCasePriority is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18445
18830
|
*/
|
|
18446
18831
|
patchCasemanagementCasePriority(caseId, body, opts) {
|
|
18447
18832
|
opts = opts || {};
|
|
@@ -18473,11 +18858,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18473
18858
|
/**
|
|
18474
18859
|
* Update summary of a Case.
|
|
18475
18860
|
*
|
|
18476
|
-
* @param {String} caseId Case
|
|
18477
|
-
* @param {Object} body Summary
|
|
18861
|
+
* @param {String} caseId Case identifier.
|
|
18862
|
+
* @param {Object} body Summary update.
|
|
18478
18863
|
* @param {Object} opts Optional parameters
|
|
18479
18864
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18480
|
-
* patchCasemanagementCaseSummary is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18481
18865
|
*/
|
|
18482
18866
|
patchCasemanagementCaseSummary(caseId, body, opts) {
|
|
18483
18867
|
opts = opts || {};
|
|
@@ -18509,11 +18893,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18509
18893
|
/**
|
|
18510
18894
|
* Update the attributes of a Caseplan.
|
|
18511
18895
|
*
|
|
18512
|
-
* @param {String} caseplanId Caseplan
|
|
18513
|
-
* @param {Object} body Caseplan
|
|
18896
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18897
|
+
* @param {Object} body Caseplan update.
|
|
18514
18898
|
* @param {Object} opts Optional parameters
|
|
18515
18899
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18516
|
-
* patchCasemanagementCaseplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18517
18900
|
*/
|
|
18518
18901
|
patchCasemanagementCaseplan(caseplanId, body, opts) {
|
|
18519
18902
|
opts = opts || {};
|
|
@@ -18545,12 +18928,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18545
18928
|
/**
|
|
18546
18929
|
* Update the attributes of a Stageplan.
|
|
18547
18930
|
*
|
|
18548
|
-
* @param {String} caseplanId Caseplan
|
|
18549
|
-
* @param {String} stageplanId Stageplan
|
|
18550
|
-
* @param {Object} body Stageplan
|
|
18931
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18932
|
+
* @param {String} stageplanId Stageplan identifier.
|
|
18933
|
+
* @param {Object} body Stageplan update.
|
|
18551
18934
|
* @param {Object} opts Optional parameters
|
|
18552
18935
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18553
|
-
* patchCasemanagementCaseplanStageplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18554
18936
|
*/
|
|
18555
18937
|
patchCasemanagementCaseplanStageplan(caseplanId, stageplanId, body, opts) {
|
|
18556
18938
|
opts = opts || {};
|
|
@@ -18586,13 +18968,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18586
18968
|
/**
|
|
18587
18969
|
* Update the attributes of a Stepplan.
|
|
18588
18970
|
*
|
|
18589
|
-
* @param {String} caseplanId Caseplan
|
|
18590
|
-
* @param {String} stageplanId Stageplan
|
|
18591
|
-
* @param {String} stepplanId Stepplan
|
|
18592
|
-
* @param {Object} body Stepplan
|
|
18971
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18972
|
+
* @param {String} stageplanId Stageplan identifier.
|
|
18973
|
+
* @param {String} stepplanId Stepplan identifier.
|
|
18974
|
+
* @param {Object} body Stepplan update.
|
|
18593
18975
|
* @param {Object} opts Optional parameters
|
|
18594
18976
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18595
|
-
* patchCasemanagementCaseplanStageplanStepplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18596
18977
|
*/
|
|
18597
18978
|
patchCasemanagementCaseplanStageplanStepplan(caseplanId, stageplanId, stepplanId, body, opts) {
|
|
18598
18979
|
opts = opts || {};
|
|
@@ -18630,21 +19011,24 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18630
19011
|
}
|
|
18631
19012
|
|
|
18632
19013
|
/**
|
|
18633
|
-
* Create a
|
|
19014
|
+
* Create a Case association.
|
|
18634
19015
|
*
|
|
18635
|
-
* @param {String} caseId Case
|
|
19016
|
+
* @param {String} caseId Case identifier.
|
|
19017
|
+
* @param {Object} body Case association create request.
|
|
18636
19018
|
* @param {Object} opts Optional parameters
|
|
18637
|
-
* @param {Object} opts.body Case Association
|
|
18638
19019
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18639
|
-
* postCasemanagementCaseAssociations is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18640
19020
|
*/
|
|
18641
|
-
postCasemanagementCaseAssociations(caseId, opts) {
|
|
19021
|
+
postCasemanagementCaseAssociations(caseId, body, opts) {
|
|
18642
19022
|
opts = opts || {};
|
|
18643
19023
|
|
|
18644
19024
|
// verify the required parameter 'caseId' is set
|
|
18645
19025
|
if (caseId === undefined || caseId === null || caseId === '') {
|
|
18646
19026
|
throw 'Missing the required parameter "caseId" when calling postCasemanagementCaseAssociations';
|
|
18647
19027
|
}
|
|
19028
|
+
// verify the required parameter 'body' is set
|
|
19029
|
+
if (body === undefined || body === null) {
|
|
19030
|
+
throw 'Missing the required parameter "body" when calling postCasemanagementCaseAssociations';
|
|
19031
|
+
}
|
|
18648
19032
|
|
|
18649
19033
|
return this.apiClient.callApi(
|
|
18650
19034
|
'/api/v2/casemanagement/cases/{caseId}/associations',
|
|
@@ -18653,7 +19037,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18653
19037
|
{ },
|
|
18654
19038
|
{ },
|
|
18655
19039
|
{ },
|
|
18656
|
-
|
|
19040
|
+
body,
|
|
18657
19041
|
['PureCloud OAuth'],
|
|
18658
19042
|
['application/json'],
|
|
18659
19043
|
['application/json'],
|
|
@@ -18664,10 +19048,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18664
19048
|
/**
|
|
18665
19049
|
* Create a Terminate Job for a Case.
|
|
18666
19050
|
*
|
|
18667
|
-
* @param {String} caseId Case
|
|
19051
|
+
* @param {String} caseId Case identifier.
|
|
18668
19052
|
* @param {Object} opts Optional parameters
|
|
18669
19053
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18670
|
-
* postCasemanagementCaseTerminateJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18671
19054
|
*/
|
|
18672
19055
|
postCasemanagementCaseTerminateJobs(caseId, opts) {
|
|
18673
19056
|
opts = opts || {};
|
|
@@ -18692,13 +19075,47 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18692
19075
|
);
|
|
18693
19076
|
}
|
|
18694
19077
|
|
|
19078
|
+
/**
|
|
19079
|
+
* Add a data schema to a draft Caseplan.
|
|
19080
|
+
*
|
|
19081
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
19082
|
+
* @param {Object} body Data schema reference.
|
|
19083
|
+
* @param {Object} opts Optional parameters
|
|
19084
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
19085
|
+
*/
|
|
19086
|
+
postCasemanagementCaseplanDataschemas(caseplanId, body, opts) {
|
|
19087
|
+
opts = opts || {};
|
|
19088
|
+
|
|
19089
|
+
// verify the required parameter 'caseplanId' is set
|
|
19090
|
+
if (caseplanId === undefined || caseplanId === null || caseplanId === '') {
|
|
19091
|
+
throw 'Missing the required parameter "caseplanId" when calling postCasemanagementCaseplanDataschemas';
|
|
19092
|
+
}
|
|
19093
|
+
// verify the required parameter 'body' is set
|
|
19094
|
+
if (body === undefined || body === null) {
|
|
19095
|
+
throw 'Missing the required parameter "body" when calling postCasemanagementCaseplanDataschemas';
|
|
19096
|
+
}
|
|
19097
|
+
|
|
19098
|
+
return this.apiClient.callApi(
|
|
19099
|
+
'/api/v2/casemanagement/caseplans/{caseplanId}/dataschemas',
|
|
19100
|
+
'POST',
|
|
19101
|
+
{ 'caseplanId': caseplanId },
|
|
19102
|
+
{ },
|
|
19103
|
+
{ },
|
|
19104
|
+
{ },
|
|
19105
|
+
body,
|
|
19106
|
+
['PureCloud OAuth'],
|
|
19107
|
+
['application/json'],
|
|
19108
|
+
['application/json'],
|
|
19109
|
+
opts['customHeaders']
|
|
19110
|
+
);
|
|
19111
|
+
}
|
|
19112
|
+
|
|
18695
19113
|
/**
|
|
18696
19114
|
* Publish Caseplan.
|
|
18697
19115
|
*
|
|
18698
|
-
* @param {String} caseplanId Caseplan
|
|
19116
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18699
19117
|
* @param {Object} opts Optional parameters
|
|
18700
19118
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18701
|
-
* postCasemanagementCaseplanPublish is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18702
19119
|
*/
|
|
18703
19120
|
postCasemanagementCaseplanPublish(caseplanId, opts) {
|
|
18704
19121
|
opts = opts || {};
|
|
@@ -18726,10 +19143,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18726
19143
|
/**
|
|
18727
19144
|
* Create Caseplan version.
|
|
18728
19145
|
*
|
|
18729
|
-
* @param {String} caseplanId Caseplan
|
|
19146
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
18730
19147
|
* @param {Object} opts Optional parameters
|
|
18731
19148
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18732
|
-
* postCasemanagementCaseplanVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18733
19149
|
*/
|
|
18734
19150
|
postCasemanagementCaseplanVersions(caseplanId, opts) {
|
|
18735
19151
|
opts = opts || {};
|
|
@@ -18757,10 +19173,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18757
19173
|
/**
|
|
18758
19174
|
* Create a Caseplan.
|
|
18759
19175
|
*
|
|
18760
|
-
* @param {Object} body Caseplan
|
|
19176
|
+
* @param {Object} body Caseplan create request.
|
|
18761
19177
|
* @param {Object} opts Optional parameters
|
|
18762
19178
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18763
|
-
* postCasemanagementCaseplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18764
19179
|
*/
|
|
18765
19180
|
postCasemanagementCaseplans(body, opts) {
|
|
18766
19181
|
opts = opts || {};
|
|
@@ -18786,12 +19201,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18786
19201
|
}
|
|
18787
19202
|
|
|
18788
19203
|
/**
|
|
18789
|
-
* Query for
|
|
19204
|
+
* Query for Caseplans.
|
|
18790
19205
|
*
|
|
18791
|
-
* @param {Object} body
|
|
19206
|
+
* @param {Object} body Caseplan query request.
|
|
18792
19207
|
* @param {Object} opts Optional parameters
|
|
18793
19208
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18794
|
-
* postCasemanagementCaseplansQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18795
19209
|
*/
|
|
18796
19210
|
postCasemanagementCaseplansQuery(body, opts) {
|
|
18797
19211
|
opts = opts || {};
|
|
@@ -18819,10 +19233,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18819
19233
|
/**
|
|
18820
19234
|
* Create a Case.
|
|
18821
19235
|
*
|
|
18822
|
-
* @param {Object} body Case
|
|
19236
|
+
* @param {Object} body Case create request.
|
|
18823
19237
|
* @param {Object} opts Optional parameters
|
|
18824
19238
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18825
|
-
* postCasemanagementCases is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18826
19239
|
*/
|
|
18827
19240
|
postCasemanagementCases(body, opts) {
|
|
18828
19241
|
opts = opts || {};
|
|
@@ -18848,16 +19261,19 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18848
19261
|
}
|
|
18849
19262
|
|
|
18850
19263
|
/**
|
|
18851
|
-
* Query for
|
|
19264
|
+
* Query for Case associations by interaction.
|
|
18852
19265
|
*
|
|
19266
|
+
* @param {Object} body Case association query request.
|
|
18853
19267
|
* @param {Object} opts Optional parameters
|
|
18854
|
-
* @param {Object} opts.body Case Association
|
|
18855
19268
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18856
|
-
* postCasemanagementCasesAssociationsQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18857
19269
|
*/
|
|
18858
|
-
postCasemanagementCasesAssociationsQuery(opts) {
|
|
19270
|
+
postCasemanagementCasesAssociationsQuery(body, opts) {
|
|
18859
19271
|
opts = opts || {};
|
|
18860
19272
|
|
|
19273
|
+
// verify the required parameter 'body' is set
|
|
19274
|
+
if (body === undefined || body === null) {
|
|
19275
|
+
throw 'Missing the required parameter "body" when calling postCasemanagementCasesAssociationsQuery';
|
|
19276
|
+
}
|
|
18861
19277
|
|
|
18862
19278
|
return this.apiClient.callApi(
|
|
18863
19279
|
'/api/v2/casemanagement/cases/associations/query',
|
|
@@ -18866,7 +19282,47 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18866
19282
|
{ },
|
|
18867
19283
|
{ },
|
|
18868
19284
|
{ },
|
|
18869
|
-
|
|
19285
|
+
body,
|
|
19286
|
+
['PureCloud OAuth'],
|
|
19287
|
+
['application/json'],
|
|
19288
|
+
['application/json'],
|
|
19289
|
+
opts['customHeaders']
|
|
19290
|
+
);
|
|
19291
|
+
}
|
|
19292
|
+
|
|
19293
|
+
/**
|
|
19294
|
+
* Update a data schema on a draft Caseplan.
|
|
19295
|
+
*
|
|
19296
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
19297
|
+
* @param {String} schemaKeyName Schema key (for example default).
|
|
19298
|
+
* @param {Object} body Data schema reference.
|
|
19299
|
+
* @param {Object} opts Optional parameters
|
|
19300
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
19301
|
+
*/
|
|
19302
|
+
putCasemanagementCaseplanDataschema(caseplanId, schemaKeyName, body, opts) {
|
|
19303
|
+
opts = opts || {};
|
|
19304
|
+
|
|
19305
|
+
// verify the required parameter 'caseplanId' is set
|
|
19306
|
+
if (caseplanId === undefined || caseplanId === null || caseplanId === '') {
|
|
19307
|
+
throw 'Missing the required parameter "caseplanId" when calling putCasemanagementCaseplanDataschema';
|
|
19308
|
+
}
|
|
19309
|
+
// verify the required parameter 'schemaKeyName' is set
|
|
19310
|
+
if (schemaKeyName === undefined || schemaKeyName === null || schemaKeyName === '') {
|
|
19311
|
+
throw 'Missing the required parameter "schemaKeyName" when calling putCasemanagementCaseplanDataschema';
|
|
19312
|
+
}
|
|
19313
|
+
// verify the required parameter 'body' is set
|
|
19314
|
+
if (body === undefined || body === null) {
|
|
19315
|
+
throw 'Missing the required parameter "body" when calling putCasemanagementCaseplanDataschema';
|
|
19316
|
+
}
|
|
19317
|
+
|
|
19318
|
+
return this.apiClient.callApi(
|
|
19319
|
+
'/api/v2/casemanagement/caseplans/{caseplanId}/dataschemas/{schemaKeyName}',
|
|
19320
|
+
'PUT',
|
|
19321
|
+
{ 'caseplanId': caseplanId,'schemaKeyName': schemaKeyName },
|
|
19322
|
+
{ },
|
|
19323
|
+
{ },
|
|
19324
|
+
{ },
|
|
19325
|
+
body,
|
|
18870
19326
|
['PureCloud OAuth'],
|
|
18871
19327
|
['application/json'],
|
|
18872
19328
|
['application/json'],
|
|
@@ -18877,11 +19333,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18877
19333
|
/**
|
|
18878
19334
|
* Update the intake settings for a Caseplan.
|
|
18879
19335
|
*
|
|
18880
|
-
* @param {String} caseplanId Caseplan
|
|
18881
|
-
* @param {Object} body Intake
|
|
19336
|
+
* @param {String} caseplanId Caseplan identifier.
|
|
19337
|
+
* @param {Object} body Intake settings update.
|
|
18882
19338
|
* @param {Object} opts Optional parameters
|
|
18883
19339
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
18884
|
-
* putCasemanagementCaseplanIntakesettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18885
19340
|
*/
|
|
18886
19341
|
putCasemanagementCaseplanIntakesettings(caseplanId, body, opts) {
|
|
18887
19342
|
opts = opts || {};
|
|
@@ -18916,7 +19371,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18916
19371
|
/**
|
|
18917
19372
|
* Chat service.
|
|
18918
19373
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
18919
|
-
* @version
|
|
19374
|
+
* @version 254.0.0
|
|
18920
19375
|
*/
|
|
18921
19376
|
|
|
18922
19377
|
/**
|
|
@@ -20055,7 +20510,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20055
20510
|
/**
|
|
20056
20511
|
* Coaching service.
|
|
20057
20512
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
20058
|
-
* @version
|
|
20513
|
+
* @version 254.0.0
|
|
20059
20514
|
*/
|
|
20060
20515
|
|
|
20061
20516
|
/**
|
|
@@ -20769,7 +21224,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20769
21224
|
/**
|
|
20770
21225
|
* ContentManagement service.
|
|
20771
21226
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
20772
|
-
* @version
|
|
21227
|
+
* @version 254.0.0
|
|
20773
21228
|
*/
|
|
20774
21229
|
|
|
20775
21230
|
/**
|
|
@@ -21964,7 +22419,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21964
22419
|
/**
|
|
21965
22420
|
* Conversations service.
|
|
21966
22421
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
21967
|
-
* @version
|
|
22422
|
+
* @version 254.0.0
|
|
21968
22423
|
*/
|
|
21969
22424
|
|
|
21970
22425
|
/**
|
|
@@ -21985,7 +22440,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21985
22440
|
* @param {String} jobId jobId
|
|
21986
22441
|
* @param {Object} opts Optional parameters
|
|
21987
22442
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
21988
|
-
* deleteAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
21989
22443
|
*/
|
|
21990
22444
|
deleteAnalyticsConversationsAggregatesJob(jobId, opts) {
|
|
21991
22445
|
opts = opts || {};
|
|
@@ -22652,7 +23106,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22652
23106
|
* @param {String} jobId jobId
|
|
22653
23107
|
* @param {Object} opts Optional parameters
|
|
22654
23108
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
22655
|
-
* getAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
22656
23109
|
*/
|
|
22657
23110
|
getAnalyticsConversationsAggregatesJob(jobId, opts) {
|
|
22658
23111
|
opts = opts || {};
|
|
@@ -22684,7 +23137,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22684
23137
|
* @param {Object} opts Optional parameters
|
|
22685
23138
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
22686
23139
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
22687
|
-
* getAnalyticsConversationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
22688
23140
|
*/
|
|
22689
23141
|
getAnalyticsConversationsAggregatesJobResults(jobId, opts) {
|
|
22690
23142
|
opts = opts || {};
|
|
@@ -28531,7 +28983,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
28531
28983
|
* @param {Object} body query
|
|
28532
28984
|
* @param {Object} opts Optional parameters
|
|
28533
28985
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
28534
|
-
* postAnalyticsConversationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
28535
28986
|
*/
|
|
28536
28987
|
postAnalyticsConversationsAggregatesJobs(body, opts) {
|
|
28537
28988
|
opts = opts || {};
|
|
@@ -31516,7 +31967,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31516
31967
|
|
|
31517
31968
|
/**
|
|
31518
31969
|
* Send an agentless outbound message
|
|
31519
|
-
* Send an agentless (api participant) outbound message using a client credential grant. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. If there is already a connected conversation between the fromAddress and
|
|
31970
|
+
* Send an agentless (api participant) outbound message using a client credential grant. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. If there is already a connected conversation between the fromAddress and recipient specified, the useExistingActiveConversation param can be used to barge in to the ongoing conversation.
|
|
31520
31971
|
* @param {Object} body Create agentless outbound messaging request
|
|
31521
31972
|
* @param {Object} opts Optional parameters
|
|
31522
31973
|
* @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, messagingTemplate) (default to false)
|
|
@@ -33070,7 +33521,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33070
33521
|
/**
|
|
33071
33522
|
* DataExtensions service.
|
|
33072
33523
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
33073
|
-
* @version
|
|
33524
|
+
* @version 254.0.0
|
|
33074
33525
|
*/
|
|
33075
33526
|
|
|
33076
33527
|
/**
|
|
@@ -33171,7 +33622,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33171
33622
|
/**
|
|
33172
33623
|
* DataPrivacy service.
|
|
33173
33624
|
* @module purecloud-platform-client-v2/api/DataPrivacyApi
|
|
33174
|
-
* @version
|
|
33625
|
+
* @version 254.0.0
|
|
33175
33626
|
*/
|
|
33176
33627
|
|
|
33177
33628
|
/**
|
|
@@ -33368,7 +33819,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33368
33819
|
/**
|
|
33369
33820
|
* Downloads service.
|
|
33370
33821
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
33371
|
-
* @version
|
|
33822
|
+
* @version 254.0.0
|
|
33372
33823
|
*/
|
|
33373
33824
|
|
|
33374
33825
|
/**
|
|
@@ -33422,7 +33873,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33422
33873
|
/**
|
|
33423
33874
|
* Emails service.
|
|
33424
33875
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
33425
|
-
* @version
|
|
33876
|
+
* @version 254.0.0
|
|
33426
33877
|
*/
|
|
33427
33878
|
|
|
33428
33879
|
/**
|
|
@@ -33570,7 +34021,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33570
34021
|
/**
|
|
33571
34022
|
* EmployeeEngagement service.
|
|
33572
34023
|
* @module purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
33573
|
-
* @version
|
|
34024
|
+
* @version 254.0.0
|
|
33574
34025
|
*/
|
|
33575
34026
|
|
|
33576
34027
|
/**
|
|
@@ -33774,7 +34225,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33774
34225
|
/**
|
|
33775
34226
|
* Events service.
|
|
33776
34227
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
33777
|
-
* @version
|
|
34228
|
+
* @version 254.0.0
|
|
33778
34229
|
*/
|
|
33779
34230
|
|
|
33780
34231
|
/**
|
|
@@ -33916,7 +34367,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33916
34367
|
/**
|
|
33917
34368
|
* ExternalContacts service.
|
|
33918
34369
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
33919
|
-
* @version
|
|
34370
|
+
* @version 254.0.0
|
|
33920
34371
|
*/
|
|
33921
34372
|
|
|
33922
34373
|
/**
|
|
@@ -37687,7 +38138,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37687
38138
|
/**
|
|
37688
38139
|
* Fax service.
|
|
37689
38140
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
37690
|
-
* @version
|
|
38141
|
+
* @version 254.0.0
|
|
37691
38142
|
*/
|
|
37692
38143
|
|
|
37693
38144
|
/**
|
|
@@ -37936,7 +38387,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37936
38387
|
/**
|
|
37937
38388
|
* Flows service.
|
|
37938
38389
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
37939
|
-
* @version
|
|
38390
|
+
* @version 254.0.0
|
|
37940
38391
|
*/
|
|
37941
38392
|
|
|
37942
38393
|
/**
|
|
@@ -37957,7 +38408,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37957
38408
|
* @param {String} jobId jobId
|
|
37958
38409
|
* @param {Object} opts Optional parameters
|
|
37959
38410
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
37960
|
-
* deleteAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
37961
38411
|
*/
|
|
37962
38412
|
deleteAnalyticsFlowsAggregatesJob(jobId, opts) {
|
|
37963
38413
|
opts = opts || {};
|
|
@@ -37988,7 +38438,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37988
38438
|
* @param {String} jobId jobId
|
|
37989
38439
|
* @param {Object} opts Optional parameters
|
|
37990
38440
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
37991
|
-
* getAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
37992
38441
|
*/
|
|
37993
38442
|
getAnalyticsFlowsAggregatesJob(jobId, opts) {
|
|
37994
38443
|
opts = opts || {};
|
|
@@ -38020,7 +38469,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38020
38469
|
* @param {Object} opts Optional parameters
|
|
38021
38470
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
38022
38471
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
38023
|
-
* getAnalyticsFlowsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
38024
38472
|
*/
|
|
38025
38473
|
getAnalyticsFlowsAggregatesJobResults(jobId, opts) {
|
|
38026
38474
|
opts = opts || {};
|
|
@@ -38083,7 +38531,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38083
38531
|
* @param {Object} body query
|
|
38084
38532
|
* @param {Object} opts Optional parameters
|
|
38085
38533
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
38086
|
-
* postAnalyticsFlowsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
38087
38534
|
*/
|
|
38088
38535
|
postAnalyticsFlowsAggregatesJobs(body, opts) {
|
|
38089
38536
|
opts = opts || {};
|
|
@@ -38174,7 +38621,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38174
38621
|
/**
|
|
38175
38622
|
* Gamification service.
|
|
38176
38623
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
38177
|
-
* @version
|
|
38624
|
+
* @version 254.0.0
|
|
38178
38625
|
*/
|
|
38179
38626
|
|
|
38180
38627
|
/**
|
|
@@ -41026,7 +41473,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
41026
41473
|
/**
|
|
41027
41474
|
* GeneralDataProtectionRegulation service.
|
|
41028
41475
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
41029
|
-
* @version
|
|
41476
|
+
* @version 254.0.0
|
|
41030
41477
|
*/
|
|
41031
41478
|
|
|
41032
41479
|
/**
|
|
@@ -41170,7 +41617,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
41170
41617
|
/**
|
|
41171
41618
|
* Geolocation service.
|
|
41172
41619
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
41173
|
-
* @version
|
|
41620
|
+
* @version 254.0.0
|
|
41174
41621
|
*/
|
|
41175
41622
|
|
|
41176
41623
|
/**
|
|
@@ -41321,7 +41768,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
41321
41768
|
/**
|
|
41322
41769
|
* Greetings service.
|
|
41323
41770
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
41324
|
-
* @version
|
|
41771
|
+
* @version 254.0.0
|
|
41325
41772
|
*/
|
|
41326
41773
|
|
|
41327
41774
|
/**
|
|
@@ -41937,7 +42384,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
41937
42384
|
/**
|
|
41938
42385
|
* Groups service.
|
|
41939
42386
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
41940
|
-
* @version
|
|
42387
|
+
* @version 254.0.0
|
|
41941
42388
|
*/
|
|
41942
42389
|
|
|
41943
42390
|
/**
|
|
@@ -42528,7 +42975,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
42528
42975
|
/**
|
|
42529
42976
|
* IdentityProvider service.
|
|
42530
42977
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
42531
|
-
* @version
|
|
42978
|
+
* @version 254.0.0
|
|
42532
42979
|
*/
|
|
42533
42980
|
|
|
42534
42981
|
/**
|
|
@@ -43579,7 +44026,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43579
44026
|
/**
|
|
43580
44027
|
* InfrastructureAsCode service.
|
|
43581
44028
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
43582
|
-
* @version
|
|
44029
|
+
* @version 254.0.0
|
|
43583
44030
|
*/
|
|
43584
44031
|
|
|
43585
44032
|
/**
|
|
@@ -43759,7 +44206,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43759
44206
|
/**
|
|
43760
44207
|
* Integrations service.
|
|
43761
44208
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
43762
|
-
* @version
|
|
44209
|
+
* @version 254.0.0
|
|
43763
44210
|
*/
|
|
43764
44211
|
|
|
43765
44212
|
/**
|
|
@@ -46731,7 +47178,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46731
47178
|
/**
|
|
46732
47179
|
* Intents service.
|
|
46733
47180
|
* @module purecloud-platform-client-v2/api/IntentsApi
|
|
46734
|
-
* @version
|
|
47181
|
+
* @version 254.0.0
|
|
46735
47182
|
*/
|
|
46736
47183
|
|
|
46737
47184
|
/**
|
|
@@ -47263,7 +47710,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47263
47710
|
/**
|
|
47264
47711
|
* Journey service.
|
|
47265
47712
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
47266
|
-
* @version
|
|
47713
|
+
* @version 254.0.0
|
|
47267
47714
|
*/
|
|
47268
47715
|
|
|
47269
47716
|
/**
|
|
@@ -47284,7 +47731,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47284
47731
|
* @param {String} jobId jobId
|
|
47285
47732
|
* @param {Object} opts Optional parameters
|
|
47286
47733
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
47287
|
-
* deleteAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
47288
47734
|
*/
|
|
47289
47735
|
deleteAnalyticsJourneysAggregatesJob(jobId, opts) {
|
|
47290
47736
|
opts = opts || {};
|
|
@@ -47588,7 +48034,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47588
48034
|
* @param {String} jobId jobId
|
|
47589
48035
|
* @param {Object} opts Optional parameters
|
|
47590
48036
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
47591
|
-
* getAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
47592
48037
|
*/
|
|
47593
48038
|
getAnalyticsJourneysAggregatesJob(jobId, opts) {
|
|
47594
48039
|
opts = opts || {};
|
|
@@ -47620,7 +48065,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47620
48065
|
* @param {Object} opts Optional parameters
|
|
47621
48066
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
47622
48067
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
47623
|
-
* getAnalyticsJourneysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
47624
48068
|
*/
|
|
47625
48069
|
getAnalyticsJourneysAggregatesJobResults(jobId, opts) {
|
|
47626
48070
|
opts = opts || {};
|
|
@@ -49417,7 +49861,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49417
49861
|
* @param {Object} body query
|
|
49418
49862
|
* @param {Object} opts Optional parameters
|
|
49419
49863
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
49420
|
-
* postAnalyticsJourneysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
49421
49864
|
*/
|
|
49422
49865
|
postAnalyticsJourneysAggregatesJobs(body, opts) {
|
|
49423
49866
|
opts = opts || {};
|
|
@@ -50243,7 +50686,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50243
50686
|
/**
|
|
50244
50687
|
* Knowledge service.
|
|
50245
50688
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
50246
|
-
* @version
|
|
50689
|
+
* @version 254.0.0
|
|
50247
50690
|
*/
|
|
50248
50691
|
|
|
50249
50692
|
/**
|
|
@@ -54494,7 +54937,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
54494
54937
|
/**
|
|
54495
54938
|
* LanguageUnderstanding service.
|
|
54496
54939
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
54497
|
-
* @version
|
|
54940
|
+
* @version 254.0.0
|
|
54498
54941
|
*/
|
|
54499
54942
|
|
|
54500
54943
|
/**
|
|
@@ -55868,7 +56311,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
55868
56311
|
/**
|
|
55869
56312
|
* Languages service.
|
|
55870
56313
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
55871
|
-
* @version
|
|
56314
|
+
* @version 254.0.0
|
|
55872
56315
|
*/
|
|
55873
56316
|
|
|
55874
56317
|
/**
|
|
@@ -56127,7 +56570,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
56127
56570
|
/**
|
|
56128
56571
|
* Learning service.
|
|
56129
56572
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
56130
|
-
* @version
|
|
56573
|
+
* @version 254.0.0
|
|
56131
56574
|
*/
|
|
56132
56575
|
|
|
56133
56576
|
/**
|
|
@@ -57375,7 +57818,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
57375
57818
|
/**
|
|
57376
57819
|
* License service.
|
|
57377
57820
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
57378
|
-
* @version
|
|
57821
|
+
* @version 254.0.0
|
|
57379
57822
|
*/
|
|
57380
57823
|
|
|
57381
57824
|
/**
|
|
@@ -57673,7 +58116,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
57673
58116
|
/**
|
|
57674
58117
|
* Locations service.
|
|
57675
58118
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
57676
|
-
* @version
|
|
58119
|
+
* @version 254.0.0
|
|
57677
58120
|
*/
|
|
57678
58121
|
|
|
57679
58122
|
/**
|
|
@@ -57940,7 +58383,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
57940
58383
|
/**
|
|
57941
58384
|
* LogCapture service.
|
|
57942
58385
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
57943
|
-
* @version
|
|
58386
|
+
* @version 254.0.0
|
|
57944
58387
|
*/
|
|
57945
58388
|
|
|
57946
58389
|
/**
|
|
@@ -58162,7 +58605,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
58162
58605
|
/**
|
|
58163
58606
|
* Messaging service.
|
|
58164
58607
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
58165
|
-
* @version
|
|
58608
|
+
* @version 254.0.0
|
|
58166
58609
|
*/
|
|
58167
58610
|
|
|
58168
58611
|
/**
|
|
@@ -58580,7 +59023,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
58580
59023
|
/**
|
|
58581
59024
|
* MobileDevices service.
|
|
58582
59025
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
58583
|
-
* @version
|
|
59026
|
+
* @version 254.0.0
|
|
58584
59027
|
*/
|
|
58585
59028
|
|
|
58586
59029
|
/**
|
|
@@ -58750,7 +59193,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
58750
59193
|
/**
|
|
58751
59194
|
* Notifications service.
|
|
58752
59195
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
58753
|
-
* @version
|
|
59196
|
+
* @version 254.0.0
|
|
58754
59197
|
*/
|
|
58755
59198
|
|
|
58756
59199
|
/**
|
|
@@ -59011,7 +59454,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59011
59454
|
/**
|
|
59012
59455
|
* OAuth service.
|
|
59013
59456
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
59014
|
-
* @version
|
|
59457
|
+
* @version 254.0.0
|
|
59015
59458
|
*/
|
|
59016
59459
|
|
|
59017
59460
|
/**
|
|
@@ -59427,7 +59870,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59427
59870
|
/**
|
|
59428
59871
|
* Objects service.
|
|
59429
59872
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
59430
|
-
* @version
|
|
59873
|
+
* @version 254.0.0
|
|
59431
59874
|
*/
|
|
59432
59875
|
|
|
59433
59876
|
/**
|
|
@@ -59791,7 +60234,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59791
60234
|
/**
|
|
59792
60235
|
* OperationalEvents service.
|
|
59793
60236
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
59794
|
-
* @version
|
|
60237
|
+
* @version 254.0.0
|
|
59795
60238
|
*/
|
|
59796
60239
|
|
|
59797
60240
|
/**
|
|
@@ -59922,7 +60365,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59922
60365
|
/**
|
|
59923
60366
|
* Organization service.
|
|
59924
60367
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
59925
|
-
* @version
|
|
60368
|
+
* @version 254.0.0
|
|
59926
60369
|
*/
|
|
59927
60370
|
|
|
59928
60371
|
/**
|
|
@@ -60483,7 +60926,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
60483
60926
|
/**
|
|
60484
60927
|
* OrganizationAuthorization service.
|
|
60485
60928
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
60486
|
-
* @version
|
|
60929
|
+
* @version 254.0.0
|
|
60487
60930
|
*/
|
|
60488
60931
|
|
|
60489
60932
|
/**
|
|
@@ -62087,7 +62530,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
62087
62530
|
/**
|
|
62088
62531
|
* Outbound service.
|
|
62089
62532
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
62090
|
-
* @version
|
|
62533
|
+
* @version 254.0.0
|
|
62091
62534
|
*/
|
|
62092
62535
|
|
|
62093
62536
|
/**
|
|
@@ -67674,7 +68117,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
67674
68117
|
/**
|
|
67675
68118
|
* Presence service.
|
|
67676
68119
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
67677
|
-
* @version
|
|
68120
|
+
* @version 254.0.0
|
|
67678
68121
|
*/
|
|
67679
68122
|
|
|
67680
68123
|
/**
|
|
@@ -68532,7 +68975,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
68532
68975
|
/**
|
|
68533
68976
|
* ProcessAutomation service.
|
|
68534
68977
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
68535
|
-
* @version
|
|
68978
|
+
* @version 254.0.0
|
|
68536
68979
|
*/
|
|
68537
68980
|
|
|
68538
68981
|
/**
|
|
@@ -68953,7 +69396,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
68953
69396
|
/**
|
|
68954
69397
|
* Quality service.
|
|
68955
69398
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
68956
|
-
* @version
|
|
69399
|
+
* @version 254.0.0
|
|
68957
69400
|
*/
|
|
68958
69401
|
|
|
68959
69402
|
/**
|
|
@@ -68974,7 +69417,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
68974
69417
|
* @param {String} jobId jobId
|
|
68975
69418
|
* @param {Object} opts Optional parameters
|
|
68976
69419
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
68977
|
-
* deleteAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
68978
69420
|
*/
|
|
68979
69421
|
deleteAnalyticsEvaluationsAggregatesJob(jobId, opts) {
|
|
68980
69422
|
opts = opts || {};
|
|
@@ -69005,7 +69447,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69005
69447
|
* @param {String} jobId jobId
|
|
69006
69448
|
* @param {Object} opts Optional parameters
|
|
69007
69449
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
69008
|
-
* deleteAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
69009
69450
|
*/
|
|
69010
69451
|
deleteAnalyticsSurveysAggregatesJob(jobId, opts) {
|
|
69011
69452
|
opts = opts || {};
|
|
@@ -69233,7 +69674,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69233
69674
|
* @param {String} jobId jobId
|
|
69234
69675
|
* @param {Object} opts Optional parameters
|
|
69235
69676
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
69236
|
-
* getAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
69237
69677
|
*/
|
|
69238
69678
|
getAnalyticsEvaluationsAggregatesJob(jobId, opts) {
|
|
69239
69679
|
opts = opts || {};
|
|
@@ -69265,7 +69705,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69265
69705
|
* @param {Object} opts Optional parameters
|
|
69266
69706
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
69267
69707
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
69268
|
-
* getAnalyticsEvaluationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
69269
69708
|
*/
|
|
69270
69709
|
getAnalyticsEvaluationsAggregatesJobResults(jobId, opts) {
|
|
69271
69710
|
opts = opts || {};
|
|
@@ -69296,7 +69735,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69296
69735
|
* @param {String} jobId jobId
|
|
69297
69736
|
* @param {Object} opts Optional parameters
|
|
69298
69737
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
69299
|
-
* getAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
69300
69738
|
*/
|
|
69301
69739
|
getAnalyticsSurveysAggregatesJob(jobId, opts) {
|
|
69302
69740
|
opts = opts || {};
|
|
@@ -69328,7 +69766,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69328
69766
|
* @param {Object} opts Optional parameters
|
|
69329
69767
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
69330
69768
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
69331
|
-
* getAnalyticsSurveysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
69332
69769
|
*/
|
|
69333
69770
|
getAnalyticsSurveysAggregatesJobResults(jobId, opts) {
|
|
69334
69771
|
opts = opts || {};
|
|
@@ -70432,7 +70869,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
70432
70869
|
* @param {Object} body query
|
|
70433
70870
|
* @param {Object} opts Optional parameters
|
|
70434
70871
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
70435
|
-
* postAnalyticsEvaluationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
70436
70872
|
*/
|
|
70437
70873
|
postAnalyticsEvaluationsAggregatesJobs(body, opts) {
|
|
70438
70874
|
opts = opts || {};
|
|
@@ -70493,7 +70929,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
70493
70929
|
* @param {Object} body query
|
|
70494
70930
|
* @param {Object} opts Optional parameters
|
|
70495
70931
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
70496
|
-
* postAnalyticsSurveysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
70497
70932
|
*/
|
|
70498
70933
|
postAnalyticsSurveysAggregatesJobs(body, opts) {
|
|
70499
70934
|
opts = opts || {};
|
|
@@ -71311,7 +71746,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
71311
71746
|
/**
|
|
71312
71747
|
* Recording service.
|
|
71313
71748
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
71314
|
-
* @version
|
|
71749
|
+
* @version 254.0.0
|
|
71315
71750
|
*/
|
|
71316
71751
|
|
|
71317
71752
|
/**
|
|
@@ -73159,7 +73594,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
73159
73594
|
/**
|
|
73160
73595
|
* ResponseManagement service.
|
|
73161
73596
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
73162
|
-
* @version
|
|
73597
|
+
* @version 254.0.0
|
|
73163
73598
|
*/
|
|
73164
73599
|
|
|
73165
73600
|
/**
|
|
@@ -73803,7 +74238,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
73803
74238
|
/**
|
|
73804
74239
|
* Routing service.
|
|
73805
74240
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
73806
|
-
* @version
|
|
74241
|
+
* @version 254.0.0
|
|
73807
74242
|
*/
|
|
73808
74243
|
|
|
73809
74244
|
/**
|
|
@@ -73968,6 +74403,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
73968
74403
|
);
|
|
73969
74404
|
}
|
|
73970
74405
|
|
|
74406
|
+
/**
|
|
74407
|
+
* Delete an email setting. Removes the email setting and its associated settings
|
|
74408
|
+
*
|
|
74409
|
+
* @param {String} emailSettingId Email Setting ID
|
|
74410
|
+
* @param {Object} opts Optional parameters
|
|
74411
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
74412
|
+
*/
|
|
74413
|
+
deleteRoutingEmailSettingEmailSettingId(emailSettingId, opts) {
|
|
74414
|
+
opts = opts || {};
|
|
74415
|
+
|
|
74416
|
+
// verify the required parameter 'emailSettingId' is set
|
|
74417
|
+
if (emailSettingId === undefined || emailSettingId === null || emailSettingId === '') {
|
|
74418
|
+
throw 'Missing the required parameter "emailSettingId" when calling deleteRoutingEmailSettingEmailSettingId';
|
|
74419
|
+
}
|
|
74420
|
+
|
|
74421
|
+
return this.apiClient.callApi(
|
|
74422
|
+
'/api/v2/routing/email/setting/{emailSettingId}',
|
|
74423
|
+
'DELETE',
|
|
74424
|
+
{ 'emailSettingId': emailSettingId },
|
|
74425
|
+
{ },
|
|
74426
|
+
{ },
|
|
74427
|
+
{ },
|
|
74428
|
+
null,
|
|
74429
|
+
['PureCloud OAuth'],
|
|
74430
|
+
['application/json'],
|
|
74431
|
+
['application/json'],
|
|
74432
|
+
opts['customHeaders']
|
|
74433
|
+
);
|
|
74434
|
+
}
|
|
74435
|
+
|
|
73971
74436
|
/**
|
|
73972
74437
|
* Delete a routing language
|
|
73973
74438
|
*
|
|
@@ -75125,6 +75590,63 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
75125
75590
|
);
|
|
75126
75591
|
}
|
|
75127
75592
|
|
|
75593
|
+
/**
|
|
75594
|
+
* Get a paged list of email routing settings.
|
|
75595
|
+
*
|
|
75596
|
+
* @param {Object} opts Optional parameters
|
|
75597
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
75598
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
75599
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
75600
|
+
*/
|
|
75601
|
+
getRoutingEmailSetting(opts) {
|
|
75602
|
+
opts = opts || {};
|
|
75603
|
+
|
|
75604
|
+
|
|
75605
|
+
return this.apiClient.callApi(
|
|
75606
|
+
'/api/v2/routing/email/setting',
|
|
75607
|
+
'GET',
|
|
75608
|
+
{ },
|
|
75609
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
|
|
75610
|
+
{ },
|
|
75611
|
+
{ },
|
|
75612
|
+
null,
|
|
75613
|
+
['PureCloud OAuth'],
|
|
75614
|
+
['application/json'],
|
|
75615
|
+
['application/json'],
|
|
75616
|
+
opts['customHeaders']
|
|
75617
|
+
);
|
|
75618
|
+
}
|
|
75619
|
+
|
|
75620
|
+
/**
|
|
75621
|
+
* Get email setting. Returns the specified email setting that defines settings for email
|
|
75622
|
+
*
|
|
75623
|
+
* @param {String} emailSettingId Email Setting ID
|
|
75624
|
+
* @param {Object} opts Optional parameters
|
|
75625
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
75626
|
+
*/
|
|
75627
|
+
getRoutingEmailSettingEmailSettingId(emailSettingId, opts) {
|
|
75628
|
+
opts = opts || {};
|
|
75629
|
+
|
|
75630
|
+
// verify the required parameter 'emailSettingId' is set
|
|
75631
|
+
if (emailSettingId === undefined || emailSettingId === null || emailSettingId === '') {
|
|
75632
|
+
throw 'Missing the required parameter "emailSettingId" when calling getRoutingEmailSettingEmailSettingId';
|
|
75633
|
+
}
|
|
75634
|
+
|
|
75635
|
+
return this.apiClient.callApi(
|
|
75636
|
+
'/api/v2/routing/email/setting/{emailSettingId}',
|
|
75637
|
+
'GET',
|
|
75638
|
+
{ 'emailSettingId': emailSettingId },
|
|
75639
|
+
{ },
|
|
75640
|
+
{ },
|
|
75641
|
+
{ },
|
|
75642
|
+
null,
|
|
75643
|
+
['PureCloud OAuth'],
|
|
75644
|
+
['application/json'],
|
|
75645
|
+
['application/json'],
|
|
75646
|
+
opts['customHeaders']
|
|
75647
|
+
);
|
|
75648
|
+
}
|
|
75649
|
+
|
|
75128
75650
|
/**
|
|
75129
75651
|
* Get email setup
|
|
75130
75652
|
*
|
|
@@ -75869,7 +76391,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
75869
76391
|
* @param {Object} opts.sortOrder Sort order (default to asc)
|
|
75870
76392
|
* @param {String} opts.name Name
|
|
75871
76393
|
* @param {Array.<String>} opts.id Queue ID(s)
|
|
75872
|
-
* @param {Array.<String>} opts.divisionId Division ID(s)
|
|
76394
|
+
* @param {Array.<String>} opts.divisionId Division ID(s). Including '*' will query for all divisions
|
|
75873
76395
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
75874
76396
|
*/
|
|
75875
76397
|
getRoutingQueuesDivisionviews(opts) {
|
|
@@ -76270,7 +76792,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
76270
76792
|
}
|
|
76271
76793
|
|
|
76272
76794
|
/**
|
|
76273
|
-
* Get the list of routing skills.
|
|
76795
|
+
* Get the list of routing skills. View permission enforcement only applies to skills assigned to a division.
|
|
76274
76796
|
*
|
|
76275
76797
|
* @param {Object} opts Optional parameters
|
|
76276
76798
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
@@ -77063,6 +77585,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
77063
77585
|
);
|
|
77064
77586
|
}
|
|
77065
77587
|
|
|
77588
|
+
/**
|
|
77589
|
+
* Update an email setting. Modifies the settings for email setting
|
|
77590
|
+
*
|
|
77591
|
+
* @param {String} emailSettingId Email Setting ID
|
|
77592
|
+
* @param {Object} body EmailSetting
|
|
77593
|
+
* @param {Object} opts Optional parameters
|
|
77594
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
77595
|
+
*/
|
|
77596
|
+
patchRoutingEmailSettingEmailSettingId(emailSettingId, body, opts) {
|
|
77597
|
+
opts = opts || {};
|
|
77598
|
+
|
|
77599
|
+
// verify the required parameter 'emailSettingId' is set
|
|
77600
|
+
if (emailSettingId === undefined || emailSettingId === null || emailSettingId === '') {
|
|
77601
|
+
throw 'Missing the required parameter "emailSettingId" when calling patchRoutingEmailSettingEmailSettingId';
|
|
77602
|
+
}
|
|
77603
|
+
// verify the required parameter 'body' is set
|
|
77604
|
+
if (body === undefined || body === null) {
|
|
77605
|
+
throw 'Missing the required parameter "body" when calling patchRoutingEmailSettingEmailSettingId';
|
|
77606
|
+
}
|
|
77607
|
+
|
|
77608
|
+
return this.apiClient.callApi(
|
|
77609
|
+
'/api/v2/routing/email/setting/{emailSettingId}',
|
|
77610
|
+
'PATCH',
|
|
77611
|
+
{ 'emailSettingId': emailSettingId },
|
|
77612
|
+
{ },
|
|
77613
|
+
{ },
|
|
77614
|
+
{ },
|
|
77615
|
+
body,
|
|
77616
|
+
['PureCloud OAuth'],
|
|
77617
|
+
['application/json'],
|
|
77618
|
+
['application/json'],
|
|
77619
|
+
opts['customHeaders']
|
|
77620
|
+
);
|
|
77621
|
+
}
|
|
77622
|
+
|
|
77066
77623
|
/**
|
|
77067
77624
|
* Update single predictor.
|
|
77068
77625
|
*
|
|
@@ -78025,6 +78582,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
78025
78582
|
);
|
|
78026
78583
|
}
|
|
78027
78584
|
|
|
78585
|
+
/**
|
|
78586
|
+
* Create a new email setting. Used to define various settings, that can then be associated with email domains
|
|
78587
|
+
*
|
|
78588
|
+
* @param {Object} body EmailSetting
|
|
78589
|
+
* @param {Object} opts Optional parameters
|
|
78590
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
78591
|
+
*/
|
|
78592
|
+
postRoutingEmailSetting(body, opts) {
|
|
78593
|
+
opts = opts || {};
|
|
78594
|
+
|
|
78595
|
+
// verify the required parameter 'body' is set
|
|
78596
|
+
if (body === undefined || body === null) {
|
|
78597
|
+
throw 'Missing the required parameter "body" when calling postRoutingEmailSetting';
|
|
78598
|
+
}
|
|
78599
|
+
|
|
78600
|
+
return this.apiClient.callApi(
|
|
78601
|
+
'/api/v2/routing/email/setting',
|
|
78602
|
+
'POST',
|
|
78603
|
+
{ },
|
|
78604
|
+
{ },
|
|
78605
|
+
{ },
|
|
78606
|
+
{ },
|
|
78607
|
+
body,
|
|
78608
|
+
['PureCloud OAuth'],
|
|
78609
|
+
['application/json'],
|
|
78610
|
+
['application/json'],
|
|
78611
|
+
opts['customHeaders']
|
|
78612
|
+
);
|
|
78613
|
+
}
|
|
78614
|
+
|
|
78028
78615
|
/**
|
|
78029
78616
|
* Create Language
|
|
78030
78617
|
*
|
|
@@ -79213,7 +79800,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
79213
79800
|
/**
|
|
79214
79801
|
* SCIM service.
|
|
79215
79802
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
79216
|
-
* @version
|
|
79803
|
+
* @version 254.0.0
|
|
79217
79804
|
*/
|
|
79218
79805
|
|
|
79219
79806
|
/**
|
|
@@ -80174,7 +80761,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
80174
80761
|
/**
|
|
80175
80762
|
* Scripts service.
|
|
80176
80763
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
80177
|
-
* @version
|
|
80764
|
+
* @version 254.0.0
|
|
80178
80765
|
*/
|
|
80179
80766
|
|
|
80180
80767
|
/**
|
|
@@ -80683,7 +81270,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
80683
81270
|
/**
|
|
80684
81271
|
* Search service.
|
|
80685
81272
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
80686
|
-
* @version
|
|
81273
|
+
* @version 254.0.0
|
|
80687
81274
|
*/
|
|
80688
81275
|
|
|
80689
81276
|
/**
|
|
@@ -81499,7 +82086,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
81499
82086
|
/**
|
|
81500
82087
|
* Settings service.
|
|
81501
82088
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
81502
|
-
* @version
|
|
82089
|
+
* @version 254.0.0
|
|
81503
82090
|
*/
|
|
81504
82091
|
|
|
81505
82092
|
/**
|
|
@@ -81908,7 +82495,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
81908
82495
|
/**
|
|
81909
82496
|
* SocialMedia service.
|
|
81910
82497
|
* @module purecloud-platform-client-v2/api/SocialMediaApi
|
|
81911
|
-
* @version
|
|
82498
|
+
* @version 254.0.0
|
|
81912
82499
|
*/
|
|
81913
82500
|
|
|
81914
82501
|
/**
|
|
@@ -83893,7 +84480,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
83893
84480
|
/**
|
|
83894
84481
|
* SpeechTextAnalytics service.
|
|
83895
84482
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
83896
|
-
* @version
|
|
84483
|
+
* @version 254.0.0
|
|
83897
84484
|
*/
|
|
83898
84485
|
|
|
83899
84486
|
/**
|
|
@@ -85845,7 +86432,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
85845
86432
|
/**
|
|
85846
86433
|
* Stations service.
|
|
85847
86434
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
85848
|
-
* @version
|
|
86435
|
+
* @version 254.0.0
|
|
85849
86436
|
*/
|
|
85850
86437
|
|
|
85851
86438
|
/**
|
|
@@ -85959,7 +86546,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
85959
86546
|
/**
|
|
85960
86547
|
* Suggest service.
|
|
85961
86548
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
85962
|
-
* @version
|
|
86549
|
+
* @version 254.0.0
|
|
85963
86550
|
*/
|
|
85964
86551
|
|
|
85965
86552
|
/**
|
|
@@ -86106,7 +86693,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
86106
86693
|
/**
|
|
86107
86694
|
* TaskManagement service.
|
|
86108
86695
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
86109
|
-
* @version
|
|
86696
|
+
* @version 254.0.0
|
|
86110
86697
|
*/
|
|
86111
86698
|
|
|
86112
86699
|
/**
|
|
@@ -88602,7 +89189,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
88602
89189
|
/**
|
|
88603
89190
|
* Teams service.
|
|
88604
89191
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
88605
|
-
* @version
|
|
89192
|
+
* @version 254.0.0
|
|
88606
89193
|
*/
|
|
88607
89194
|
|
|
88608
89195
|
/**
|
|
@@ -88945,7 +89532,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
88945
89532
|
/**
|
|
88946
89533
|
* Telephony service.
|
|
88947
89534
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
88948
|
-
* @version
|
|
89535
|
+
* @version 254.0.0
|
|
88949
89536
|
*/
|
|
88950
89537
|
|
|
88951
89538
|
/**
|
|
@@ -88960,6 +89547,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
88960
89547
|
}
|
|
88961
89548
|
|
|
88962
89549
|
|
|
89550
|
+
/**
|
|
89551
|
+
* Delete a link
|
|
89552
|
+
*
|
|
89553
|
+
* @param {String} targetOrganizationId targetOrganizationId
|
|
89554
|
+
* @param {Object} opts Optional parameters
|
|
89555
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
89556
|
+
*/
|
|
89557
|
+
deleteTelephonyOrganizationLinkTargetOrganizationId(targetOrganizationId, opts) {
|
|
89558
|
+
opts = opts || {};
|
|
89559
|
+
|
|
89560
|
+
// verify the required parameter 'targetOrganizationId' is set
|
|
89561
|
+
if (targetOrganizationId === undefined || targetOrganizationId === null || targetOrganizationId === '') {
|
|
89562
|
+
throw 'Missing the required parameter "targetOrganizationId" when calling deleteTelephonyOrganizationLinkTargetOrganizationId';
|
|
89563
|
+
}
|
|
89564
|
+
|
|
89565
|
+
return this.apiClient.callApi(
|
|
89566
|
+
'/api/v2/telephony/organization/link/{targetOrganizationId}',
|
|
89567
|
+
'DELETE',
|
|
89568
|
+
{ 'targetOrganizationId': targetOrganizationId },
|
|
89569
|
+
{ },
|
|
89570
|
+
{ },
|
|
89571
|
+
{ },
|
|
89572
|
+
null,
|
|
89573
|
+
['PureCloud OAuth'],
|
|
89574
|
+
['application/json'],
|
|
89575
|
+
['application/json'],
|
|
89576
|
+
opts['customHeaders']
|
|
89577
|
+
);
|
|
89578
|
+
}
|
|
89579
|
+
|
|
88963
89580
|
/**
|
|
88964
89581
|
* Get an agent's greetings.
|
|
88965
89582
|
*
|
|
@@ -89066,6 +89683,88 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
89066
89683
|
);
|
|
89067
89684
|
}
|
|
89068
89685
|
|
|
89686
|
+
/**
|
|
89687
|
+
* Get Number Routings by organizationId
|
|
89688
|
+
*
|
|
89689
|
+
* @param {Object} opts Optional parameters
|
|
89690
|
+
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
89691
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
89692
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
89693
|
+
* @param {String} opts.numberId numberId
|
|
89694
|
+
* @param {String} opts.activeRoutingOrganizationId activeRoutingOrganizationId
|
|
89695
|
+
* @param {String} opts.ownerOrganizationId ownerOrganizationId
|
|
89696
|
+
* @param {Object} opts.status status
|
|
89697
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
89698
|
+
*/
|
|
89699
|
+
getTelephonyNumbersRouting(opts) {
|
|
89700
|
+
opts = opts || {};
|
|
89701
|
+
|
|
89702
|
+
|
|
89703
|
+
return this.apiClient.callApi(
|
|
89704
|
+
'/api/v2/telephony/numbers/routing',
|
|
89705
|
+
'GET',
|
|
89706
|
+
{ },
|
|
89707
|
+
{ 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'numberId': opts['numberId'],'activeRoutingOrganizationId': opts['activeRoutingOrganizationId'],'ownerOrganizationId': opts['ownerOrganizationId'],'status': opts['status'] },
|
|
89708
|
+
{ },
|
|
89709
|
+
{ },
|
|
89710
|
+
null,
|
|
89711
|
+
['PureCloud OAuth'],
|
|
89712
|
+
['application/json'],
|
|
89713
|
+
['application/json'],
|
|
89714
|
+
opts['customHeaders']
|
|
89715
|
+
);
|
|
89716
|
+
}
|
|
89717
|
+
|
|
89718
|
+
/**
|
|
89719
|
+
* Get organization links
|
|
89720
|
+
*
|
|
89721
|
+
* @param {Object} opts Optional parameters
|
|
89722
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
89723
|
+
*/
|
|
89724
|
+
getTelephonyOrganizationLink(opts) {
|
|
89725
|
+
opts = opts || {};
|
|
89726
|
+
|
|
89727
|
+
|
|
89728
|
+
return this.apiClient.callApi(
|
|
89729
|
+
'/api/v2/telephony/organization/link',
|
|
89730
|
+
'GET',
|
|
89731
|
+
{ },
|
|
89732
|
+
{ },
|
|
89733
|
+
{ },
|
|
89734
|
+
{ },
|
|
89735
|
+
null,
|
|
89736
|
+
['PureCloud OAuth'],
|
|
89737
|
+
['application/json'],
|
|
89738
|
+
['application/json'],
|
|
89739
|
+
opts['customHeaders']
|
|
89740
|
+
);
|
|
89741
|
+
}
|
|
89742
|
+
|
|
89743
|
+
/**
|
|
89744
|
+
* Get all the replica regions by primary region
|
|
89745
|
+
*
|
|
89746
|
+
* @param {Object} opts Optional parameters
|
|
89747
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
89748
|
+
*/
|
|
89749
|
+
getTelephonyOrganizationLinkRegions(opts) {
|
|
89750
|
+
opts = opts || {};
|
|
89751
|
+
|
|
89752
|
+
|
|
89753
|
+
return this.apiClient.callApi(
|
|
89754
|
+
'/api/v2/telephony/organization/link/regions',
|
|
89755
|
+
'GET',
|
|
89756
|
+
{ },
|
|
89757
|
+
{ },
|
|
89758
|
+
{ },
|
|
89759
|
+
{ },
|
|
89760
|
+
null,
|
|
89761
|
+
['PureCloud OAuth'],
|
|
89762
|
+
['application/json'],
|
|
89763
|
+
['application/json'],
|
|
89764
|
+
opts['customHeaders']
|
|
89765
|
+
);
|
|
89766
|
+
}
|
|
89767
|
+
|
|
89069
89768
|
/**
|
|
89070
89769
|
* Get the global telephony configuration.
|
|
89071
89770
|
*
|
|
@@ -89221,6 +89920,161 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
89221
89920
|
);
|
|
89222
89921
|
}
|
|
89223
89922
|
|
|
89923
|
+
/**
|
|
89924
|
+
* Approving a requested link
|
|
89925
|
+
*
|
|
89926
|
+
* @param {String} requestingOrganizationId requestingOrganizationId
|
|
89927
|
+
* @param {Object} body Approval request body
|
|
89928
|
+
* @param {Object} opts Optional parameters
|
|
89929
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
89930
|
+
*/
|
|
89931
|
+
patchTelephonyOrganizationLinkApproveRequestingOrganizationId(requestingOrganizationId, body, opts) {
|
|
89932
|
+
opts = opts || {};
|
|
89933
|
+
|
|
89934
|
+
// verify the required parameter 'requestingOrganizationId' is set
|
|
89935
|
+
if (requestingOrganizationId === undefined || requestingOrganizationId === null || requestingOrganizationId === '') {
|
|
89936
|
+
throw 'Missing the required parameter "requestingOrganizationId" when calling patchTelephonyOrganizationLinkApproveRequestingOrganizationId';
|
|
89937
|
+
}
|
|
89938
|
+
// verify the required parameter 'body' is set
|
|
89939
|
+
if (body === undefined || body === null) {
|
|
89940
|
+
throw 'Missing the required parameter "body" when calling patchTelephonyOrganizationLinkApproveRequestingOrganizationId';
|
|
89941
|
+
}
|
|
89942
|
+
|
|
89943
|
+
return this.apiClient.callApi(
|
|
89944
|
+
'/api/v2/telephony/organization/link/approve/{requestingOrganizationId}',
|
|
89945
|
+
'PATCH',
|
|
89946
|
+
{ 'requestingOrganizationId': requestingOrganizationId },
|
|
89947
|
+
{ },
|
|
89948
|
+
{ },
|
|
89949
|
+
{ },
|
|
89950
|
+
body,
|
|
89951
|
+
['PureCloud OAuth'],
|
|
89952
|
+
['application/json'],
|
|
89953
|
+
['application/json'],
|
|
89954
|
+
opts['customHeaders']
|
|
89955
|
+
);
|
|
89956
|
+
}
|
|
89957
|
+
|
|
89958
|
+
/**
|
|
89959
|
+
* Update the routing of numbers for one or multiple organizations
|
|
89960
|
+
*
|
|
89961
|
+
* @param {Array.<Object>} body drRoutingList
|
|
89962
|
+
* @param {Object} opts Optional parameters
|
|
89963
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
89964
|
+
*/
|
|
89965
|
+
postTelephonyNumbersRouting(body, opts) {
|
|
89966
|
+
opts = opts || {};
|
|
89967
|
+
|
|
89968
|
+
// verify the required parameter 'body' is set
|
|
89969
|
+
if (body === undefined || body === null) {
|
|
89970
|
+
throw 'Missing the required parameter "body" when calling postTelephonyNumbersRouting';
|
|
89971
|
+
}
|
|
89972
|
+
|
|
89973
|
+
return this.apiClient.callApi(
|
|
89974
|
+
'/api/v2/telephony/numbers/routing',
|
|
89975
|
+
'POST',
|
|
89976
|
+
{ },
|
|
89977
|
+
{ },
|
|
89978
|
+
{ },
|
|
89979
|
+
{ },
|
|
89980
|
+
body,
|
|
89981
|
+
['PureCloud OAuth'],
|
|
89982
|
+
['application/json'],
|
|
89983
|
+
['application/json'],
|
|
89984
|
+
opts['customHeaders']
|
|
89985
|
+
);
|
|
89986
|
+
}
|
|
89987
|
+
|
|
89988
|
+
/**
|
|
89989
|
+
* Re-route all numbers on an organization
|
|
89990
|
+
*
|
|
89991
|
+
* @param {Object} body Value for all routing request body
|
|
89992
|
+
* @param {Object} opts Optional parameters
|
|
89993
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
89994
|
+
*/
|
|
89995
|
+
postTelephonyNumbersRoutingAll(body, opts) {
|
|
89996
|
+
opts = opts || {};
|
|
89997
|
+
|
|
89998
|
+
// verify the required parameter 'body' is set
|
|
89999
|
+
if (body === undefined || body === null) {
|
|
90000
|
+
throw 'Missing the required parameter "body" when calling postTelephonyNumbersRoutingAll';
|
|
90001
|
+
}
|
|
90002
|
+
|
|
90003
|
+
return this.apiClient.callApi(
|
|
90004
|
+
'/api/v2/telephony/numbers/routing/all',
|
|
90005
|
+
'POST',
|
|
90006
|
+
{ },
|
|
90007
|
+
{ },
|
|
90008
|
+
{ },
|
|
90009
|
+
{ },
|
|
90010
|
+
body,
|
|
90011
|
+
['PureCloud OAuth'],
|
|
90012
|
+
['application/json'],
|
|
90013
|
+
['application/json'],
|
|
90014
|
+
opts['customHeaders']
|
|
90015
|
+
);
|
|
90016
|
+
}
|
|
90017
|
+
|
|
90018
|
+
/**
|
|
90019
|
+
* Reset routing for organization
|
|
90020
|
+
*
|
|
90021
|
+
* @param {Object} body Value for bulk routing request body
|
|
90022
|
+
* @param {Object} opts Optional parameters
|
|
90023
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
90024
|
+
*/
|
|
90025
|
+
postTelephonyNumbersRoutingReset(body, opts) {
|
|
90026
|
+
opts = opts || {};
|
|
90027
|
+
|
|
90028
|
+
// verify the required parameter 'body' is set
|
|
90029
|
+
if (body === undefined || body === null) {
|
|
90030
|
+
throw 'Missing the required parameter "body" when calling postTelephonyNumbersRoutingReset';
|
|
90031
|
+
}
|
|
90032
|
+
|
|
90033
|
+
return this.apiClient.callApi(
|
|
90034
|
+
'/api/v2/telephony/numbers/routing/reset',
|
|
90035
|
+
'POST',
|
|
90036
|
+
{ },
|
|
90037
|
+
{ },
|
|
90038
|
+
{ },
|
|
90039
|
+
{ },
|
|
90040
|
+
body,
|
|
90041
|
+
['PureCloud OAuth'],
|
|
90042
|
+
['application/json'],
|
|
90043
|
+
['application/json'],
|
|
90044
|
+
opts['customHeaders']
|
|
90045
|
+
);
|
|
90046
|
+
}
|
|
90047
|
+
|
|
90048
|
+
/**
|
|
90049
|
+
* Create a link with an organization
|
|
90050
|
+
*
|
|
90051
|
+
* @param {Object} body CreateLinkOrg body
|
|
90052
|
+
* @param {Object} opts Optional parameters
|
|
90053
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
90054
|
+
*/
|
|
90055
|
+
postTelephonyOrganizationLink(body, opts) {
|
|
90056
|
+
opts = opts || {};
|
|
90057
|
+
|
|
90058
|
+
// verify the required parameter 'body' is set
|
|
90059
|
+
if (body === undefined || body === null) {
|
|
90060
|
+
throw 'Missing the required parameter "body" when calling postTelephonyOrganizationLink';
|
|
90061
|
+
}
|
|
90062
|
+
|
|
90063
|
+
return this.apiClient.callApi(
|
|
90064
|
+
'/api/v2/telephony/organization/link',
|
|
90065
|
+
'POST',
|
|
90066
|
+
{ },
|
|
90067
|
+
{ },
|
|
90068
|
+
{ },
|
|
90069
|
+
{ },
|
|
90070
|
+
body,
|
|
90071
|
+
['PureCloud OAuth'],
|
|
90072
|
+
['application/json'],
|
|
90073
|
+
['application/json'],
|
|
90074
|
+
opts['customHeaders']
|
|
90075
|
+
);
|
|
90076
|
+
}
|
|
90077
|
+
|
|
89224
90078
|
/**
|
|
89225
90079
|
* Request a download of a pcap file to S3
|
|
89226
90080
|
*
|
|
@@ -89352,7 +90206,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
89352
90206
|
/**
|
|
89353
90207
|
* TelephonyProvidersEdge service.
|
|
89354
90208
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
89355
|
-
* @version
|
|
90209
|
+
* @version 254.0.0
|
|
89356
90210
|
*/
|
|
89357
90211
|
|
|
89358
90212
|
/**
|
|
@@ -93330,7 +94184,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
93330
94184
|
/**
|
|
93331
94185
|
* Textbots service.
|
|
93332
94186
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
93333
|
-
* @version
|
|
94187
|
+
* @version 254.0.0
|
|
93334
94188
|
*/
|
|
93335
94189
|
|
|
93336
94190
|
/**
|
|
@@ -93476,7 +94330,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
93476
94330
|
/**
|
|
93477
94331
|
* Tokens service.
|
|
93478
94332
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
93479
|
-
* @version
|
|
94333
|
+
* @version 254.0.0
|
|
93480
94334
|
*/
|
|
93481
94335
|
|
|
93482
94336
|
/**
|
|
@@ -93654,7 +94508,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
93654
94508
|
/**
|
|
93655
94509
|
* Uploads service.
|
|
93656
94510
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
93657
|
-
* @version
|
|
94511
|
+
* @version 254.0.0
|
|
93658
94512
|
*/
|
|
93659
94513
|
|
|
93660
94514
|
/**
|
|
@@ -94025,7 +94879,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
94025
94879
|
/**
|
|
94026
94880
|
* Usage service.
|
|
94027
94881
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
94028
|
-
* @version
|
|
94882
|
+
* @version 254.0.0
|
|
94029
94883
|
*/
|
|
94030
94884
|
|
|
94031
94885
|
/**
|
|
@@ -94403,7 +95257,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
94403
95257
|
/**
|
|
94404
95258
|
* UserRecordings service.
|
|
94405
95259
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
94406
|
-
* @version
|
|
95260
|
+
* @version 254.0.0
|
|
94407
95261
|
*/
|
|
94408
95262
|
|
|
94409
95263
|
/**
|
|
@@ -94605,7 +95459,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
94605
95459
|
/**
|
|
94606
95460
|
* Users service.
|
|
94607
95461
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
94608
|
-
* @version
|
|
95462
|
+
* @version 254.0.0
|
|
94609
95463
|
*/
|
|
94610
95464
|
|
|
94611
95465
|
/**
|
|
@@ -94626,7 +95480,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
94626
95480
|
* @param {String} jobId jobId
|
|
94627
95481
|
* @param {Object} opts Optional parameters
|
|
94628
95482
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
94629
|
-
* deleteAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
94630
95483
|
*/
|
|
94631
95484
|
deleteAnalyticsUsersAggregatesJob(jobId, opts) {
|
|
94632
95485
|
opts = opts || {};
|
|
@@ -95137,7 +95990,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
95137
95990
|
* @param {String} jobId jobId
|
|
95138
95991
|
* @param {Object} opts Optional parameters
|
|
95139
95992
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
95140
|
-
* getAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
95141
95993
|
*/
|
|
95142
95994
|
getAnalyticsUsersAggregatesJob(jobId, opts) {
|
|
95143
95995
|
opts = opts || {};
|
|
@@ -95169,7 +96021,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
95169
96021
|
* @param {Object} opts Optional parameters
|
|
95170
96022
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
95171
96023
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
95172
|
-
* getAnalyticsUsersAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
95173
96024
|
*/
|
|
95174
96025
|
getAnalyticsUsersAggregatesJobResults(jobId, opts) {
|
|
95175
96026
|
opts = opts || {};
|
|
@@ -97317,7 +98168,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
97317
98168
|
* @param {Object} body query
|
|
97318
98169
|
* @param {Object} opts Optional parameters
|
|
97319
98170
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
97320
|
-
* postAnalyticsUsersAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
97321
98171
|
*/
|
|
97322
98172
|
postAnalyticsUsersAggregatesJobs(body, opts) {
|
|
97323
98173
|
opts = opts || {};
|
|
@@ -98624,7 +99474,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
98624
99474
|
/**
|
|
98625
99475
|
* UsersRules service.
|
|
98626
99476
|
* @module purecloud-platform-client-v2/api/UsersRulesApi
|
|
98627
|
-
* @version
|
|
99477
|
+
* @version 254.0.0
|
|
98628
99478
|
*/
|
|
98629
99479
|
|
|
98630
99480
|
/**
|
|
@@ -98941,7 +99791,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
98941
99791
|
/**
|
|
98942
99792
|
* Utilities service.
|
|
98943
99793
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
98944
|
-
* @version
|
|
99794
|
+
* @version 254.0.0
|
|
98945
99795
|
*/
|
|
98946
99796
|
|
|
98947
99797
|
/**
|
|
@@ -99069,7 +99919,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
99069
99919
|
/**
|
|
99070
99920
|
* Voicemail service.
|
|
99071
99921
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
99072
|
-
* @version
|
|
99922
|
+
* @version 254.0.0
|
|
99073
99923
|
*/
|
|
99074
99924
|
|
|
99075
99925
|
/**
|
|
@@ -99899,7 +100749,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
99899
100749
|
/**
|
|
99900
100750
|
* WebChat service.
|
|
99901
100751
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
99902
|
-
* @version
|
|
100752
|
+
* @version 254.0.0
|
|
99903
100753
|
*/
|
|
99904
100754
|
|
|
99905
100755
|
/**
|
|
@@ -100551,7 +101401,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
100551
101401
|
/**
|
|
100552
101402
|
* WebDeployments service.
|
|
100553
101403
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
100554
|
-
* @version
|
|
101404
|
+
* @version 254.0.0
|
|
100555
101405
|
*/
|
|
100556
101406
|
|
|
100557
101407
|
/**
|
|
@@ -101229,7 +102079,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
101229
102079
|
/**
|
|
101230
102080
|
* WebMessaging service.
|
|
101231
102081
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
101232
|
-
* @version
|
|
102082
|
+
* @version 254.0.0
|
|
101233
102083
|
*/
|
|
101234
102084
|
|
|
101235
102085
|
/**
|
|
@@ -101392,7 +102242,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
101392
102242
|
/**
|
|
101393
102243
|
* Widgets service.
|
|
101394
102244
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
101395
|
-
* @version
|
|
102245
|
+
* @version 254.0.0
|
|
101396
102246
|
*/
|
|
101397
102247
|
|
|
101398
102248
|
/**
|
|
@@ -101568,7 +102418,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
101568
102418
|
/**
|
|
101569
102419
|
* WorkforceManagement service.
|
|
101570
102420
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
101571
|
-
* @version
|
|
102421
|
+
* @version 254.0.0
|
|
101572
102422
|
*/
|
|
101573
102423
|
|
|
101574
102424
|
/**
|
|
@@ -104089,6 +104939,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
104089
104939
|
* @param {Object} opts Optional parameters
|
|
104090
104940
|
* @param {String} opts.managementUnitId The ID of the management unit to get management unit specific staffing groups
|
|
104091
104941
|
* @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
|
|
104942
|
+
* @param {Array.<String>} opts.expand Include to access additional data for the time-off plans
|
|
104092
104943
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
104093
104944
|
*/
|
|
104094
104945
|
getWorkforcemanagementBusinessunitTimeoffplans(businessUnitId, opts) {
|
|
@@ -104103,7 +104954,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
104103
104954
|
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans',
|
|
104104
104955
|
'GET',
|
|
104105
104956
|
{ 'businessUnitId': businessUnitId },
|
|
104106
|
-
{ 'managementUnitId': opts['managementUnitId'],'forceDownloadService': opts['forceDownloadService'] },
|
|
104957
|
+
{ 'managementUnitId': opts['managementUnitId'],'forceDownloadService': opts['forceDownloadService'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
104107
104958
|
{ },
|
|
104108
104959
|
{ },
|
|
104109
104960
|
null,
|
|
@@ -104403,6 +105254,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
104403
105254
|
* @param {String} businessUnitId The ID of the business unit
|
|
104404
105255
|
* @param {String} weekId First day of schedule week in yyyy-MM-dd format, or 'recent' (without quotes) to get recent schedules
|
|
104405
105256
|
* @param {Object} opts Optional parameters
|
|
105257
|
+
* @param {String} opts.earliestWeekDate If weekId == 'recent', specify the earliest schedule start week date (inclusive) to include in the 'recent' range, in yyyy-MM-dd format. Ignored if weekId != 'recent'. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
105258
|
+
* @param {String} opts.latestWeekDate If weekId == 'recent', specify the latest schedule start week date (inclusive) to include in the 'recent' range, in yyyy-MM-dd format. Ignored if weekId != 'recent'. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
104406
105259
|
* @param {Boolean} opts.includeOnlyPublished includeOnlyPublished
|
|
104407
105260
|
* @param {Object} opts.expand expand
|
|
104408
105261
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
@@ -104423,7 +105276,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
104423
105276
|
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules',
|
|
104424
105277
|
'GET',
|
|
104425
105278
|
{ 'businessUnitId': businessUnitId,'weekId': weekId },
|
|
104426
|
-
{ 'includeOnlyPublished': opts['includeOnlyPublished'],'expand': opts['expand'] },
|
|
105279
|
+
{ 'earliestWeekDate': opts['earliestWeekDate'],'latestWeekDate': opts['latestWeekDate'],'includeOnlyPublished': opts['includeOnlyPublished'],'expand': opts['expand'] },
|
|
104427
105280
|
{ },
|
|
104428
105281
|
{ },
|
|
104429
105282
|
null,
|
|
@@ -111257,6 +112110,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
111257
112110
|
* @param {String} userId The id of the user for whom the time off request estimate is requested
|
|
111258
112111
|
* @param {Object} body body
|
|
111259
112112
|
* @param {Object} opts Optional parameters
|
|
112113
|
+
* @param {Object} opts.includeOnly Limit response to the specified field
|
|
111260
112114
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
111261
112115
|
*/
|
|
111262
112116
|
postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate(managementUnitId, userId, body, opts) {
|
|
@@ -111279,7 +112133,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
111279
112133
|
'/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/estimate',
|
|
111280
112134
|
'POST',
|
|
111281
112135
|
{ 'managementUnitId': managementUnitId,'userId': userId },
|
|
111282
|
-
{
|
|
112136
|
+
{ 'includeOnly': opts['includeOnly'] },
|
|
111283
112137
|
{ },
|
|
111284
112138
|
{ },
|
|
111285
112139
|
body,
|
|
@@ -112076,6 +112930,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
112076
112930
|
*
|
|
112077
112931
|
* @param {Object} body body
|
|
112078
112932
|
* @param {Object} opts Optional parameters
|
|
112933
|
+
* @param {Object} opts.includeOnly Limit response to the specified field
|
|
112079
112934
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
112080
112935
|
*/
|
|
112081
112936
|
postWorkforcemanagementTimeoffrequestsEstimate(body, opts) {
|
|
@@ -112090,7 +112945,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
112090
112945
|
'/api/v2/workforcemanagement/timeoffrequests/estimate',
|
|
112091
112946
|
'POST',
|
|
112092
112947
|
{ },
|
|
112093
|
-
{
|
|
112948
|
+
{ 'includeOnly': opts['includeOnly'] },
|
|
112094
112949
|
{ },
|
|
112095
112950
|
{ },
|
|
112096
112951
|
body,
|
|
@@ -112337,7 +113192,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
112337
113192
|
* </pre>
|
|
112338
113193
|
* </p>
|
|
112339
113194
|
* @module purecloud-platform-client-v2/index
|
|
112340
|
-
* @version
|
|
113195
|
+
* @version 254.0.0
|
|
112341
113196
|
*/
|
|
112342
113197
|
class platformClient {
|
|
112343
113198
|
constructor() {
|