purecloud-platform-client-v2 234.0.0 → 235.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 +276 -198
- package/dist/web-amd/purecloud-platform-client-v2.js +276 -198
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +180 -127
- package/dist/web-cjs/purecloud-platform-client-v2.js +180 -127
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +671 -561
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +45 -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 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.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/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +51 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +2 -8
- 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 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +46 -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/JourneyApi.js +1 -1
- 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 +51 -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 -107
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.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 +1 -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 -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 +3 -2
- 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 235.0.0
|
|
749
749
|
*/
|
|
750
750
|
class ApiClient {
|
|
751
751
|
/**
|
|
@@ -948,6 +948,50 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
948
948
|
this.config.setEnvironment(environment);
|
|
949
949
|
}
|
|
950
950
|
|
|
951
|
+
/**
|
|
952
|
+
* @description Sets the optional http headers used by the client
|
|
953
|
+
* @param {object} newHeaders - default headers to be used
|
|
954
|
+
*/
|
|
955
|
+
setDefaultHeaders(newHeaders) {
|
|
956
|
+
if (!newHeaders || !(typeof newHeaders === 'object')) {
|
|
957
|
+
throw new Error("default headers must be a map");
|
|
958
|
+
}
|
|
959
|
+
this.defaultHeaders = newHeaders;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
/**
|
|
963
|
+
* @description Gets the default http headers used by the client
|
|
964
|
+
*/
|
|
965
|
+
getDefaultHeaders() {
|
|
966
|
+
return this.defaultHeaders;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
/**
|
|
970
|
+
* @description Sets the optional Genesys-App http header used by the client
|
|
971
|
+
* @param {string} headerValue - value for the Genesys-App header
|
|
972
|
+
*/
|
|
973
|
+
setGenesysAppHeader(headerValue) {
|
|
974
|
+
if (!headerValue || !(typeof headerValue === 'string')) throw new Error("headerValue must be a non empty string");
|
|
975
|
+
if (!this.defaultHeaders) {
|
|
976
|
+
this.defaultHeaders = {
|
|
977
|
+
"Genesys-App": headerValue
|
|
978
|
+
};
|
|
979
|
+
} else {
|
|
980
|
+
this.defaultHeaders["Genesys-App"] = headerValue;
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
/**
|
|
985
|
+
* @description Gets the Genesys-App http header used by the client
|
|
986
|
+
*/
|
|
987
|
+
getGenesysAppHeader() {
|
|
988
|
+
if (this.defaultHeaders && this.defaultHeaders["Genesys-App"]) {
|
|
989
|
+
return this.defaultHeaders["Genesys-App"];
|
|
990
|
+
} else {
|
|
991
|
+
return null;
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
|
|
951
995
|
/**
|
|
952
996
|
* @description Sets the dynamic HttpClient used by the client
|
|
953
997
|
* @param {object} httpClient - HttpClient to be injected
|
|
@@ -2314,7 +2358,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
2314
2358
|
/**
|
|
2315
2359
|
* AIStudio service.
|
|
2316
2360
|
* @module purecloud-platform-client-v2/api/AIStudioApi
|
|
2317
|
-
* @version
|
|
2361
|
+
* @version 235.0.0
|
|
2318
2362
|
*/
|
|
2319
2363
|
|
|
2320
2364
|
/**
|
|
@@ -2886,7 +2930,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
2886
2930
|
/**
|
|
2887
2931
|
* AgentAssistants service.
|
|
2888
2932
|
* @module purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
2889
|
-
* @version
|
|
2933
|
+
* @version 235.0.0
|
|
2890
2934
|
*/
|
|
2891
2935
|
|
|
2892
2936
|
/**
|
|
@@ -3372,7 +3416,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3372
3416
|
/**
|
|
3373
3417
|
* AgentCopilot service.
|
|
3374
3418
|
* @module purecloud-platform-client-v2/api/AgentCopilotApi
|
|
3375
|
-
* @version
|
|
3419
|
+
* @version 235.0.0
|
|
3376
3420
|
*/
|
|
3377
3421
|
|
|
3378
3422
|
/**
|
|
@@ -3472,7 +3516,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3472
3516
|
/**
|
|
3473
3517
|
* AgentUI service.
|
|
3474
3518
|
* @module purecloud-platform-client-v2/api/AgentUIApi
|
|
3475
|
-
* @version
|
|
3519
|
+
* @version 235.0.0
|
|
3476
3520
|
*/
|
|
3477
3521
|
|
|
3478
3522
|
/**
|
|
@@ -3603,7 +3647,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3603
3647
|
/**
|
|
3604
3648
|
* Alerting service.
|
|
3605
3649
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
3606
|
-
* @version
|
|
3650
|
+
* @version 235.0.0
|
|
3607
3651
|
*/
|
|
3608
3652
|
|
|
3609
3653
|
/**
|
|
@@ -4004,7 +4048,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4004
4048
|
/**
|
|
4005
4049
|
* Analytics service.
|
|
4006
4050
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
4007
|
-
* @version
|
|
4051
|
+
* @version 235.0.0
|
|
4008
4052
|
*/
|
|
4009
4053
|
|
|
4010
4054
|
/**
|
|
@@ -7272,7 +7316,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7272
7316
|
/**
|
|
7273
7317
|
* Architect service.
|
|
7274
7318
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
7275
|
-
* @version
|
|
7319
|
+
* @version 235.0.0
|
|
7276
7320
|
*/
|
|
7277
7321
|
|
|
7278
7322
|
/**
|
|
@@ -11567,7 +11611,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
11567
11611
|
/**
|
|
11568
11612
|
* Audit service.
|
|
11569
11613
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
11570
|
-
* @version
|
|
11614
|
+
* @version 235.0.0
|
|
11571
11615
|
*/
|
|
11572
11616
|
|
|
11573
11617
|
/**
|
|
@@ -11768,7 +11812,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
11768
11812
|
/**
|
|
11769
11813
|
* Authorization service.
|
|
11770
11814
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
11771
|
-
* @version
|
|
11815
|
+
* @version 235.0.0
|
|
11772
11816
|
*/
|
|
11773
11817
|
|
|
11774
11818
|
/**
|
|
@@ -13483,7 +13527,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13483
13527
|
/**
|
|
13484
13528
|
* Billing service.
|
|
13485
13529
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
13486
|
-
* @version
|
|
13530
|
+
* @version 235.0.0
|
|
13487
13531
|
*/
|
|
13488
13532
|
|
|
13489
13533
|
/**
|
|
@@ -13739,7 +13783,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13739
13783
|
/**
|
|
13740
13784
|
* BusinessRules service.
|
|
13741
13785
|
* @module purecloud-platform-client-v2/api/BusinessRulesApi
|
|
13742
|
-
* @version
|
|
13786
|
+
* @version 235.0.0
|
|
13743
13787
|
*/
|
|
13744
13788
|
|
|
13745
13789
|
/**
|
|
@@ -14626,7 +14670,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14626
14670
|
/**
|
|
14627
14671
|
* CarrierServices service.
|
|
14628
14672
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
14629
|
-
* @version
|
|
14673
|
+
* @version 235.0.0
|
|
14630
14674
|
*/
|
|
14631
14675
|
|
|
14632
14676
|
/**
|
|
@@ -14696,7 +14740,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14696
14740
|
/**
|
|
14697
14741
|
* Chat service.
|
|
14698
14742
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
14699
|
-
* @version
|
|
14743
|
+
* @version 235.0.0
|
|
14700
14744
|
*/
|
|
14701
14745
|
|
|
14702
14746
|
/**
|
|
@@ -15677,7 +15721,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15677
15721
|
/**
|
|
15678
15722
|
* Coaching service.
|
|
15679
15723
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
15680
|
-
* @version
|
|
15724
|
+
* @version 235.0.0
|
|
15681
15725
|
*/
|
|
15682
15726
|
|
|
15683
15727
|
/**
|
|
@@ -15988,6 +16032,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15988
16032
|
);
|
|
15989
16033
|
}
|
|
15990
16034
|
|
|
16035
|
+
/**
|
|
16036
|
+
* Retrieve the status of the job for the slots where a coaching appointment can be scheduled.
|
|
16037
|
+
*
|
|
16038
|
+
* @param {String} jobId The ID of job
|
|
16039
|
+
*/
|
|
16040
|
+
getCoachingScheduleslotsJob(jobId) {
|
|
16041
|
+
// verify the required parameter 'jobId' is set
|
|
16042
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
16043
|
+
throw 'Missing the required parameter "jobId" when calling getCoachingScheduleslotsJob';
|
|
16044
|
+
}
|
|
16045
|
+
|
|
16046
|
+
return this.apiClient.callApi(
|
|
16047
|
+
'/api/v2/coaching/scheduleslots/jobs/{jobId}',
|
|
16048
|
+
'GET',
|
|
16049
|
+
{ 'jobId': jobId },
|
|
16050
|
+
{ },
|
|
16051
|
+
{ },
|
|
16052
|
+
{ },
|
|
16053
|
+
null,
|
|
16054
|
+
['PureCloud OAuth'],
|
|
16055
|
+
['application/json'],
|
|
16056
|
+
['application/json']
|
|
16057
|
+
);
|
|
16058
|
+
}
|
|
16059
|
+
|
|
15991
16060
|
/**
|
|
15992
16061
|
* Update an existing appointment
|
|
15993
16062
|
* Permission not required if you are the creator or facilitator of the appointment
|
|
@@ -16223,6 +16292,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16223
16292
|
);
|
|
16224
16293
|
}
|
|
16225
16294
|
|
|
16295
|
+
/**
|
|
16296
|
+
* Start job to retrieve the slots where a coaching appointment can be scheduled.
|
|
16297
|
+
*
|
|
16298
|
+
* @param {Object} body The slots search request
|
|
16299
|
+
*/
|
|
16300
|
+
postCoachingScheduleslotsJobs(body) {
|
|
16301
|
+
// verify the required parameter 'body' is set
|
|
16302
|
+
if (body === undefined || body === null) {
|
|
16303
|
+
throw 'Missing the required parameter "body" when calling postCoachingScheduleslotsJobs';
|
|
16304
|
+
}
|
|
16305
|
+
|
|
16306
|
+
return this.apiClient.callApi(
|
|
16307
|
+
'/api/v2/coaching/scheduleslots/jobs',
|
|
16308
|
+
'POST',
|
|
16309
|
+
{ },
|
|
16310
|
+
{ },
|
|
16311
|
+
{ },
|
|
16312
|
+
{ },
|
|
16313
|
+
body,
|
|
16314
|
+
['PureCloud OAuth'],
|
|
16315
|
+
['application/json'],
|
|
16316
|
+
['application/json']
|
|
16317
|
+
);
|
|
16318
|
+
}
|
|
16319
|
+
|
|
16226
16320
|
/**
|
|
16227
16321
|
* Get list of possible slots where a coaching appointment can be scheduled.
|
|
16228
16322
|
*
|
|
@@ -16254,7 +16348,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16254
16348
|
/**
|
|
16255
16349
|
* ContentManagement service.
|
|
16256
16350
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
16257
|
-
* @version
|
|
16351
|
+
* @version 235.0.0
|
|
16258
16352
|
*/
|
|
16259
16353
|
|
|
16260
16354
|
/**
|
|
@@ -17335,7 +17429,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17335
17429
|
/**
|
|
17336
17430
|
* Conversations service.
|
|
17337
17431
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
17338
|
-
* @version
|
|
17432
|
+
* @version 235.0.0
|
|
17339
17433
|
*/
|
|
17340
17434
|
|
|
17341
17435
|
/**
|
|
@@ -18007,7 +18101,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18007
18101
|
* @param {String} conversationId conversationId
|
|
18008
18102
|
* @param {String} communicationId communicationId
|
|
18009
18103
|
* @param {String} messageId messageId
|
|
18010
|
-
* getConversationCommunicationInternalmessage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18011
18104
|
*/
|
|
18012
18105
|
getConversationCommunicationInternalmessage(conversationId, communicationId, messageId) {
|
|
18013
18106
|
// verify the required parameter 'conversationId' is set
|
|
@@ -18045,7 +18138,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18045
18138
|
* @param {Object} opts Optional parameters
|
|
18046
18139
|
* @param {Number} opts.pageSize Indicates maximum number of results in response. Default page size is 25 results. The maximum page size is 200. (default to 25)
|
|
18047
18140
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
18048
|
-
* getConversationCommunicationInternalmessages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
18049
18141
|
*/
|
|
18050
18142
|
getConversationCommunicationInternalmessages(conversationId, communicationId, opts) {
|
|
18051
18143
|
opts = opts || {};
|
|
@@ -19307,7 +19399,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19307
19399
|
* Get internal message conversation
|
|
19308
19400
|
*
|
|
19309
19401
|
* @param {String} conversationId conversationId
|
|
19310
|
-
* getConversationsInternalmessage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
19311
19402
|
*/
|
|
19312
19403
|
getConversationsInternalmessage(conversationId) {
|
|
19313
19404
|
// verify the required parameter 'conversationId' is set
|
|
@@ -19332,7 +19423,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19332
19423
|
/**
|
|
19333
19424
|
* Get active internal message conversations for the logged in user
|
|
19334
19425
|
*
|
|
19335
|
-
* getConversationsInternalmessages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
19336
19426
|
*/
|
|
19337
19427
|
getConversationsInternalmessages() {
|
|
19338
19428
|
|
|
@@ -22531,7 +22621,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22531
22621
|
* @param {String} conversationId conversationId
|
|
22532
22622
|
* @param {String} communicationId communicationId
|
|
22533
22623
|
* @param {Object} body Message
|
|
22534
|
-
* postConversationCommunicationInternalmessages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
22535
22624
|
*/
|
|
22536
22625
|
postConversationCommunicationInternalmessages(conversationId, communicationId, body) {
|
|
22537
22626
|
// verify the required parameter 'conversationId' is set
|
|
@@ -22660,7 +22749,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22660
22749
|
* @param {String} conversationId conversation ID
|
|
22661
22750
|
* @param {String} participantId participant ID
|
|
22662
22751
|
* @param {Object} body Confer request
|
|
22663
|
-
* postConversationParticipantInternalmessagesUsersCommunications is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
22664
22752
|
*/
|
|
22665
22753
|
postConversationParticipantInternalmessagesUsersCommunications(conversationId, participantId, body) {
|
|
22666
22754
|
// verify the required parameter 'conversationId' is set
|
|
@@ -24570,7 +24658,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24570
24658
|
|
|
24571
24659
|
/**
|
|
24572
24660
|
* Get messages in batch
|
|
24573
|
-
* The path parameter [conversationId] should contain the conversationId of the conversation being filtered. The body should contain the messageId(s) of messages being requested. For example: ["a3069a33b-bbb1-4703-9d68-061d9e9db96e", "55bc6be3-078c-4a49-a4e6-1e05776ed7e8"]
|
|
24661
|
+
* The path parameter [conversationId] should contain the conversationId of the conversation being filtered. The body should contain the messageId(s) of messages being requested. For example: ["a3069a33b-bbb1-4703-9d68-061d9e9db96e", "55bc6be3-078c-4a49-a4e6-1e05776ed7e8"]. The max messages you can request in the body is 1,000. Best practice is to limit to only the messages you need in each request, rather than request large batches by default.
|
|
24574
24662
|
* @param {String} conversationId
|
|
24575
24663
|
* @param {Object} opts Optional parameters
|
|
24576
24664
|
* @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media) (default to false)
|
|
@@ -25932,7 +26020,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25932
26020
|
/**
|
|
25933
26021
|
* DataExtensions service.
|
|
25934
26022
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
25935
|
-
* @version
|
|
26023
|
+
* @version 235.0.0
|
|
25936
26024
|
*/
|
|
25937
26025
|
|
|
25938
26026
|
/**
|
|
@@ -26018,7 +26106,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26018
26106
|
/**
|
|
26019
26107
|
* DataPrivacy service.
|
|
26020
26108
|
* @module purecloud-platform-client-v2/api/DataPrivacyApi
|
|
26021
|
-
* @version
|
|
26109
|
+
* @version 235.0.0
|
|
26022
26110
|
*/
|
|
26023
26111
|
|
|
26024
26112
|
/**
|
|
@@ -26188,7 +26276,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26188
26276
|
/**
|
|
26189
26277
|
* Downloads service.
|
|
26190
26278
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
26191
|
-
* @version
|
|
26279
|
+
* @version 235.0.0
|
|
26192
26280
|
*/
|
|
26193
26281
|
|
|
26194
26282
|
/**
|
|
@@ -26240,7 +26328,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26240
26328
|
/**
|
|
26241
26329
|
* Emails service.
|
|
26242
26330
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
26243
|
-
* @version
|
|
26331
|
+
* @version 235.0.0
|
|
26244
26332
|
*/
|
|
26245
26333
|
|
|
26246
26334
|
/**
|
|
@@ -26369,7 +26457,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26369
26457
|
/**
|
|
26370
26458
|
* EmployeeEngagement service.
|
|
26371
26459
|
* @module purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
26372
|
-
* @version
|
|
26460
|
+
* @version 235.0.0
|
|
26373
26461
|
*/
|
|
26374
26462
|
|
|
26375
26463
|
/**
|
|
@@ -26520,7 +26608,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26520
26608
|
/**
|
|
26521
26609
|
* Events service.
|
|
26522
26610
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
26523
|
-
* @version
|
|
26611
|
+
* @version 235.0.0
|
|
26524
26612
|
*/
|
|
26525
26613
|
|
|
26526
26614
|
/**
|
|
@@ -26616,7 +26704,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26616
26704
|
/**
|
|
26617
26705
|
* ExternalContacts service.
|
|
26618
26706
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
26619
|
-
* @version
|
|
26707
|
+
* @version 235.0.0
|
|
26620
26708
|
*/
|
|
26621
26709
|
|
|
26622
26710
|
/**
|
|
@@ -29863,7 +29951,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
29863
29951
|
/**
|
|
29864
29952
|
* Fax service.
|
|
29865
29953
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
29866
|
-
* @version
|
|
29954
|
+
* @version 235.0.0
|
|
29867
29955
|
*/
|
|
29868
29956
|
|
|
29869
29957
|
/**
|
|
@@ -30078,7 +30166,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
30078
30166
|
/**
|
|
30079
30167
|
* Flows service.
|
|
30080
30168
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
30081
|
-
* @version
|
|
30169
|
+
* @version 235.0.0
|
|
30082
30170
|
*/
|
|
30083
30171
|
|
|
30084
30172
|
/**
|
|
@@ -30287,7 +30375,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
30287
30375
|
/**
|
|
30288
30376
|
* Gamification service.
|
|
30289
30377
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
30290
|
-
* @version
|
|
30378
|
+
* @version 235.0.0
|
|
30291
30379
|
*/
|
|
30292
30380
|
|
|
30293
30381
|
/**
|
|
@@ -30842,6 +30930,51 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
30842
30930
|
);
|
|
30843
30931
|
}
|
|
30844
30932
|
|
|
30933
|
+
/**
|
|
30934
|
+
* Query managers in a profile during a period of time
|
|
30935
|
+
*
|
|
30936
|
+
* @param {Object} filterType Filter type for the query request.
|
|
30937
|
+
* @param {String} filterId ID for the filter type.
|
|
30938
|
+
* @param {Object} granularity Granularity
|
|
30939
|
+
* @param {String} startWorkday The start work day. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
30940
|
+
* @param {Object} opts Optional parameters
|
|
30941
|
+
* @param {Number} opts.pageSize Page size (default to 100)
|
|
30942
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
30943
|
+
*/
|
|
30944
|
+
getGamificationInsightsManagers(filterType, filterId, granularity, startWorkday, opts) {
|
|
30945
|
+
opts = opts || {};
|
|
30946
|
+
|
|
30947
|
+
// verify the required parameter 'filterType' is set
|
|
30948
|
+
if (filterType === undefined || filterType === null) {
|
|
30949
|
+
throw 'Missing the required parameter "filterType" when calling getGamificationInsightsManagers';
|
|
30950
|
+
}
|
|
30951
|
+
// verify the required parameter 'filterId' is set
|
|
30952
|
+
if (filterId === undefined || filterId === null) {
|
|
30953
|
+
throw 'Missing the required parameter "filterId" when calling getGamificationInsightsManagers';
|
|
30954
|
+
}
|
|
30955
|
+
// verify the required parameter 'granularity' is set
|
|
30956
|
+
if (granularity === undefined || granularity === null) {
|
|
30957
|
+
throw 'Missing the required parameter "granularity" when calling getGamificationInsightsManagers';
|
|
30958
|
+
}
|
|
30959
|
+
// verify the required parameter 'startWorkday' is set
|
|
30960
|
+
if (startWorkday === undefined || startWorkday === null) {
|
|
30961
|
+
throw 'Missing the required parameter "startWorkday" when calling getGamificationInsightsManagers';
|
|
30962
|
+
}
|
|
30963
|
+
|
|
30964
|
+
return this.apiClient.callApi(
|
|
30965
|
+
'/api/v2/gamification/insights/managers',
|
|
30966
|
+
'GET',
|
|
30967
|
+
{ },
|
|
30968
|
+
{ 'filterType': filterType,'filterId': filterId,'granularity': granularity,'startWorkday': startWorkday,'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
|
|
30969
|
+
{ },
|
|
30970
|
+
{ },
|
|
30971
|
+
null,
|
|
30972
|
+
['PureCloud OAuth'],
|
|
30973
|
+
['application/json'],
|
|
30974
|
+
['application/json']
|
|
30975
|
+
);
|
|
30976
|
+
}
|
|
30977
|
+
|
|
30845
30978
|
/**
|
|
30846
30979
|
* Query users in a profile during a period of time
|
|
30847
30980
|
*
|
|
@@ -32800,7 +32933,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
32800
32933
|
/**
|
|
32801
32934
|
* GeneralDataProtectionRegulation service.
|
|
32802
32935
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
32803
|
-
* @version
|
|
32936
|
+
* @version 235.0.0
|
|
32804
32937
|
*/
|
|
32805
32938
|
|
|
32806
32939
|
/**
|
|
@@ -32930,7 +33063,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
32930
33063
|
/**
|
|
32931
33064
|
* Geolocation service.
|
|
32932
33065
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
32933
|
-
* @version
|
|
33066
|
+
* @version 235.0.0
|
|
32934
33067
|
*/
|
|
32935
33068
|
|
|
32936
33069
|
/**
|
|
@@ -33061,7 +33194,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33061
33194
|
/**
|
|
33062
33195
|
* Greetings service.
|
|
33063
33196
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
33064
|
-
* @version
|
|
33197
|
+
* @version 235.0.0
|
|
33065
33198
|
*/
|
|
33066
33199
|
|
|
33067
33200
|
/**
|
|
@@ -33603,7 +33736,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33603
33736
|
/**
|
|
33604
33737
|
* Groups service.
|
|
33605
33738
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
33606
|
-
* @version
|
|
33739
|
+
* @version 235.0.0
|
|
33607
33740
|
*/
|
|
33608
33741
|
|
|
33609
33742
|
/**
|
|
@@ -34122,7 +34255,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34122
34255
|
/**
|
|
34123
34256
|
* IdentityProvider service.
|
|
34124
34257
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
34125
|
-
* @version
|
|
34258
|
+
* @version 235.0.0
|
|
34126
34259
|
*/
|
|
34127
34260
|
|
|
34128
34261
|
/**
|
|
@@ -34983,7 +35116,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34983
35116
|
/**
|
|
34984
35117
|
* InfrastructureAsCode service.
|
|
34985
35118
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
34986
|
-
* @version
|
|
35119
|
+
* @version 235.0.0
|
|
34987
35120
|
*/
|
|
34988
35121
|
|
|
34989
35122
|
/**
|
|
@@ -35150,7 +35283,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35150
35283
|
/**
|
|
35151
35284
|
* Integrations service.
|
|
35152
35285
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
35153
|
-
* @version
|
|
35286
|
+
* @version 235.0.0
|
|
35154
35287
|
*/
|
|
35155
35288
|
|
|
35156
35289
|
/**
|
|
@@ -37798,7 +37931,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37798
37931
|
/**
|
|
37799
37932
|
* Journey service.
|
|
37800
37933
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
37801
|
-
* @version
|
|
37934
|
+
* @version 235.0.0
|
|
37802
37935
|
*/
|
|
37803
37936
|
|
|
37804
37937
|
/**
|
|
@@ -39895,7 +40028,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39895
40028
|
/**
|
|
39896
40029
|
* Knowledge service.
|
|
39897
40030
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
39898
|
-
* @version
|
|
40031
|
+
* @version 235.0.0
|
|
39899
40032
|
*/
|
|
39900
40033
|
|
|
39901
40034
|
/**
|
|
@@ -42978,7 +43111,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
42978
43111
|
/**
|
|
42979
43112
|
* LanguageUnderstanding service.
|
|
42980
43113
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
42981
|
-
* @version
|
|
43114
|
+
* @version 235.0.0
|
|
42982
43115
|
*/
|
|
42983
43116
|
|
|
42984
43117
|
/**
|
|
@@ -44197,7 +44330,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44197
44330
|
/**
|
|
44198
44331
|
* Languages service.
|
|
44199
44332
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
44200
|
-
* @version
|
|
44333
|
+
* @version 235.0.0
|
|
44201
44334
|
*/
|
|
44202
44335
|
|
|
44203
44336
|
/**
|
|
@@ -44419,7 +44552,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44419
44552
|
/**
|
|
44420
44553
|
* Learning service.
|
|
44421
44554
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
44422
|
-
* @version
|
|
44555
|
+
* @version 235.0.0
|
|
44423
44556
|
*/
|
|
44424
44557
|
|
|
44425
44558
|
/**
|
|
@@ -44860,6 +44993,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44860
44993
|
);
|
|
44861
44994
|
}
|
|
44862
44995
|
|
|
44996
|
+
/**
|
|
44997
|
+
* Retrieve the status of the job for the slots where a learning activity can be scheduled.
|
|
44998
|
+
*
|
|
44999
|
+
* @param {String} jobId The ID of the job
|
|
45000
|
+
*/
|
|
45001
|
+
getLearningScheduleslotsJob(jobId) {
|
|
45002
|
+
// verify the required parameter 'jobId' is set
|
|
45003
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
45004
|
+
throw 'Missing the required parameter "jobId" when calling getLearningScheduleslotsJob';
|
|
45005
|
+
}
|
|
45006
|
+
|
|
45007
|
+
return this.apiClient.callApi(
|
|
45008
|
+
'/api/v2/learning/scheduleslots/jobs/{jobId}',
|
|
45009
|
+
'GET',
|
|
45010
|
+
{ 'jobId': jobId },
|
|
45011
|
+
{ },
|
|
45012
|
+
{ },
|
|
45013
|
+
{ },
|
|
45014
|
+
null,
|
|
45015
|
+
['PureCloud OAuth'],
|
|
45016
|
+
['application/json'],
|
|
45017
|
+
['application/json']
|
|
45018
|
+
);
|
|
45019
|
+
}
|
|
45020
|
+
|
|
44863
45021
|
/**
|
|
44864
45022
|
* Get Learning SCORM Result
|
|
44865
45023
|
*
|
|
@@ -45303,6 +45461,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45303
45461
|
);
|
|
45304
45462
|
}
|
|
45305
45463
|
|
|
45464
|
+
/**
|
|
45465
|
+
* Start job to retrieve slots where a learning activity can be scheduled.
|
|
45466
|
+
*
|
|
45467
|
+
* @param {Object} body The slots search request
|
|
45468
|
+
*/
|
|
45469
|
+
postLearningScheduleslotsJobs(body) {
|
|
45470
|
+
// verify the required parameter 'body' is set
|
|
45471
|
+
if (body === undefined || body === null) {
|
|
45472
|
+
throw 'Missing the required parameter "body" when calling postLearningScheduleslotsJobs';
|
|
45473
|
+
}
|
|
45474
|
+
|
|
45475
|
+
return this.apiClient.callApi(
|
|
45476
|
+
'/api/v2/learning/scheduleslots/jobs',
|
|
45477
|
+
'POST',
|
|
45478
|
+
{ },
|
|
45479
|
+
{ },
|
|
45480
|
+
{ },
|
|
45481
|
+
{ },
|
|
45482
|
+
body,
|
|
45483
|
+
['PureCloud OAuth'],
|
|
45484
|
+
['application/json'],
|
|
45485
|
+
['application/json']
|
|
45486
|
+
);
|
|
45487
|
+
}
|
|
45488
|
+
|
|
45306
45489
|
/**
|
|
45307
45490
|
* Get list of possible slots where a learning activity can be scheduled.
|
|
45308
45491
|
*
|
|
@@ -45452,7 +45635,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45452
45635
|
/**
|
|
45453
45636
|
* License service.
|
|
45454
45637
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
45455
|
-
* @version
|
|
45638
|
+
* @version 235.0.0
|
|
45456
45639
|
*/
|
|
45457
45640
|
|
|
45458
45641
|
/**
|
|
@@ -45690,7 +45873,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45690
45873
|
/**
|
|
45691
45874
|
* Locations service.
|
|
45692
45875
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
45693
|
-
* @version
|
|
45876
|
+
* @version 235.0.0
|
|
45694
45877
|
*/
|
|
45695
45878
|
|
|
45696
45879
|
/**
|
|
@@ -45926,7 +46109,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45926
46109
|
/**
|
|
45927
46110
|
* LogCapture service.
|
|
45928
46111
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
45929
|
-
* @version
|
|
46112
|
+
* @version 235.0.0
|
|
45930
46113
|
*/
|
|
45931
46114
|
|
|
45932
46115
|
/**
|
|
@@ -46125,7 +46308,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46125
46308
|
/**
|
|
46126
46309
|
* Messaging service.
|
|
46127
46310
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
46128
|
-
* @version
|
|
46311
|
+
* @version 235.0.0
|
|
46129
46312
|
*/
|
|
46130
46313
|
|
|
46131
46314
|
/**
|
|
@@ -46484,7 +46667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46484
46667
|
/**
|
|
46485
46668
|
* MobileDevices service.
|
|
46486
46669
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
46487
|
-
* @version
|
|
46670
|
+
* @version 235.0.0
|
|
46488
46671
|
*/
|
|
46489
46672
|
|
|
46490
46673
|
/**
|
|
@@ -46635,7 +46818,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46635
46818
|
/**
|
|
46636
46819
|
* Notifications service.
|
|
46637
46820
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
46638
|
-
* @version
|
|
46821
|
+
* @version 235.0.0
|
|
46639
46822
|
*/
|
|
46640
46823
|
|
|
46641
46824
|
/**
|
|
@@ -46868,7 +47051,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46868
47051
|
/**
|
|
46869
47052
|
* OAuth service.
|
|
46870
47053
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
46871
|
-
* @version
|
|
47054
|
+
* @version 235.0.0
|
|
46872
47055
|
*/
|
|
46873
47056
|
|
|
46874
47057
|
/**
|
|
@@ -47234,7 +47417,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47234
47417
|
/**
|
|
47235
47418
|
* Objects service.
|
|
47236
47419
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
47237
|
-
* @version
|
|
47420
|
+
* @version 235.0.0
|
|
47238
47421
|
*/
|
|
47239
47422
|
|
|
47240
47423
|
/**
|
|
@@ -47558,7 +47741,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47558
47741
|
/**
|
|
47559
47742
|
* OperationalEvents service.
|
|
47560
47743
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
47561
|
-
* @version
|
|
47744
|
+
* @version 235.0.0
|
|
47562
47745
|
*/
|
|
47563
47746
|
|
|
47564
47747
|
/**
|
|
@@ -47675,7 +47858,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47675
47858
|
/**
|
|
47676
47859
|
* Organization service.
|
|
47677
47860
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
47678
|
-
* @version
|
|
47861
|
+
* @version 235.0.0
|
|
47679
47862
|
*/
|
|
47680
47863
|
|
|
47681
47864
|
/**
|
|
@@ -48150,7 +48333,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
48150
48333
|
/**
|
|
48151
48334
|
* OrganizationAuthorization service.
|
|
48152
48335
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
48153
|
-
* @version
|
|
48336
|
+
* @version 235.0.0
|
|
48154
48337
|
*/
|
|
48155
48338
|
|
|
48156
48339
|
/**
|
|
@@ -49544,7 +49727,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49544
49727
|
/**
|
|
49545
49728
|
* Outbound service.
|
|
49546
49729
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
49547
|
-
* @version
|
|
49730
|
+
* @version 235.0.0
|
|
49548
49731
|
*/
|
|
49549
49732
|
|
|
49550
49733
|
/**
|
|
@@ -54291,7 +54474,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
54291
54474
|
/**
|
|
54292
54475
|
* Presence service.
|
|
54293
54476
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
54294
|
-
* @version
|
|
54477
|
+
* @version 235.0.0
|
|
54295
54478
|
*/
|
|
54296
54479
|
|
|
54297
54480
|
/**
|
|
@@ -55035,7 +55218,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
55035
55218
|
/**
|
|
55036
55219
|
* ProcessAutomation service.
|
|
55037
55220
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
55038
|
-
* @version
|
|
55221
|
+
* @version 235.0.0
|
|
55039
55222
|
*/
|
|
55040
55223
|
|
|
55041
55224
|
/**
|
|
@@ -55274,7 +55457,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
55274
55457
|
/**
|
|
55275
55458
|
* Quality service.
|
|
55276
55459
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
55277
|
-
* @version
|
|
55460
|
+
* @version 235.0.0
|
|
55278
55461
|
*/
|
|
55279
55462
|
|
|
55280
55463
|
/**
|
|
@@ -56338,59 +56521,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
56338
56521
|
);
|
|
56339
56522
|
}
|
|
56340
56523
|
|
|
56341
|
-
/**
|
|
56342
|
-
* Get the most recent published version of an evaluation form across any division.
|
|
56343
|
-
*
|
|
56344
|
-
* @param {String} evaluationFormId Evaluation Form ID
|
|
56345
|
-
* getQualityPublishedformsEvaluationsDivisionview is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
56346
|
-
*/
|
|
56347
|
-
getQualityPublishedformsEvaluationsDivisionview(evaluationFormId) {
|
|
56348
|
-
// verify the required parameter 'evaluationFormId' is set
|
|
56349
|
-
if (evaluationFormId === undefined || evaluationFormId === null || evaluationFormId === '') {
|
|
56350
|
-
throw 'Missing the required parameter "evaluationFormId" when calling getQualityPublishedformsEvaluationsDivisionview';
|
|
56351
|
-
}
|
|
56352
|
-
|
|
56353
|
-
return this.apiClient.callApi(
|
|
56354
|
-
'/api/v2/quality/publishedforms/evaluations/divisionviews/{evaluationFormId}',
|
|
56355
|
-
'GET',
|
|
56356
|
-
{ 'evaluationFormId': evaluationFormId },
|
|
56357
|
-
{ },
|
|
56358
|
-
{ },
|
|
56359
|
-
{ },
|
|
56360
|
-
null,
|
|
56361
|
-
['PureCloud OAuth'],
|
|
56362
|
-
['application/json'],
|
|
56363
|
-
['application/json']
|
|
56364
|
-
);
|
|
56365
|
-
}
|
|
56366
|
-
|
|
56367
|
-
/**
|
|
56368
|
-
* Get the published evaluation forms across any division.
|
|
56369
|
-
*
|
|
56370
|
-
* @param {Object} opts Optional parameters
|
|
56371
|
-
* @param {Number} opts.pageSize Page size (default to 25)
|
|
56372
|
-
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
56373
|
-
* @param {String} opts.name Name
|
|
56374
|
-
* getQualityPublishedformsEvaluationsDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
56375
|
-
*/
|
|
56376
|
-
getQualityPublishedformsEvaluationsDivisionviews(opts) {
|
|
56377
|
-
opts = opts || {};
|
|
56378
|
-
|
|
56379
|
-
|
|
56380
|
-
return this.apiClient.callApi(
|
|
56381
|
-
'/api/v2/quality/publishedforms/evaluations/divisionviews',
|
|
56382
|
-
'GET',
|
|
56383
|
-
{ },
|
|
56384
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'] },
|
|
56385
|
-
{ },
|
|
56386
|
-
{ },
|
|
56387
|
-
null,
|
|
56388
|
-
['PureCloud OAuth'],
|
|
56389
|
-
['application/json'],
|
|
56390
|
-
['application/json']
|
|
56391
|
-
);
|
|
56392
|
-
}
|
|
56393
|
-
|
|
56394
56524
|
/**
|
|
56395
56525
|
* Get the most recent published version of a survey form.
|
|
56396
56526
|
*
|
|
@@ -56443,59 +56573,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
56443
56573
|
);
|
|
56444
56574
|
}
|
|
56445
56575
|
|
|
56446
|
-
/**
|
|
56447
|
-
* Get the most recent published version of an enabled survey form across any division.
|
|
56448
|
-
*
|
|
56449
|
-
* @param {String} surveyFormId Survey Form ID
|
|
56450
|
-
* getQualityPublishedformsSurveysDivisionview is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
56451
|
-
*/
|
|
56452
|
-
getQualityPublishedformsSurveysDivisionview(surveyFormId) {
|
|
56453
|
-
// verify the required parameter 'surveyFormId' is set
|
|
56454
|
-
if (surveyFormId === undefined || surveyFormId === null || surveyFormId === '') {
|
|
56455
|
-
throw 'Missing the required parameter "surveyFormId" when calling getQualityPublishedformsSurveysDivisionview';
|
|
56456
|
-
}
|
|
56457
|
-
|
|
56458
|
-
return this.apiClient.callApi(
|
|
56459
|
-
'/api/v2/quality/publishedforms/surveys/divisionviews/{surveyFormId}',
|
|
56460
|
-
'GET',
|
|
56461
|
-
{ 'surveyFormId': surveyFormId },
|
|
56462
|
-
{ },
|
|
56463
|
-
{ },
|
|
56464
|
-
{ },
|
|
56465
|
-
null,
|
|
56466
|
-
['PureCloud OAuth'],
|
|
56467
|
-
['application/json'],
|
|
56468
|
-
['application/json']
|
|
56469
|
-
);
|
|
56470
|
-
}
|
|
56471
|
-
|
|
56472
|
-
/**
|
|
56473
|
-
* Get the published and enabled survey forms across any division.
|
|
56474
|
-
*
|
|
56475
|
-
* @param {Object} opts Optional parameters
|
|
56476
|
-
* @param {Number} opts.pageSize Page size (default to 25)
|
|
56477
|
-
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
56478
|
-
* @param {String} opts.name Name
|
|
56479
|
-
* getQualityPublishedformsSurveysDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
56480
|
-
*/
|
|
56481
|
-
getQualityPublishedformsSurveysDivisionviews(opts) {
|
|
56482
|
-
opts = opts || {};
|
|
56483
|
-
|
|
56484
|
-
|
|
56485
|
-
return this.apiClient.callApi(
|
|
56486
|
-
'/api/v2/quality/publishedforms/surveys/divisionviews',
|
|
56487
|
-
'GET',
|
|
56488
|
-
{ },
|
|
56489
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'] },
|
|
56490
|
-
{ },
|
|
56491
|
-
{ },
|
|
56492
|
-
null,
|
|
56493
|
-
['PureCloud OAuth'],
|
|
56494
|
-
['application/json'],
|
|
56495
|
-
['application/json']
|
|
56496
|
-
);
|
|
56497
|
-
}
|
|
56498
|
-
|
|
56499
56576
|
/**
|
|
56500
56577
|
* Get a survey for a conversation
|
|
56501
56578
|
*
|
|
@@ -57219,7 +57296,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
57219
57296
|
/**
|
|
57220
57297
|
* Recording service.
|
|
57221
57298
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
57222
|
-
* @version
|
|
57299
|
+
* @version 235.0.0
|
|
57223
57300
|
*/
|
|
57224
57301
|
|
|
57225
57302
|
/**
|
|
@@ -58824,7 +58901,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
58824
58901
|
/**
|
|
58825
58902
|
* ResponseManagement service.
|
|
58826
58903
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
58827
|
-
* @version
|
|
58904
|
+
* @version 235.0.0
|
|
58828
58905
|
*/
|
|
58829
58906
|
|
|
58830
58907
|
/**
|
|
@@ -59334,7 +59411,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59334
59411
|
/**
|
|
59335
59412
|
* Routing service.
|
|
59336
59413
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
59337
|
-
* @version
|
|
59414
|
+
* @version 235.0.0
|
|
59338
59415
|
*/
|
|
59339
59416
|
|
|
59340
59417
|
/**
|
|
@@ -63817,7 +63894,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
63817
63894
|
/**
|
|
63818
63895
|
* SCIM service.
|
|
63819
63896
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
63820
|
-
* @version
|
|
63897
|
+
* @version 235.0.0
|
|
63821
63898
|
*/
|
|
63822
63899
|
|
|
63823
63900
|
/**
|
|
@@ -64694,7 +64771,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
64694
64771
|
/**
|
|
64695
64772
|
* ScreenRecording service.
|
|
64696
64773
|
* @module purecloud-platform-client-v2/api/ScreenRecordingApi
|
|
64697
|
-
* @version
|
|
64774
|
+
* @version 235.0.0
|
|
64698
64775
|
*/
|
|
64699
64776
|
|
|
64700
64777
|
/**
|
|
@@ -64739,7 +64816,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
64739
64816
|
/**
|
|
64740
64817
|
* Scripts service.
|
|
64741
64818
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
64742
|
-
* @version
|
|
64819
|
+
* @version 235.0.0
|
|
64743
64820
|
*/
|
|
64744
64821
|
|
|
64745
64822
|
/**
|
|
@@ -65215,7 +65292,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
65215
65292
|
/**
|
|
65216
65293
|
* Search service.
|
|
65217
65294
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
65218
|
-
* @version
|
|
65295
|
+
* @version 235.0.0
|
|
65219
65296
|
*/
|
|
65220
65297
|
|
|
65221
65298
|
/**
|
|
@@ -65903,7 +65980,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
65903
65980
|
/**
|
|
65904
65981
|
* Settings service.
|
|
65905
65982
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
65906
|
-
* @version
|
|
65983
|
+
* @version 235.0.0
|
|
65907
65984
|
*/
|
|
65908
65985
|
|
|
65909
65986
|
/**
|
|
@@ -66251,7 +66328,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
66251
66328
|
/**
|
|
66252
66329
|
* SocialMedia service.
|
|
66253
66330
|
* @module purecloud-platform-client-v2/api/SocialMediaApi
|
|
66254
|
-
* @version
|
|
66331
|
+
* @version 235.0.0
|
|
66255
66332
|
*/
|
|
66256
66333
|
|
|
66257
66334
|
/**
|
|
@@ -67846,7 +67923,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
67846
67923
|
/**
|
|
67847
67924
|
* SpeechTextAnalytics service.
|
|
67848
67925
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
67849
|
-
* @version
|
|
67926
|
+
* @version 235.0.0
|
|
67850
67927
|
*/
|
|
67851
67928
|
|
|
67852
67929
|
/**
|
|
@@ -69493,7 +69570,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69493
69570
|
/**
|
|
69494
69571
|
* Stations service.
|
|
69495
69572
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
69496
|
-
* @version
|
|
69573
|
+
* @version 235.0.0
|
|
69497
69574
|
*/
|
|
69498
69575
|
|
|
69499
69576
|
/**
|
|
@@ -69595,7 +69672,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69595
69672
|
/**
|
|
69596
69673
|
* Suggest service.
|
|
69597
69674
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
69598
|
-
* @version
|
|
69675
|
+
* @version 235.0.0
|
|
69599
69676
|
*/
|
|
69600
69677
|
|
|
69601
69678
|
/**
|
|
@@ -69734,7 +69811,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69734
69811
|
/**
|
|
69735
69812
|
* TaskManagement service.
|
|
69736
69813
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
69737
|
-
* @version
|
|
69814
|
+
* @version 235.0.0
|
|
69738
69815
|
*/
|
|
69739
69816
|
|
|
69740
69817
|
/**
|
|
@@ -71896,7 +71973,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
71896
71973
|
/**
|
|
71897
71974
|
* Teams service.
|
|
71898
71975
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
71899
|
-
* @version
|
|
71976
|
+
* @version 235.0.0
|
|
71900
71977
|
*/
|
|
71901
71978
|
|
|
71902
71979
|
/**
|
|
@@ -72201,7 +72278,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
72201
72278
|
/**
|
|
72202
72279
|
* Telephony service.
|
|
72203
72280
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
72204
|
-
* @version
|
|
72281
|
+
* @version 235.0.0
|
|
72205
72282
|
*/
|
|
72206
72283
|
|
|
72207
72284
|
/**
|
|
@@ -72487,7 +72564,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
72487
72564
|
/**
|
|
72488
72565
|
* TelephonyProvidersEdge service.
|
|
72489
72566
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
72490
|
-
* @version
|
|
72567
|
+
* @version 235.0.0
|
|
72491
72568
|
*/
|
|
72492
72569
|
|
|
72493
72570
|
/**
|
|
@@ -75980,7 +76057,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
75980
76057
|
/**
|
|
75981
76058
|
* Textbots service.
|
|
75982
76059
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
75983
|
-
* @version
|
|
76060
|
+
* @version 235.0.0
|
|
75984
76061
|
*/
|
|
75985
76062
|
|
|
75986
76063
|
/**
|
|
@@ -76109,7 +76186,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
76109
76186
|
/**
|
|
76110
76187
|
* Tokens service.
|
|
76111
76188
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
76112
|
-
* @version
|
|
76189
|
+
* @version 235.0.0
|
|
76113
76190
|
*/
|
|
76114
76191
|
|
|
76115
76192
|
/**
|
|
@@ -76263,7 +76340,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
76263
76340
|
/**
|
|
76264
76341
|
* Uploads service.
|
|
76265
76342
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
76266
|
-
* @version
|
|
76343
|
+
* @version 235.0.0
|
|
76267
76344
|
*/
|
|
76268
76345
|
|
|
76269
76346
|
/**
|
|
@@ -76554,7 +76631,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
76554
76631
|
/**
|
|
76555
76632
|
* Usage service.
|
|
76556
76633
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
76557
|
-
* @version
|
|
76634
|
+
* @version 235.0.0
|
|
76558
76635
|
*/
|
|
76559
76636
|
|
|
76560
76637
|
/**
|
|
@@ -76889,7 +76966,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
76889
76966
|
/**
|
|
76890
76967
|
* UserRecordings service.
|
|
76891
76968
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
76892
|
-
* @version
|
|
76969
|
+
* @version 235.0.0
|
|
76893
76970
|
*/
|
|
76894
76971
|
|
|
76895
76972
|
/**
|
|
@@ -77073,7 +77150,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
77073
77150
|
/**
|
|
77074
77151
|
* Users service.
|
|
77075
77152
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
77076
|
-
* @version
|
|
77153
|
+
* @version 235.0.0
|
|
77077
77154
|
*/
|
|
77078
77155
|
|
|
77079
77156
|
/**
|
|
@@ -80082,7 +80159,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
80082
80159
|
/**
|
|
80083
80160
|
* Utilities service.
|
|
80084
80161
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
80085
|
-
* @version
|
|
80162
|
+
* @version 235.0.0
|
|
80086
80163
|
*/
|
|
80087
80164
|
|
|
80088
80165
|
/**
|
|
@@ -80193,7 +80270,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
80193
80270
|
/**
|
|
80194
80271
|
* Voicemail service.
|
|
80195
80272
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
80196
|
-
* @version
|
|
80273
|
+
* @version 235.0.0
|
|
80197
80274
|
*/
|
|
80198
80275
|
|
|
80199
80276
|
/**
|
|
@@ -80915,7 +80992,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
80915
80992
|
/**
|
|
80916
80993
|
* WebChat service.
|
|
80917
80994
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
80918
|
-
* @version
|
|
80995
|
+
* @version 235.0.0
|
|
80919
80996
|
*/
|
|
80920
80997
|
|
|
80921
80998
|
/**
|
|
@@ -81478,7 +81555,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
81478
81555
|
/**
|
|
81479
81556
|
* WebDeployments service.
|
|
81480
81557
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
81481
|
-
* @version
|
|
81558
|
+
* @version 235.0.0
|
|
81482
81559
|
*/
|
|
81483
81560
|
|
|
81484
81561
|
/**
|
|
@@ -82060,7 +82137,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
82060
82137
|
/**
|
|
82061
82138
|
* WebMessaging service.
|
|
82062
82139
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
82063
|
-
* @version
|
|
82140
|
+
* @version 235.0.0
|
|
82064
82141
|
*/
|
|
82065
82142
|
|
|
82066
82143
|
/**
|
|
@@ -82206,7 +82283,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
82206
82283
|
/**
|
|
82207
82284
|
* Widgets service.
|
|
82208
82285
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
82209
|
-
* @version
|
|
82286
|
+
* @version 235.0.0
|
|
82210
82287
|
*/
|
|
82211
82288
|
|
|
82212
82289
|
/**
|
|
@@ -82357,7 +82434,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
82357
82434
|
/**
|
|
82358
82435
|
* WorkforceManagement service.
|
|
82359
82436
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
82360
|
-
* @version
|
|
82437
|
+
* @version 235.0.0
|
|
82361
82438
|
*/
|
|
82362
82439
|
|
|
82363
82440
|
/**
|
|
@@ -84757,6 +84834,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
84757
84834
|
* @param {String} forecastId The ID of the forecast
|
|
84758
84835
|
* @param {Object} opts Optional parameters
|
|
84759
84836
|
* @param {Array.<String>} opts.weekNumbers The week numbers to fetch (for multi-week forecasts) staffing requirements. Returns all week data if the list is not specified
|
|
84837
|
+
* @param {Array.<String>} opts.expand Expand to include minimum staffing values in (staffing requirement response or applied to base staffing requirement values)
|
|
84760
84838
|
*/
|
|
84761
84839
|
getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirement(businessUnitId, weekDateId, forecastId, opts) {
|
|
84762
84840
|
opts = opts || {};
|
|
@@ -84778,7 +84856,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
84778
84856
|
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/staffingrequirement',
|
|
84779
84857
|
'GET',
|
|
84780
84858
|
{ 'businessUnitId': businessUnitId,'weekDateId': weekDateId,'forecastId': forecastId },
|
|
84781
|
-
{ 'weekNumbers': this.apiClient.buildCollectionParam(opts['weekNumbers'], 'multi') },
|
|
84859
|
+
{ 'weekNumbers': this.apiClient.buildCollectionParam(opts['weekNumbers'], 'multi'),'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
84782
84860
|
{ },
|
|
84783
84861
|
{ },
|
|
84784
84862
|
null,
|
|
@@ -90357,7 +90435,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
90357
90435
|
* </pre>
|
|
90358
90436
|
* </p>
|
|
90359
90437
|
* @module purecloud-platform-client-v2/index
|
|
90360
|
-
* @version
|
|
90438
|
+
* @version 235.0.0
|
|
90361
90439
|
*/
|
|
90362
90440
|
class platformClient {
|
|
90363
90441
|
constructor() {
|