purecloudplatformclientv2 47.0.0 → 48.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.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/docs/AnalyticsApi.md +66 -0
- data/docs/AnalyticsSession.md +1 -1
- data/docs/AuthorizationApi.md +9 -5
- data/docs/Condition.md +4 -4
- data/docs/ContactColumnToDataActionFieldMapping.md +12 -0
- data/docs/ConversationProperties.md +21 -0
- data/docs/DataActionConditionPredicate.md +12 -0
- data/docs/GroupsApi.md +1 -1
- data/docs/OrgUser.md +1 -0
- data/docs/OutboundApi.md +2 -2
- data/docs/QualityApi.md +376 -0
- data/docs/RoutingApi.md +85 -12
- data/docs/ScorableSurvey.md +18 -0
- data/docs/SearchApi.md +2 -42
- data/docs/SuggestApi.md +2 -2
- data/docs/Survey.md +22 -0
- data/docs/SurveyFormAndScoringSet.md +14 -0
- data/docs/SurveyQuestionGroupScore.md +17 -0
- data/docs/SurveyQuestionScore.md +19 -0
- data/docs/SurveyScoringSet.md +15 -0
- data/docs/Token.md +13 -0
- data/docs/TrustUser.md +1 -0
- data/docs/User.md +1 -0
- data/docs/UserMe.md +1 -0
- data/docs/UsersApi.md +8 -8
- data/docs/UtilitiesApi.md +59 -0
- data/docs/ViewFilter.md +13 -0
- data/lib/purecloudplatformclientv2.rb +10 -0
- data/lib/purecloudplatformclientv2/api/alerting_api.rb +11 -11
- data/lib/purecloudplatformclientv2/api/analytics_api.rb +91 -26
- data/lib/purecloudplatformclientv2/api/architect_api.rb +81 -81
- data/lib/purecloudplatformclientv2/api/attributes_api.rb +6 -6
- data/lib/purecloudplatformclientv2/api/authorization_api.rb +45 -36
- data/lib/purecloudplatformclientv2/api/billing_api.rb +2 -2
- data/lib/purecloudplatformclientv2/api/content_management_api.rb +38 -38
- data/lib/purecloudplatformclientv2/api/conversations_api.rb +100 -100
- data/lib/purecloudplatformclientv2/api/external_contacts_api.rb +30 -30
- data/lib/purecloudplatformclientv2/api/fax_api.rb +6 -6
- data/lib/purecloudplatformclientv2/api/flows_api.rb +1 -1
- data/lib/purecloudplatformclientv2/api/general_data_protection_regulation_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/geolocation_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/greetings_api.rb +16 -16
- data/lib/purecloudplatformclientv2/api/groups_api.rb +14 -14
- data/lib/purecloudplatformclientv2/api/identity_provider_api.rb +28 -28
- data/lib/purecloudplatformclientv2/api/integrations_api.rb +41 -41
- data/lib/purecloudplatformclientv2/api/languages_api.rb +10 -10
- data/lib/purecloudplatformclientv2/api/license_api.rb +8 -8
- data/lib/purecloudplatformclientv2/api/locations_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/messaging_api.rb +14 -14
- data/lib/purecloudplatformclientv2/api/mobile_devices_api.rb +5 -5
- data/lib/purecloudplatformclientv2/api/notifications_api.rb +7 -7
- data/lib/purecloudplatformclientv2/api/o_auth_api.rb +6 -6
- data/lib/purecloudplatformclientv2/api/objects_api.rb +8 -8
- data/lib/purecloudplatformclientv2/api/organization_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/organization_authorization_api.rb +23 -23
- data/lib/purecloudplatformclientv2/api/outbound_api.rb +98 -98
- data/lib/purecloudplatformclientv2/api/presence_api.rb +9 -9
- data/lib/purecloudplatformclientv2/api/quality_api.rb +450 -52
- data/lib/purecloudplatformclientv2/api/recording_api.rb +37 -37
- data/lib/purecloudplatformclientv2/api/response_management_api.rb +11 -11
- data/lib/purecloudplatformclientv2/api/routing_api.rb +173 -70
- data/lib/purecloudplatformclientv2/api/scripts_api.rb +11 -11
- data/lib/purecloudplatformclientv2/api/search_api.rb +16 -16
- data/lib/purecloudplatformclientv2/api/stations_api.rb +5 -5
- data/lib/purecloudplatformclientv2/api/suggest_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/telephony_providers_edge_api.rb +125 -125
- data/lib/purecloudplatformclientv2/api/tokens_api.rb +2 -2
- data/lib/purecloudplatformclientv2/api/user_recordings_api.rb +6 -6
- data/lib/purecloudplatformclientv2/api/users_api.rb +61 -61
- data/lib/purecloudplatformclientv2/api/utilities_api.rb +58 -3
- data/lib/purecloudplatformclientv2/api/voicemail_api.rb +24 -24
- data/lib/purecloudplatformclientv2/api/web_chat_api.rb +8 -8
- data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +64 -64
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/configuration.rb +9 -2
- data/lib/purecloudplatformclientv2/models/aggregate_metric_data.rb +2 -2
- data/lib/purecloudplatformclientv2/models/analytics_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/analytics_session.rb +1 -1
- data/lib/purecloudplatformclientv2/models/condition.rb +6 -6
- data/lib/purecloudplatformclientv2/models/contact_column_to_data_action_field_mapping.rb +176 -0
- data/lib/purecloudplatformclientv2/models/conversation_properties.rb +410 -0
- data/lib/purecloudplatformclientv2/models/data_action_condition_predicate.rb +176 -0
- data/lib/purecloudplatformclientv2/models/observation_metric_data.rb +2 -2
- data/lib/purecloudplatformclientv2/models/org_user.rb +27 -1
- data/lib/purecloudplatformclientv2/models/scorable_survey.rb +343 -0
- data/lib/purecloudplatformclientv2/models/survey.rb +444 -0
- data/lib/purecloudplatformclientv2/models/survey_form_and_scoring_set.rb +226 -0
- data/lib/purecloudplatformclientv2/models/survey_question_group_score.rb +303 -0
- data/lib/purecloudplatformclientv2/models/survey_question_score.rb +351 -0
- data/lib/purecloudplatformclientv2/models/survey_scoring_set.rb +253 -0
- data/lib/purecloudplatformclientv2/models/token.rb +207 -0
- data/lib/purecloudplatformclientv2/models/trust_user.rb +27 -1
- data/lib/purecloudplatformclientv2/models/user.rb +27 -1
- data/lib/purecloudplatformclientv2/models/user_me.rb +27 -1
- data/lib/purecloudplatformclientv2/models/view_filter.rb +354 -4
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +22 -2
@@ -75,7 +75,7 @@ module PureCloud
|
|
75
75
|
# http body (model)
|
76
76
|
post_body = nil
|
77
77
|
|
78
|
-
auth_names = ['PureCloud
|
78
|
+
auth_names = ['PureCloud OAuth']
|
79
79
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
80
80
|
:header_params => header_params,
|
81
81
|
:query_params => query_params,
|
@@ -148,7 +148,7 @@ module PureCloud
|
|
148
148
|
# http body (model)
|
149
149
|
post_body = nil
|
150
150
|
|
151
|
-
auth_names = ['PureCloud
|
151
|
+
auth_names = ['PureCloud OAuth']
|
152
152
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
153
153
|
:header_params => header_params,
|
154
154
|
:query_params => query_params,
|
@@ -284,7 +284,7 @@ module PureCloud
|
|
284
284
|
# http body (model)
|
285
285
|
post_body = nil
|
286
286
|
|
287
|
-
auth_names = ['PureCloud
|
287
|
+
auth_names = ['PureCloud OAuth']
|
288
288
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
289
289
|
:header_params => header_params,
|
290
290
|
:query_params => query_params,
|
@@ -339,7 +339,7 @@ module PureCloud
|
|
339
339
|
# http body (model)
|
340
340
|
post_body = nil
|
341
341
|
|
342
|
-
auth_names = ['PureCloud
|
342
|
+
auth_names = ['PureCloud OAuth']
|
343
343
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
344
344
|
:header_params => header_params,
|
345
345
|
:query_params => query_params,
|
@@ -394,7 +394,7 @@ module PureCloud
|
|
394
394
|
# http body (model)
|
395
395
|
post_body = nil
|
396
396
|
|
397
|
-
auth_names = ['PureCloud
|
397
|
+
auth_names = ['PureCloud OAuth']
|
398
398
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
399
399
|
:header_params => header_params,
|
400
400
|
:query_params => query_params,
|
@@ -484,7 +484,7 @@ module PureCloud
|
|
484
484
|
# http body (model)
|
485
485
|
post_body = @api_client.object_to_http_body(body)
|
486
486
|
|
487
|
-
auth_names = ['PureCloud
|
487
|
+
auth_names = ['PureCloud OAuth']
|
488
488
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
489
489
|
:header_params => header_params,
|
490
490
|
:query_params => query_params,
|
@@ -548,7 +548,7 @@ module PureCloud
|
|
548
548
|
# http body (model)
|
549
549
|
post_body = @api_client.object_to_http_body(body)
|
550
550
|
|
551
|
-
auth_names = ['PureCloud
|
551
|
+
auth_names = ['PureCloud OAuth']
|
552
552
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
553
553
|
:header_params => header_params,
|
554
554
|
:query_params => query_params,
|
@@ -623,7 +623,7 @@ module PureCloud
|
|
623
623
|
# http body (model)
|
624
624
|
post_body = @api_client.object_to_http_body(body)
|
625
625
|
|
626
|
-
auth_names = ['PureCloud
|
626
|
+
auth_names = ['PureCloud OAuth']
|
627
627
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
628
628
|
:header_params => header_params,
|
629
629
|
:query_params => query_params,
|
@@ -81,7 +81,7 @@ module PureCloud
|
|
81
81
|
# http body (model)
|
82
82
|
post_body = nil
|
83
83
|
|
84
|
-
auth_names = ['PureCloud
|
84
|
+
auth_names = ['PureCloud OAuth']
|
85
85
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
86
86
|
:header_params => header_params,
|
87
87
|
:query_params => query_params,
|
@@ -136,7 +136,7 @@ module PureCloud
|
|
136
136
|
# http body (model)
|
137
137
|
post_body = nil
|
138
138
|
|
139
|
-
auth_names = ['PureCloud
|
139
|
+
auth_names = ['PureCloud OAuth']
|
140
140
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
141
141
|
:header_params => header_params,
|
142
142
|
:query_params => query_params,
|
@@ -216,7 +216,7 @@ module PureCloud
|
|
216
216
|
# http body (model)
|
217
217
|
post_body = @api_client.object_to_http_body(enabled)
|
218
218
|
|
219
|
-
auth_names = ['PureCloud
|
219
|
+
auth_names = ['PureCloud OAuth']
|
220
220
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
221
221
|
:header_params => header_params,
|
222
222
|
:query_params => query_params,
|
@@ -279,7 +279,7 @@ module PureCloud
|
|
279
279
|
# http body (model)
|
280
280
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
281
281
|
|
282
|
-
auth_names = ['PureCloud
|
282
|
+
auth_names = ['PureCloud OAuth']
|
283
283
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
284
284
|
:header_params => header_params,
|
285
285
|
:query_params => query_params,
|
@@ -75,7 +75,7 @@ module PureCloud
|
|
75
75
|
# http body (model)
|
76
76
|
post_body = nil
|
77
77
|
|
78
|
-
auth_names = ['PureCloud
|
78
|
+
auth_names = ['PureCloud OAuth']
|
79
79
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
80
80
|
:header_params => header_params,
|
81
81
|
:query_params => query_params,
|
@@ -149,7 +149,7 @@ module PureCloud
|
|
149
149
|
# http body (model)
|
150
150
|
post_body = nil
|
151
151
|
|
152
|
-
auth_names = ['PureCloud
|
152
|
+
auth_names = ['PureCloud OAuth']
|
153
153
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
154
154
|
:header_params => header_params,
|
155
155
|
:query_params => query_params,
|
@@ -223,7 +223,7 @@ module PureCloud
|
|
223
223
|
# http body (model)
|
224
224
|
post_body = nil
|
225
225
|
|
226
|
-
auth_names = ['PureCloud
|
226
|
+
auth_names = ['PureCloud OAuth']
|
227
227
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
228
228
|
:header_params => header_params,
|
229
229
|
:query_params => query_params,
|
@@ -287,7 +287,7 @@ module PureCloud
|
|
287
287
|
# http body (model)
|
288
288
|
post_body = nil
|
289
289
|
|
290
|
-
auth_names = ['PureCloud
|
290
|
+
auth_names = ['PureCloud OAuth']
|
291
291
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
292
292
|
:header_params => header_params,
|
293
293
|
:query_params => query_params,
|
@@ -361,7 +361,7 @@ module PureCloud
|
|
361
361
|
# http body (model)
|
362
362
|
post_body = nil
|
363
363
|
|
364
|
-
auth_names = ['PureCloud
|
364
|
+
auth_names = ['PureCloud OAuth']
|
365
365
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
366
366
|
:header_params => header_params,
|
367
367
|
:query_params => query_params,
|
@@ -425,7 +425,7 @@ module PureCloud
|
|
425
425
|
# http body (model)
|
426
426
|
post_body = nil
|
427
427
|
|
428
|
-
auth_names = ['PureCloud
|
428
|
+
auth_names = ['PureCloud OAuth']
|
429
429
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
430
430
|
:header_params => header_params,
|
431
431
|
:query_params => query_params,
|
@@ -490,7 +490,7 @@ module PureCloud
|
|
490
490
|
# http body (model)
|
491
491
|
post_body = nil
|
492
492
|
|
493
|
-
auth_names = ['PureCloud
|
493
|
+
auth_names = ['PureCloud OAuth']
|
494
494
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
495
495
|
:header_params => header_params,
|
496
496
|
:query_params => query_params,
|
@@ -565,7 +565,7 @@ module PureCloud
|
|
565
565
|
# http body (model)
|
566
566
|
post_body = nil
|
567
567
|
|
568
|
-
auth_names = ['PureCloud
|
568
|
+
auth_names = ['PureCloud OAuth']
|
569
569
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
570
570
|
:header_params => header_params,
|
571
571
|
:query_params => query_params,
|
@@ -640,7 +640,7 @@ module PureCloud
|
|
640
640
|
# http body (model)
|
641
641
|
post_body = nil
|
642
642
|
|
643
|
-
auth_names = ['PureCloud
|
643
|
+
auth_names = ['PureCloud OAuth']
|
644
644
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
645
645
|
:header_params => header_params,
|
646
646
|
:query_params => query_params,
|
@@ -723,7 +723,7 @@ module PureCloud
|
|
723
723
|
# http body (model)
|
724
724
|
post_body = nil
|
725
725
|
|
726
|
-
auth_names = ['PureCloud
|
726
|
+
auth_names = ['PureCloud OAuth']
|
727
727
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
728
728
|
:header_params => header_params,
|
729
729
|
:query_params => query_params,
|
@@ -796,7 +796,7 @@ module PureCloud
|
|
796
796
|
# http body (model)
|
797
797
|
post_body = nil
|
798
798
|
|
799
|
-
auth_names = ['PureCloud
|
799
|
+
auth_names = ['PureCloud OAuth']
|
800
800
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
801
801
|
:header_params => header_params,
|
802
802
|
:query_params => query_params,
|
@@ -861,7 +861,7 @@ module PureCloud
|
|
861
861
|
# http body (model)
|
862
862
|
post_body = nil
|
863
863
|
|
864
|
-
auth_names = ['PureCloud
|
864
|
+
auth_names = ['PureCloud OAuth']
|
865
865
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
866
866
|
:header_params => header_params,
|
867
867
|
:query_params => query_params,
|
@@ -936,7 +936,7 @@ module PureCloud
|
|
936
936
|
# http body (model)
|
937
937
|
post_body = nil
|
938
938
|
|
939
|
-
auth_names = ['PureCloud
|
939
|
+
auth_names = ['PureCloud OAuth']
|
940
940
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
941
941
|
:header_params => header_params,
|
942
942
|
:query_params => query_params,
|
@@ -1019,7 +1019,7 @@ module PureCloud
|
|
1019
1019
|
# http body (model)
|
1020
1020
|
post_body = nil
|
1021
1021
|
|
1022
|
-
auth_names = ['PureCloud
|
1022
|
+
auth_names = ['PureCloud OAuth']
|
1023
1023
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1024
1024
|
:header_params => header_params,
|
1025
1025
|
:query_params => query_params,
|
@@ -1092,7 +1092,7 @@ module PureCloud
|
|
1092
1092
|
# http body (model)
|
1093
1093
|
post_body = nil
|
1094
1094
|
|
1095
|
-
auth_names = ['PureCloud
|
1095
|
+
auth_names = ['PureCloud OAuth']
|
1096
1096
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1097
1097
|
:header_params => header_params,
|
1098
1098
|
:query_params => query_params,
|
@@ -1157,7 +1157,7 @@ module PureCloud
|
|
1157
1157
|
# http body (model)
|
1158
1158
|
post_body = @api_client.object_to_http_body(body)
|
1159
1159
|
|
1160
|
-
auth_names = ['PureCloud
|
1160
|
+
auth_names = ['PureCloud OAuth']
|
1161
1161
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1162
1162
|
:header_params => header_params,
|
1163
1163
|
:query_params => query_params,
|
@@ -1232,7 +1232,7 @@ module PureCloud
|
|
1232
1232
|
# http body (model)
|
1233
1233
|
post_body = @api_client.object_to_http_body(body)
|
1234
1234
|
|
1235
|
-
auth_names = ['PureCloud
|
1235
|
+
auth_names = ['PureCloud OAuth']
|
1236
1236
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1237
1237
|
:header_params => header_params,
|
1238
1238
|
:query_params => query_params,
|
@@ -1297,7 +1297,7 @@ module PureCloud
|
|
1297
1297
|
# http body (model)
|
1298
1298
|
post_body = @api_client.object_to_http_body(body)
|
1299
1299
|
|
1300
|
-
auth_names = ['PureCloud
|
1300
|
+
auth_names = ['PureCloud OAuth']
|
1301
1301
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1302
1302
|
:header_params => header_params,
|
1303
1303
|
:query_params => query_params,
|
@@ -1398,7 +1398,7 @@ module PureCloud
|
|
1398
1398
|
# http body (model)
|
1399
1399
|
post_body = @api_client.object_to_http_body(body)
|
1400
1400
|
|
1401
|
-
auth_names = ['PureCloud
|
1401
|
+
auth_names = ['PureCloud OAuth']
|
1402
1402
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1403
1403
|
:header_params => header_params,
|
1404
1404
|
:query_params => query_params,
|
@@ -1499,7 +1499,7 @@ module PureCloud
|
|
1499
1499
|
# http body (model)
|
1500
1500
|
post_body = @api_client.object_to_http_body(body)
|
1501
1501
|
|
1502
|
-
auth_names = ['PureCloud
|
1502
|
+
auth_names = ['PureCloud OAuth']
|
1503
1503
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1504
1504
|
:header_params => header_params,
|
1505
1505
|
:query_params => query_params,
|
@@ -1574,7 +1574,7 @@ module PureCloud
|
|
1574
1574
|
# http body (model)
|
1575
1575
|
post_body = @api_client.object_to_http_body(body)
|
1576
1576
|
|
1577
|
-
auth_names = ['PureCloud
|
1577
|
+
auth_names = ['PureCloud OAuth']
|
1578
1578
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
1579
1579
|
:header_params => header_params,
|
1580
1580
|
:query_params => query_params,
|
@@ -1659,7 +1659,7 @@ module PureCloud
|
|
1659
1659
|
# http body (model)
|
1660
1660
|
post_body = @api_client.object_to_http_body(body)
|
1661
1661
|
|
1662
|
-
auth_names = ['PureCloud
|
1662
|
+
auth_names = ['PureCloud OAuth']
|
1663
1663
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
1664
1664
|
:header_params => header_params,
|
1665
1665
|
:query_params => query_params,
|
@@ -1734,7 +1734,7 @@ module PureCloud
|
|
1734
1734
|
# http body (model)
|
1735
1735
|
post_body = nil
|
1736
1736
|
|
1737
|
-
auth_names = ['PureCloud
|
1737
|
+
auth_names = ['PureCloud OAuth']
|
1738
1738
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
1739
1739
|
:header_params => header_params,
|
1740
1740
|
:query_params => query_params,
|
@@ -75,7 +75,7 @@ module PureCloud
|
|
75
75
|
# http body (model)
|
76
76
|
post_body = nil
|
77
77
|
|
78
|
-
auth_names = ['PureCloud
|
78
|
+
auth_names = ['PureCloud OAuth']
|
79
79
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
80
80
|
:header_params => header_params,
|
81
81
|
:query_params => query_params,
|
@@ -139,7 +139,7 @@ module PureCloud
|
|
139
139
|
# http body (model)
|
140
140
|
post_body = nil
|
141
141
|
|
142
|
-
auth_names = ['PureCloud
|
142
|
+
auth_names = ['PureCloud OAuth']
|
143
143
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
144
144
|
:header_params => header_params,
|
145
145
|
:query_params => query_params,
|
@@ -203,7 +203,7 @@ module PureCloud
|
|
203
203
|
# http body (model)
|
204
204
|
post_body = nil
|
205
205
|
|
206
|
-
auth_names = ['PureCloud
|
206
|
+
auth_names = ['PureCloud OAuth']
|
207
207
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
208
208
|
:header_params => header_params,
|
209
209
|
:query_params => query_params,
|
@@ -267,7 +267,7 @@ module PureCloud
|
|
267
267
|
# http body (model)
|
268
268
|
post_body = nil
|
269
269
|
|
270
|
-
auth_names = ['PureCloud
|
270
|
+
auth_names = ['PureCloud OAuth']
|
271
271
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
272
272
|
:header_params => header_params,
|
273
273
|
:query_params => query_params,
|
@@ -332,7 +332,7 @@ module PureCloud
|
|
332
332
|
# http body (model)
|
333
333
|
post_body = nil
|
334
334
|
|
335
|
-
auth_names = ['PureCloud
|
335
|
+
auth_names = ['PureCloud OAuth']
|
336
336
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
337
337
|
:header_params => header_params,
|
338
338
|
:query_params => query_params,
|
@@ -396,7 +396,7 @@ module PureCloud
|
|
396
396
|
# http body (model)
|
397
397
|
post_body = nil
|
398
398
|
|
399
|
-
auth_names = ['PureCloud
|
399
|
+
auth_names = ['PureCloud OAuth']
|
400
400
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
401
401
|
:header_params => header_params,
|
402
402
|
:query_params => query_params,
|
@@ -460,7 +460,7 @@ module PureCloud
|
|
460
460
|
# http body (model)
|
461
461
|
post_body = nil
|
462
462
|
|
463
|
-
auth_names = ['PureCloud
|
463
|
+
auth_names = ['PureCloud OAuth']
|
464
464
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
465
465
|
:header_params => header_params,
|
466
466
|
:query_params => query_params,
|
@@ -534,7 +534,7 @@ module PureCloud
|
|
534
534
|
# http body (model)
|
535
535
|
post_body = nil
|
536
536
|
|
537
|
-
auth_names = ['PureCloud
|
537
|
+
auth_names = ['PureCloud OAuth']
|
538
538
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
539
539
|
:header_params => header_params,
|
540
540
|
:query_params => query_params,
|
@@ -609,7 +609,7 @@ module PureCloud
|
|
609
609
|
# http body (model)
|
610
610
|
post_body = nil
|
611
611
|
|
612
|
-
auth_names = ['PureCloud
|
612
|
+
auth_names = ['PureCloud OAuth']
|
613
613
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
614
614
|
:header_params => header_params,
|
615
615
|
:query_params => query_params,
|
@@ -673,7 +673,7 @@ module PureCloud
|
|
673
673
|
# http body (model)
|
674
674
|
post_body = nil
|
675
675
|
|
676
|
-
auth_names = ['PureCloud
|
676
|
+
auth_names = ['PureCloud OAuth']
|
677
677
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
678
678
|
:header_params => header_params,
|
679
679
|
:query_params => query_params,
|
@@ -738,7 +738,7 @@ module PureCloud
|
|
738
738
|
# http body (model)
|
739
739
|
post_body = nil
|
740
740
|
|
741
|
-
auth_names = ['PureCloud
|
741
|
+
auth_names = ['PureCloud OAuth']
|
742
742
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
743
743
|
:header_params => header_params,
|
744
744
|
:query_params => query_params,
|
@@ -802,7 +802,7 @@ module PureCloud
|
|
802
802
|
# http body (model)
|
803
803
|
post_body = nil
|
804
804
|
|
805
|
-
auth_names = ['PureCloud
|
805
|
+
auth_names = ['PureCloud OAuth']
|
806
806
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
807
807
|
:header_params => header_params,
|
808
808
|
:query_params => query_params,
|
@@ -866,7 +866,7 @@ module PureCloud
|
|
866
866
|
# http body (model)
|
867
867
|
post_body = nil
|
868
868
|
|
869
|
-
auth_names = ['PureCloud
|
869
|
+
auth_names = ['PureCloud OAuth']
|
870
870
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
871
871
|
:header_params => header_params,
|
872
872
|
:query_params => query_params,
|
@@ -930,7 +930,7 @@ module PureCloud
|
|
930
930
|
# http body (model)
|
931
931
|
post_body = nil
|
932
932
|
|
933
|
-
auth_names = ['PureCloud
|
933
|
+
auth_names = ['PureCloud OAuth']
|
934
934
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
935
935
|
:header_params => header_params,
|
936
936
|
:query_params => query_params,
|
@@ -994,7 +994,7 @@ module PureCloud
|
|
994
994
|
# http body (model)
|
995
995
|
post_body = nil
|
996
996
|
|
997
|
-
auth_names = ['PureCloud
|
997
|
+
auth_names = ['PureCloud OAuth']
|
998
998
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
999
999
|
:header_params => header_params,
|
1000
1000
|
:query_params => query_params,
|
@@ -1058,7 +1058,7 @@ module PureCloud
|
|
1058
1058
|
# http body (model)
|
1059
1059
|
post_body = nil
|
1060
1060
|
|
1061
|
-
auth_names = ['PureCloud
|
1061
|
+
auth_names = ['PureCloud OAuth']
|
1062
1062
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
1063
1063
|
:header_params => header_params,
|
1064
1064
|
:query_params => query_params,
|
@@ -1122,7 +1122,7 @@ module PureCloud
|
|
1122
1122
|
# http body (model)
|
1123
1123
|
post_body = nil
|
1124
1124
|
|
1125
|
-
auth_names = ['PureCloud
|
1125
|
+
auth_names = ['PureCloud OAuth']
|
1126
1126
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1127
1127
|
:header_params => header_params,
|
1128
1128
|
:query_params => query_params,
|
@@ -1239,7 +1239,7 @@ module PureCloud
|
|
1239
1239
|
# http body (model)
|
1240
1240
|
post_body = nil
|
1241
1241
|
|
1242
|
-
auth_names = ['PureCloud
|
1242
|
+
auth_names = ['PureCloud OAuth']
|
1243
1243
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1244
1244
|
:header_params => header_params,
|
1245
1245
|
:query_params => query_params,
|
@@ -1304,7 +1304,7 @@ module PureCloud
|
|
1304
1304
|
# http body (model)
|
1305
1305
|
post_body = nil
|
1306
1306
|
|
1307
|
-
auth_names = ['PureCloud
|
1307
|
+
auth_names = ['PureCloud OAuth']
|
1308
1308
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1309
1309
|
:header_params => header_params,
|
1310
1310
|
:query_params => query_params,
|
@@ -1421,7 +1421,7 @@ module PureCloud
|
|
1421
1421
|
# http body (model)
|
1422
1422
|
post_body = nil
|
1423
1423
|
|
1424
|
-
auth_names = ['PureCloud
|
1424
|
+
auth_names = ['PureCloud OAuth']
|
1425
1425
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1426
1426
|
:header_params => header_params,
|
1427
1427
|
:query_params => query_params,
|
@@ -1486,7 +1486,7 @@ module PureCloud
|
|
1486
1486
|
# http body (model)
|
1487
1487
|
post_body = nil
|
1488
1488
|
|
1489
|
-
auth_names = ['PureCloud
|
1489
|
+
auth_names = ['PureCloud OAuth']
|
1490
1490
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1491
1491
|
:header_params => header_params,
|
1492
1492
|
:query_params => query_params,
|
@@ -1603,7 +1603,7 @@ module PureCloud
|
|
1603
1603
|
# http body (model)
|
1604
1604
|
post_body = nil
|
1605
1605
|
|
1606
|
-
auth_names = ['PureCloud
|
1606
|
+
auth_names = ['PureCloud OAuth']
|
1607
1607
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1608
1608
|
:header_params => header_params,
|
1609
1609
|
:query_params => query_params,
|
@@ -1668,7 +1668,7 @@ module PureCloud
|
|
1668
1668
|
# http body (model)
|
1669
1669
|
post_body = nil
|
1670
1670
|
|
1671
|
-
auth_names = ['PureCloud
|
1671
|
+
auth_names = ['PureCloud OAuth']
|
1672
1672
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1673
1673
|
:header_params => header_params,
|
1674
1674
|
:query_params => query_params,
|
@@ -1733,7 +1733,7 @@ module PureCloud
|
|
1733
1733
|
# http body (model)
|
1734
1734
|
post_body = nil
|
1735
1735
|
|
1736
|
-
auth_names = ['PureCloud
|
1736
|
+
auth_names = ['PureCloud OAuth']
|
1737
1737
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1738
1738
|
:header_params => header_params,
|
1739
1739
|
:query_params => query_params,
|
@@ -1798,7 +1798,7 @@ module PureCloud
|
|
1798
1798
|
# http body (model)
|
1799
1799
|
post_body = nil
|
1800
1800
|
|
1801
|
-
auth_names = ['PureCloud
|
1801
|
+
auth_names = ['PureCloud OAuth']
|
1802
1802
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1803
1803
|
:header_params => header_params,
|
1804
1804
|
:query_params => query_params,
|
@@ -1863,7 +1863,7 @@ module PureCloud
|
|
1863
1863
|
# http body (model)
|
1864
1864
|
post_body = nil
|
1865
1865
|
|
1866
|
-
auth_names = ['PureCloud
|
1866
|
+
auth_names = ['PureCloud OAuth']
|
1867
1867
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1868
1868
|
:header_params => header_params,
|
1869
1869
|
:query_params => query_params,
|
@@ -1928,7 +1928,7 @@ module PureCloud
|
|
1928
1928
|
# http body (model)
|
1929
1929
|
post_body = nil
|
1930
1930
|
|
1931
|
-
auth_names = ['PureCloud
|
1931
|
+
auth_names = ['PureCloud OAuth']
|
1932
1932
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1933
1933
|
:header_params => header_params,
|
1934
1934
|
:query_params => query_params,
|
@@ -1993,7 +1993,7 @@ module PureCloud
|
|
1993
1993
|
# http body (model)
|
1994
1994
|
post_body = nil
|
1995
1995
|
|
1996
|
-
auth_names = ['PureCloud
|
1996
|
+
auth_names = ['PureCloud OAuth']
|
1997
1997
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1998
1998
|
:header_params => header_params,
|
1999
1999
|
:query_params => query_params,
|
@@ -2110,7 +2110,7 @@ module PureCloud
|
|
2110
2110
|
# http body (model)
|
2111
2111
|
post_body = nil
|
2112
2112
|
|
2113
|
-
auth_names = ['PureCloud
|
2113
|
+
auth_names = ['PureCloud OAuth']
|
2114
2114
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2115
2115
|
:header_params => header_params,
|
2116
2116
|
:query_params => query_params,
|
@@ -2290,7 +2290,7 @@ module PureCloud
|
|
2290
2290
|
# http body (model)
|
2291
2291
|
post_body = nil
|
2292
2292
|
|
2293
|
-
auth_names = ['PureCloud
|
2293
|
+
auth_names = ['PureCloud OAuth']
|
2294
2294
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2295
2295
|
:header_params => header_params,
|
2296
2296
|
:query_params => query_params,
|
@@ -2416,7 +2416,7 @@ module PureCloud
|
|
2416
2416
|
# http body (model)
|
2417
2417
|
post_body = nil
|
2418
2418
|
|
2419
|
-
auth_names = ['PureCloud
|
2419
|
+
auth_names = ['PureCloud OAuth']
|
2420
2420
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2421
2421
|
:header_params => header_params,
|
2422
2422
|
:query_params => query_params,
|
@@ -2499,7 +2499,7 @@ module PureCloud
|
|
2499
2499
|
# http body (model)
|
2500
2500
|
post_body = nil
|
2501
2501
|
|
2502
|
-
auth_names = ['PureCloud
|
2502
|
+
auth_names = ['PureCloud OAuth']
|
2503
2503
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2504
2504
|
:header_params => header_params,
|
2505
2505
|
:query_params => query_params,
|
@@ -2574,7 +2574,7 @@ module PureCloud
|
|
2574
2574
|
# http body (model)
|
2575
2575
|
post_body = nil
|
2576
2576
|
|
2577
|
-
auth_names = ['PureCloud
|
2577
|
+
auth_names = ['PureCloud OAuth']
|
2578
2578
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2579
2579
|
:header_params => header_params,
|
2580
2580
|
:query_params => query_params,
|
@@ -2648,7 +2648,7 @@ module PureCloud
|
|
2648
2648
|
# http body (model)
|
2649
2649
|
post_body = nil
|
2650
2650
|
|
2651
|
-
auth_names = ['PureCloud
|
2651
|
+
auth_names = ['PureCloud OAuth']
|
2652
2652
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2653
2653
|
:header_params => header_params,
|
2654
2654
|
:query_params => query_params,
|
@@ -2713,7 +2713,7 @@ module PureCloud
|
|
2713
2713
|
# http body (model)
|
2714
2714
|
post_body = nil
|
2715
2715
|
|
2716
|
-
auth_names = ['PureCloud
|
2716
|
+
auth_names = ['PureCloud OAuth']
|
2717
2717
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2718
2718
|
:header_params => header_params,
|
2719
2719
|
:query_params => query_params,
|
@@ -2778,7 +2778,7 @@ module PureCloud
|
|
2778
2778
|
# http body (model)
|
2779
2779
|
post_body = nil
|
2780
2780
|
|
2781
|
-
auth_names = ['PureCloud
|
2781
|
+
auth_names = ['PureCloud OAuth']
|
2782
2782
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2783
2783
|
:header_params => header_params,
|
2784
2784
|
:query_params => query_params,
|
@@ -2843,7 +2843,7 @@ module PureCloud
|
|
2843
2843
|
# http body (model)
|
2844
2844
|
post_body = nil
|
2845
2845
|
|
2846
|
-
auth_names = ['PureCloud
|
2846
|
+
auth_names = ['PureCloud OAuth']
|
2847
2847
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2848
2848
|
:header_params => header_params,
|
2849
2849
|
:query_params => query_params,
|
@@ -2969,7 +2969,7 @@ module PureCloud
|
|
2969
2969
|
# http body (model)
|
2970
2970
|
post_body = nil
|
2971
2971
|
|
2972
|
-
auth_names = ['PureCloud
|
2972
|
+
auth_names = ['PureCloud OAuth']
|
2973
2973
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2974
2974
|
:header_params => header_params,
|
2975
2975
|
:query_params => query_params,
|
@@ -3122,7 +3122,7 @@ module PureCloud
|
|
3122
3122
|
# http body (model)
|
3123
3123
|
post_body = nil
|
3124
3124
|
|
3125
|
-
auth_names = ['PureCloud
|
3125
|
+
auth_names = ['PureCloud OAuth']
|
3126
3126
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3127
3127
|
:header_params => header_params,
|
3128
3128
|
:query_params => query_params,
|
@@ -3205,7 +3205,7 @@ module PureCloud
|
|
3205
3205
|
# http body (model)
|
3206
3206
|
post_body = nil
|
3207
3207
|
|
3208
|
-
auth_names = ['PureCloud
|
3208
|
+
auth_names = ['PureCloud OAuth']
|
3209
3209
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3210
3210
|
:header_params => header_params,
|
3211
3211
|
:query_params => query_params,
|
@@ -3349,7 +3349,7 @@ module PureCloud
|
|
3349
3349
|
# http body (model)
|
3350
3350
|
post_body = nil
|
3351
3351
|
|
3352
|
-
auth_names = ['PureCloud
|
3352
|
+
auth_names = ['PureCloud OAuth']
|
3353
3353
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3354
3354
|
:header_params => header_params,
|
3355
3355
|
:query_params => query_params,
|
@@ -3432,7 +3432,7 @@ module PureCloud
|
|
3432
3432
|
# http body (model)
|
3433
3433
|
post_body = nil
|
3434
3434
|
|
3435
|
-
auth_names = ['PureCloud
|
3435
|
+
auth_names = ['PureCloud OAuth']
|
3436
3436
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3437
3437
|
:header_params => header_params,
|
3438
3438
|
:query_params => query_params,
|
@@ -3506,7 +3506,7 @@ module PureCloud
|
|
3506
3506
|
# http body (model)
|
3507
3507
|
post_body = nil
|
3508
3508
|
|
3509
|
-
auth_names = ['PureCloud
|
3509
|
+
auth_names = ['PureCloud OAuth']
|
3510
3510
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3511
3511
|
:header_params => header_params,
|
3512
3512
|
:query_params => query_params,
|
@@ -3571,7 +3571,7 @@ module PureCloud
|
|
3571
3571
|
# http body (model)
|
3572
3572
|
post_body = nil
|
3573
3573
|
|
3574
|
-
auth_names = ['PureCloud
|
3574
|
+
auth_names = ['PureCloud OAuth']
|
3575
3575
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3576
3576
|
:header_params => header_params,
|
3577
3577
|
:query_params => query_params,
|
@@ -3728,7 +3728,7 @@ module PureCloud
|
|
3728
3728
|
# http body (model)
|
3729
3729
|
post_body = nil
|
3730
3730
|
|
3731
|
-
auth_names = ['PureCloud
|
3731
|
+
auth_names = ['PureCloud OAuth']
|
3732
3732
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3733
3733
|
:header_params => header_params,
|
3734
3734
|
:query_params => query_params,
|
@@ -3811,7 +3811,7 @@ module PureCloud
|
|
3811
3811
|
# http body (model)
|
3812
3812
|
post_body = nil
|
3813
3813
|
|
3814
|
-
auth_names = ['PureCloud
|
3814
|
+
auth_names = ['PureCloud OAuth']
|
3815
3815
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3816
3816
|
:header_params => header_params,
|
3817
3817
|
:query_params => query_params,
|
@@ -3955,7 +3955,7 @@ module PureCloud
|
|
3955
3955
|
# http body (model)
|
3956
3956
|
post_body = nil
|
3957
3957
|
|
3958
|
-
auth_names = ['PureCloud
|
3958
|
+
auth_names = ['PureCloud OAuth']
|
3959
3959
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3960
3960
|
:header_params => header_params,
|
3961
3961
|
:query_params => query_params,
|
@@ -4020,7 +4020,7 @@ module PureCloud
|
|
4020
4020
|
# http body (model)
|
4021
4021
|
post_body = nil
|
4022
4022
|
|
4023
|
-
auth_names = ['PureCloud
|
4023
|
+
auth_names = ['PureCloud OAuth']
|
4024
4024
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4025
4025
|
:header_params => header_params,
|
4026
4026
|
:query_params => query_params,
|
@@ -4146,7 +4146,7 @@ module PureCloud
|
|
4146
4146
|
# http body (model)
|
4147
4147
|
post_body = nil
|
4148
4148
|
|
4149
|
-
auth_names = ['PureCloud
|
4149
|
+
auth_names = ['PureCloud OAuth']
|
4150
4150
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4151
4151
|
:header_params => header_params,
|
4152
4152
|
:query_params => query_params,
|
@@ -4211,7 +4211,7 @@ module PureCloud
|
|
4211
4211
|
# http body (model)
|
4212
4212
|
post_body = nil
|
4213
4213
|
|
4214
|
-
auth_names = ['PureCloud
|
4214
|
+
auth_names = ['PureCloud OAuth']
|
4215
4215
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4216
4216
|
:header_params => header_params,
|
4217
4217
|
:query_params => query_params,
|
@@ -4328,7 +4328,7 @@ module PureCloud
|
|
4328
4328
|
# http body (model)
|
4329
4329
|
post_body = nil
|
4330
4330
|
|
4331
|
-
auth_names = ['PureCloud
|
4331
|
+
auth_names = ['PureCloud OAuth']
|
4332
4332
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4333
4333
|
:header_params => header_params,
|
4334
4334
|
:query_params => query_params,
|
@@ -4393,7 +4393,7 @@ module PureCloud
|
|
4393
4393
|
# http body (model)
|
4394
4394
|
post_body = nil
|
4395
4395
|
|
4396
|
-
auth_names = ['PureCloud
|
4396
|
+
auth_names = ['PureCloud OAuth']
|
4397
4397
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4398
4398
|
:header_params => header_params,
|
4399
4399
|
:query_params => query_params,
|
@@ -4448,7 +4448,7 @@ module PureCloud
|
|
4448
4448
|
# http body (model)
|
4449
4449
|
post_body = nil
|
4450
4450
|
|
4451
|
-
auth_names = ['PureCloud
|
4451
|
+
auth_names = ['PureCloud OAuth']
|
4452
4452
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4453
4453
|
:header_params => header_params,
|
4454
4454
|
:query_params => query_params,
|
@@ -4513,7 +4513,7 @@ module PureCloud
|
|
4513
4513
|
# http body (model)
|
4514
4514
|
post_body = nil
|
4515
4515
|
|
4516
|
-
auth_names = ['PureCloud
|
4516
|
+
auth_names = ['PureCloud OAuth']
|
4517
4517
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4518
4518
|
:header_params => header_params,
|
4519
4519
|
:query_params => query_params,
|
@@ -4568,7 +4568,7 @@ module PureCloud
|
|
4568
4568
|
# http body (model)
|
4569
4569
|
post_body = nil
|
4570
4570
|
|
4571
|
-
auth_names = ['PureCloud
|
4571
|
+
auth_names = ['PureCloud OAuth']
|
4572
4572
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4573
4573
|
:header_params => header_params,
|
4574
4574
|
:query_params => query_params,
|
@@ -4633,7 +4633,7 @@ module PureCloud
|
|
4633
4633
|
# http body (model)
|
4634
4634
|
post_body = nil
|
4635
4635
|
|
4636
|
-
auth_names = ['PureCloud
|
4636
|
+
auth_names = ['PureCloud OAuth']
|
4637
4637
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4638
4638
|
:header_params => header_params,
|
4639
4639
|
:query_params => query_params,
|
@@ -4750,7 +4750,7 @@ module PureCloud
|
|
4750
4750
|
# http body (model)
|
4751
4751
|
post_body = nil
|
4752
4752
|
|
4753
|
-
auth_names = ['PureCloud
|
4753
|
+
auth_names = ['PureCloud OAuth']
|
4754
4754
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4755
4755
|
:header_params => header_params,
|
4756
4756
|
:query_params => query_params,
|
@@ -4805,7 +4805,7 @@ module PureCloud
|
|
4805
4805
|
# http body (model)
|
4806
4806
|
post_body = nil
|
4807
4807
|
|
4808
|
-
auth_names = ['PureCloud
|
4808
|
+
auth_names = ['PureCloud OAuth']
|
4809
4809
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4810
4810
|
:header_params => header_params,
|
4811
4811
|
:query_params => query_params,
|
@@ -4860,7 +4860,7 @@ module PureCloud
|
|
4860
4860
|
# http body (model)
|
4861
4861
|
post_body = nil
|
4862
4862
|
|
4863
|
-
auth_names = ['PureCloud
|
4863
|
+
auth_names = ['PureCloud OAuth']
|
4864
4864
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4865
4865
|
:header_params => header_params,
|
4866
4866
|
:query_params => query_params,
|
@@ -4925,7 +4925,7 @@ module PureCloud
|
|
4925
4925
|
# http body (model)
|
4926
4926
|
post_body = @api_client.object_to_http_body(body)
|
4927
4927
|
|
4928
|
-
auth_names = ['PureCloud
|
4928
|
+
auth_names = ['PureCloud OAuth']
|
4929
4929
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
4930
4930
|
:header_params => header_params,
|
4931
4931
|
:query_params => query_params,
|
@@ -4989,7 +4989,7 @@ module PureCloud
|
|
4989
4989
|
# http body (model)
|
4990
4990
|
post_body = @api_client.object_to_http_body(body)
|
4991
4991
|
|
4992
|
-
auth_names = ['PureCloud
|
4992
|
+
auth_names = ['PureCloud OAuth']
|
4993
4993
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4994
4994
|
:header_params => header_params,
|
4995
4995
|
:query_params => query_params,
|
@@ -5099,7 +5099,7 @@ module PureCloud
|
|
5099
5099
|
# http body (model)
|
5100
5100
|
post_body = @api_client.object_to_http_body(body)
|
5101
5101
|
|
5102
|
-
auth_names = ['PureCloud
|
5102
|
+
auth_names = ['PureCloud OAuth']
|
5103
5103
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5104
5104
|
:header_params => header_params,
|
5105
5105
|
:query_params => query_params,
|
@@ -5164,7 +5164,7 @@ module PureCloud
|
|
5164
5164
|
# http body (model)
|
5165
5165
|
post_body = @api_client.object_to_http_body(body)
|
5166
5166
|
|
5167
|
-
auth_names = ['PureCloud
|
5167
|
+
auth_names = ['PureCloud OAuth']
|
5168
5168
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5169
5169
|
:header_params => header_params,
|
5170
5170
|
:query_params => query_params,
|
@@ -5229,7 +5229,7 @@ module PureCloud
|
|
5229
5229
|
# http body (model)
|
5230
5230
|
post_body = @api_client.object_to_http_body(body)
|
5231
5231
|
|
5232
|
-
auth_names = ['PureCloud
|
5232
|
+
auth_names = ['PureCloud OAuth']
|
5233
5233
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5234
5234
|
:header_params => header_params,
|
5235
5235
|
:query_params => query_params,
|
@@ -5304,7 +5304,7 @@ module PureCloud
|
|
5304
5304
|
# http body (model)
|
5305
5305
|
post_body = @api_client.object_to_http_body(body)
|
5306
5306
|
|
5307
|
-
auth_names = ['PureCloud
|
5307
|
+
auth_names = ['PureCloud OAuth']
|
5308
5308
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5309
5309
|
:header_params => header_params,
|
5310
5310
|
:query_params => query_params,
|
@@ -5369,7 +5369,7 @@ module PureCloud
|
|
5369
5369
|
# http body (model)
|
5370
5370
|
post_body = @api_client.object_to_http_body(body)
|
5371
5371
|
|
5372
|
-
auth_names = ['PureCloud
|
5372
|
+
auth_names = ['PureCloud OAuth']
|
5373
5373
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5374
5374
|
:header_params => header_params,
|
5375
5375
|
:query_params => query_params,
|
@@ -5434,7 +5434,7 @@ module PureCloud
|
|
5434
5434
|
# http body (model)
|
5435
5435
|
post_body = @api_client.object_to_http_body(body)
|
5436
5436
|
|
5437
|
-
auth_names = ['PureCloud
|
5437
|
+
auth_names = ['PureCloud OAuth']
|
5438
5438
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5439
5439
|
:header_params => header_params,
|
5440
5440
|
:query_params => query_params,
|
@@ -5499,7 +5499,7 @@ module PureCloud
|
|
5499
5499
|
# http body (model)
|
5500
5500
|
post_body = @api_client.object_to_http_body(body)
|
5501
5501
|
|
5502
|
-
auth_names = ['PureCloud
|
5502
|
+
auth_names = ['PureCloud OAuth']
|
5503
5503
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5504
5504
|
:header_params => header_params,
|
5505
5505
|
:query_params => query_params,
|
@@ -5564,7 +5564,7 @@ module PureCloud
|
|
5564
5564
|
# http body (model)
|
5565
5565
|
post_body = nil
|
5566
5566
|
|
5567
|
-
auth_names = ['PureCloud
|
5567
|
+
auth_names = ['PureCloud OAuth']
|
5568
5568
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5569
5569
|
:header_params => header_params,
|
5570
5570
|
:query_params => query_params,
|
@@ -5584,7 +5584,7 @@ module PureCloud
|
|
5584
5584
|
# @param [Hash] opts the optional parameters
|
5585
5585
|
# @option opts [BOOLEAN] :priority Contact priority. True means the contact(s) will be dialed next; false means the contact will go to the end of the contact queue.
|
5586
5586
|
# @option opts [BOOLEAN] :clear_system_data Clear system data. True means the system columns (attempts, callable status, etc) stored on the contact will be cleared if the contact already exists; false means they won't.
|
5587
|
-
# @option opts [BOOLEAN] :do_not_queue Do not queue. True means that updated contacts will not have their positions in the queue altered, so contacts that have already been dialed will not be redialed; False means that updated contacts will be
|
5587
|
+
# @option opts [BOOLEAN] :do_not_queue Do not queue. True means that updated contacts will not have their positions in the queue altered, so contacts that have already been dialed will not be redialed. For new contacts they will not be called until a campaign recycle; False means that updated contacts will be re-queued, according to the 'priority' parameter.
|
5588
5588
|
# @return [Array<DialerContact>]
|
5589
5589
|
def post_outbound_contactlist_contacts(contact_list_id, body, opts = {})
|
5590
5590
|
data, _status_code, _headers = post_outbound_contactlist_contacts_with_http_info(contact_list_id, body, opts)
|
@@ -5598,7 +5598,7 @@ module PureCloud
|
|
5598
5598
|
# @param [Hash] opts the optional parameters
|
5599
5599
|
# @option opts [BOOLEAN] :priority Contact priority. True means the contact(s) will be dialed next; false means the contact will go to the end of the contact queue.
|
5600
5600
|
# @option opts [BOOLEAN] :clear_system_data Clear system data. True means the system columns (attempts, callable status, etc) stored on the contact will be cleared if the contact already exists; false means they won't.
|
5601
|
-
# @option opts [BOOLEAN] :do_not_queue Do not queue. True means that updated contacts will not have their positions in the queue altered, so contacts that have already been dialed will not be redialed; False means that updated contacts will be
|
5601
|
+
# @option opts [BOOLEAN] :do_not_queue Do not queue. True means that updated contacts will not have their positions in the queue altered, so contacts that have already been dialed will not be redialed. For new contacts they will not be called until a campaign recycle; False means that updated contacts will be re-queued, according to the 'priority' parameter.
|
5602
5602
|
# @return [Array<(Array<DialerContact>, Fixnum, Hash)>] Array<DialerContact> data, response status code and response headers
|
5603
5603
|
def post_outbound_contactlist_contacts_with_http_info(contact_list_id, body, opts = {})
|
5604
5604
|
if @api_client.config.debugging
|
@@ -5665,7 +5665,7 @@ module PureCloud
|
|
5665
5665
|
# http body (model)
|
5666
5666
|
post_body = @api_client.object_to_http_body(body)
|
5667
5667
|
|
5668
|
-
auth_names = ['PureCloud
|
5668
|
+
auth_names = ['PureCloud OAuth']
|
5669
5669
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5670
5670
|
:header_params => header_params,
|
5671
5671
|
:query_params => query_params,
|
@@ -5740,7 +5740,7 @@ module PureCloud
|
|
5740
5740
|
# http body (model)
|
5741
5741
|
post_body = @api_client.object_to_http_body(body)
|
5742
5742
|
|
5743
|
-
auth_names = ['PureCloud
|
5743
|
+
auth_names = ['PureCloud OAuth']
|
5744
5744
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5745
5745
|
:header_params => header_params,
|
5746
5746
|
:query_params => query_params,
|
@@ -5805,7 +5805,7 @@ module PureCloud
|
|
5805
5805
|
# http body (model)
|
5806
5806
|
post_body = nil
|
5807
5807
|
|
5808
|
-
auth_names = ['PureCloud
|
5808
|
+
auth_names = ['PureCloud OAuth']
|
5809
5809
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5810
5810
|
:header_params => header_params,
|
5811
5811
|
:query_params => query_params,
|
@@ -5870,7 +5870,7 @@ module PureCloud
|
|
5870
5870
|
# http body (model)
|
5871
5871
|
post_body = @api_client.object_to_http_body(body)
|
5872
5872
|
|
5873
|
-
auth_names = ['PureCloud
|
5873
|
+
auth_names = ['PureCloud OAuth']
|
5874
5874
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5875
5875
|
:header_params => header_params,
|
5876
5876
|
:query_params => query_params,
|
@@ -5935,7 +5935,7 @@ module PureCloud
|
|
5935
5935
|
# http body (model)
|
5936
5936
|
post_body = @api_client.object_to_http_body(body)
|
5937
5937
|
|
5938
|
-
auth_names = ['PureCloud
|
5938
|
+
auth_names = ['PureCloud OAuth']
|
5939
5939
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5940
5940
|
:header_params => header_params,
|
5941
5941
|
:query_params => query_params,
|
@@ -6000,7 +6000,7 @@ module PureCloud
|
|
6000
6000
|
# http body (model)
|
6001
6001
|
post_body = @api_client.object_to_http_body(body)
|
6002
6002
|
|
6003
|
-
auth_names = ['PureCloud
|
6003
|
+
auth_names = ['PureCloud OAuth']
|
6004
6004
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6005
6005
|
:header_params => header_params,
|
6006
6006
|
:query_params => query_params,
|
@@ -6065,7 +6065,7 @@ module PureCloud
|
|
6065
6065
|
# http body (model)
|
6066
6066
|
post_body = nil
|
6067
6067
|
|
6068
|
-
auth_names = ['PureCloud
|
6068
|
+
auth_names = ['PureCloud OAuth']
|
6069
6069
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6070
6070
|
:header_params => header_params,
|
6071
6071
|
:query_params => query_params,
|
@@ -6129,7 +6129,7 @@ module PureCloud
|
|
6129
6129
|
# http body (model)
|
6130
6130
|
post_body = nil
|
6131
6131
|
|
6132
|
-
auth_names = ['PureCloud
|
6132
|
+
auth_names = ['PureCloud OAuth']
|
6133
6133
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6134
6134
|
:header_params => header_params,
|
6135
6135
|
:query_params => query_params,
|
@@ -6204,7 +6204,7 @@ module PureCloud
|
|
6204
6204
|
# http body (model)
|
6205
6205
|
post_body = @api_client.object_to_http_body(body)
|
6206
6206
|
|
6207
|
-
auth_names = ['PureCloud
|
6207
|
+
auth_names = ['PureCloud OAuth']
|
6208
6208
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6209
6209
|
:header_params => header_params,
|
6210
6210
|
:query_params => query_params,
|
@@ -6268,7 +6268,7 @@ module PureCloud
|
|
6268
6268
|
# http body (model)
|
6269
6269
|
post_body = @api_client.object_to_http_body(body)
|
6270
6270
|
|
6271
|
-
auth_names = ['PureCloud
|
6271
|
+
auth_names = ['PureCloud OAuth']
|
6272
6272
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6273
6273
|
:header_params => header_params,
|
6274
6274
|
:query_params => query_params,
|
@@ -6333,7 +6333,7 @@ module PureCloud
|
|
6333
6333
|
# http body (model)
|
6334
6334
|
post_body = @api_client.object_to_http_body(body)
|
6335
6335
|
|
6336
|
-
auth_names = ['PureCloud
|
6336
|
+
auth_names = ['PureCloud OAuth']
|
6337
6337
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6338
6338
|
:header_params => header_params,
|
6339
6339
|
:query_params => query_params,
|
@@ -6398,7 +6398,7 @@ module PureCloud
|
|
6398
6398
|
# http body (model)
|
6399
6399
|
post_body = @api_client.object_to_http_body(body)
|
6400
6400
|
|
6401
|
-
auth_names = ['PureCloud
|
6401
|
+
auth_names = ['PureCloud OAuth']
|
6402
6402
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6403
6403
|
:header_params => header_params,
|
6404
6404
|
:query_params => query_params,
|
@@ -6473,7 +6473,7 @@ module PureCloud
|
|
6473
6473
|
# http body (model)
|
6474
6474
|
post_body = @api_client.object_to_http_body(body)
|
6475
6475
|
|
6476
|
-
auth_names = ['PureCloud
|
6476
|
+
auth_names = ['PureCloud OAuth']
|
6477
6477
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
6478
6478
|
:header_params => header_params,
|
6479
6479
|
:query_params => query_params,
|
@@ -6548,7 +6548,7 @@ module PureCloud
|
|
6548
6548
|
# http body (model)
|
6549
6549
|
post_body = @api_client.object_to_http_body(body)
|
6550
6550
|
|
6551
|
-
auth_names = ['PureCloud
|
6551
|
+
auth_names = ['PureCloud OAuth']
|
6552
6552
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
6553
6553
|
:header_params => header_params,
|
6554
6554
|
:query_params => query_params,
|
@@ -6623,7 +6623,7 @@ module PureCloud
|
|
6623
6623
|
# http body (model)
|
6624
6624
|
post_body = @api_client.object_to_http_body(body)
|
6625
6625
|
|
6626
|
-
auth_names = ['PureCloud
|
6626
|
+
auth_names = ['PureCloud OAuth']
|
6627
6627
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
6628
6628
|
:header_params => header_params,
|
6629
6629
|
:query_params => query_params,
|
@@ -6698,7 +6698,7 @@ module PureCloud
|
|
6698
6698
|
# http body (model)
|
6699
6699
|
post_body = @api_client.object_to_http_body(body)
|
6700
6700
|
|
6701
|
-
auth_names = ['PureCloud
|
6701
|
+
auth_names = ['PureCloud OAuth']
|
6702
6702
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
6703
6703
|
:header_params => header_params,
|
6704
6704
|
:query_params => query_params,
|
@@ -6783,7 +6783,7 @@ module PureCloud
|
|
6783
6783
|
# http body (model)
|
6784
6784
|
post_body = @api_client.object_to_http_body(body)
|
6785
6785
|
|
6786
|
-
auth_names = ['PureCloud
|
6786
|
+
auth_names = ['PureCloud OAuth']
|
6787
6787
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
6788
6788
|
:header_params => header_params,
|
6789
6789
|
:query_params => query_params,
|
@@ -6858,7 +6858,7 @@ module PureCloud
|
|
6858
6858
|
# http body (model)
|
6859
6859
|
post_body = @api_client.object_to_http_body(body)
|
6860
6860
|
|
6861
|
-
auth_names = ['PureCloud
|
6861
|
+
auth_names = ['PureCloud OAuth']
|
6862
6862
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
6863
6863
|
:header_params => header_params,
|
6864
6864
|
:query_params => query_params,
|
@@ -6933,7 +6933,7 @@ module PureCloud
|
|
6933
6933
|
# http body (model)
|
6934
6934
|
post_body = @api_client.object_to_http_body(body)
|
6935
6935
|
|
6936
|
-
auth_names = ['PureCloud
|
6936
|
+
auth_names = ['PureCloud OAuth']
|
6937
6937
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
6938
6938
|
:header_params => header_params,
|
6939
6939
|
:query_params => query_params,
|
@@ -7018,7 +7018,7 @@ module PureCloud
|
|
7018
7018
|
# http body (model)
|
7019
7019
|
post_body = @api_client.object_to_http_body(body)
|
7020
7020
|
|
7021
|
-
auth_names = ['PureCloud
|
7021
|
+
auth_names = ['PureCloud OAuth']
|
7022
7022
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
7023
7023
|
:header_params => header_params,
|
7024
7024
|
:query_params => query_params,
|
@@ -7093,7 +7093,7 @@ module PureCloud
|
|
7093
7093
|
# http body (model)
|
7094
7094
|
post_body = @api_client.object_to_http_body(body)
|
7095
7095
|
|
7096
|
-
auth_names = ['PureCloud
|
7096
|
+
auth_names = ['PureCloud OAuth']
|
7097
7097
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
7098
7098
|
:header_params => header_params,
|
7099
7099
|
:query_params => query_params,
|
@@ -7168,7 +7168,7 @@ module PureCloud
|
|
7168
7168
|
# http body (model)
|
7169
7169
|
post_body = @api_client.object_to_http_body(body)
|
7170
7170
|
|
7171
|
-
auth_names = ['PureCloud
|
7171
|
+
auth_names = ['PureCloud OAuth']
|
7172
7172
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
7173
7173
|
:header_params => header_params,
|
7174
7174
|
:query_params => query_params,
|
@@ -7243,7 +7243,7 @@ module PureCloud
|
|
7243
7243
|
# http body (model)
|
7244
7244
|
post_body = @api_client.object_to_http_body(body)
|
7245
7245
|
|
7246
|
-
auth_names = ['PureCloud
|
7246
|
+
auth_names = ['PureCloud OAuth']
|
7247
7247
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
7248
7248
|
:header_params => header_params,
|
7249
7249
|
:query_params => query_params,
|
@@ -7318,7 +7318,7 @@ module PureCloud
|
|
7318
7318
|
# http body (model)
|
7319
7319
|
post_body = @api_client.object_to_http_body(body)
|
7320
7320
|
|
7321
|
-
auth_names = ['PureCloud
|
7321
|
+
auth_names = ['PureCloud OAuth']
|
7322
7322
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
7323
7323
|
:header_params => header_params,
|
7324
7324
|
:query_params => query_params,
|
@@ -7393,7 +7393,7 @@ module PureCloud
|
|
7393
7393
|
# http body (model)
|
7394
7394
|
post_body = @api_client.object_to_http_body(body)
|
7395
7395
|
|
7396
|
-
auth_names = ['PureCloud
|
7396
|
+
auth_names = ['PureCloud OAuth']
|
7397
7397
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
7398
7398
|
:header_params => header_params,
|
7399
7399
|
:query_params => query_params,
|
@@ -7468,7 +7468,7 @@ module PureCloud
|
|
7468
7468
|
# http body (model)
|
7469
7469
|
post_body = @api_client.object_to_http_body(body)
|
7470
7470
|
|
7471
|
-
auth_names = ['PureCloud
|
7471
|
+
auth_names = ['PureCloud OAuth']
|
7472
7472
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
7473
7473
|
:header_params => header_params,
|
7474
7474
|
:query_params => query_params,
|
@@ -7533,7 +7533,7 @@ module PureCloud
|
|
7533
7533
|
# http body (model)
|
7534
7534
|
post_body = @api_client.object_to_http_body(body)
|
7535
7535
|
|
7536
|
-
auth_names = ['PureCloud
|
7536
|
+
auth_names = ['PureCloud OAuth']
|
7537
7537
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
7538
7538
|
:header_params => header_params,
|
7539
7539
|
:query_params => query_params,
|