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
@@ -95,7 +95,7 @@ module PureCloud
|
|
95
95
|
# http body (model)
|
96
96
|
post_body = nil
|
97
97
|
|
98
|
-
auth_names = ['PureCloud
|
98
|
+
auth_names = ['PureCloud OAuth']
|
99
99
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
100
100
|
:header_params => header_params,
|
101
101
|
:query_params => query_params,
|
@@ -159,7 +159,7 @@ module PureCloud
|
|
159
159
|
# http body (model)
|
160
160
|
post_body = nil
|
161
161
|
|
162
|
-
auth_names = ['PureCloud
|
162
|
+
auth_names = ['PureCloud OAuth']
|
163
163
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
164
164
|
:header_params => header_params,
|
165
165
|
:query_params => query_params,
|
@@ -225,7 +225,7 @@ module PureCloud
|
|
225
225
|
# http body (model)
|
226
226
|
post_body = nil
|
227
227
|
|
228
|
-
auth_names = ['PureCloud
|
228
|
+
auth_names = ['PureCloud OAuth']
|
229
229
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
230
230
|
:header_params => header_params,
|
231
231
|
:query_params => query_params,
|
@@ -289,7 +289,7 @@ module PureCloud
|
|
289
289
|
# http body (model)
|
290
290
|
post_body = nil
|
291
291
|
|
292
|
-
auth_names = ['PureCloud
|
292
|
+
auth_names = ['PureCloud OAuth']
|
293
293
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
294
294
|
:header_params => header_params,
|
295
295
|
: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,
|
@@ -479,7 +479,7 @@ module PureCloud
|
|
479
479
|
# http body (model)
|
480
480
|
post_body = nil
|
481
481
|
|
482
|
-
auth_names = ['PureCloud
|
482
|
+
auth_names = ['PureCloud OAuth']
|
483
483
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
484
484
|
:header_params => header_params,
|
485
485
|
:query_params => query_params,
|
@@ -554,7 +554,7 @@ module PureCloud
|
|
554
554
|
# http body (model)
|
555
555
|
post_body = nil
|
556
556
|
|
557
|
-
auth_names = ['PureCloud
|
557
|
+
auth_names = ['PureCloud OAuth']
|
558
558
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
559
559
|
:header_params => header_params,
|
560
560
|
:query_params => query_params,
|
@@ -619,7 +619,7 @@ module PureCloud
|
|
619
619
|
# http body (model)
|
620
620
|
post_body = nil
|
621
621
|
|
622
|
-
auth_names = ['PureCloud
|
622
|
+
auth_names = ['PureCloud OAuth']
|
623
623
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
624
624
|
:header_params => header_params,
|
625
625
|
:query_params => query_params,
|
@@ -694,7 +694,7 @@ module PureCloud
|
|
694
694
|
# http body (model)
|
695
695
|
post_body = nil
|
696
696
|
|
697
|
-
auth_names = ['PureCloud
|
697
|
+
auth_names = ['PureCloud OAuth']
|
698
698
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
699
699
|
:header_params => header_params,
|
700
700
|
:query_params => query_params,
|
@@ -781,7 +781,7 @@ module PureCloud
|
|
781
781
|
# http body (model)
|
782
782
|
post_body = nil
|
783
783
|
|
784
|
-
auth_names = ['PureCloud
|
784
|
+
auth_names = ['PureCloud OAuth']
|
785
785
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
786
786
|
:header_params => header_params,
|
787
787
|
:query_params => query_params,
|
@@ -846,7 +846,7 @@ module PureCloud
|
|
846
846
|
# http body (model)
|
847
847
|
post_body = nil
|
848
848
|
|
849
|
-
auth_names = ['PureCloud
|
849
|
+
auth_names = ['PureCloud OAuth']
|
850
850
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
851
851
|
:header_params => header_params,
|
852
852
|
:query_params => query_params,
|
@@ -942,7 +942,7 @@ module PureCloud
|
|
942
942
|
# http body (model)
|
943
943
|
post_body = nil
|
944
944
|
|
945
|
-
auth_names = ['PureCloud
|
945
|
+
auth_names = ['PureCloud OAuth']
|
946
946
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
947
947
|
:header_params => header_params,
|
948
948
|
:query_params => query_params,
|
@@ -1073,7 +1073,7 @@ module PureCloud
|
|
1073
1073
|
# http body (model)
|
1074
1074
|
post_body = nil
|
1075
1075
|
|
1076
|
-
auth_names = ['PureCloud
|
1076
|
+
auth_names = ['PureCloud OAuth']
|
1077
1077
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1078
1078
|
:header_params => header_params,
|
1079
1079
|
:query_params => query_params,
|
@@ -1138,7 +1138,7 @@ module PureCloud
|
|
1138
1138
|
# http body (model)
|
1139
1139
|
post_body = nil
|
1140
1140
|
|
1141
|
-
auth_names = ['PureCloud
|
1141
|
+
auth_names = ['PureCloud OAuth']
|
1142
1142
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1143
1143
|
:header_params => header_params,
|
1144
1144
|
:query_params => query_params,
|
@@ -1203,7 +1203,7 @@ module PureCloud
|
|
1203
1203
|
# http body (model)
|
1204
1204
|
post_body = nil
|
1205
1205
|
|
1206
|
-
auth_names = ['PureCloud
|
1206
|
+
auth_names = ['PureCloud OAuth']
|
1207
1207
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1208
1208
|
:header_params => header_params,
|
1209
1209
|
:query_params => query_params,
|
@@ -1258,7 +1258,7 @@ module PureCloud
|
|
1258
1258
|
# http body (model)
|
1259
1259
|
post_body = nil
|
1260
1260
|
|
1261
|
-
auth_names = ['PureCloud
|
1261
|
+
auth_names = ['PureCloud OAuth']
|
1262
1262
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1263
1263
|
:header_params => header_params,
|
1264
1264
|
:query_params => query_params,
|
@@ -1403,7 +1403,7 @@ module PureCloud
|
|
1403
1403
|
# http body (model)
|
1404
1404
|
post_body = nil
|
1405
1405
|
|
1406
|
-
auth_names = ['PureCloud
|
1406
|
+
auth_names = ['PureCloud OAuth']
|
1407
1407
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1408
1408
|
:header_params => header_params,
|
1409
1409
|
:query_params => query_params,
|
@@ -1468,7 +1468,7 @@ module PureCloud
|
|
1468
1468
|
# http body (model)
|
1469
1469
|
post_body = nil
|
1470
1470
|
|
1471
|
-
auth_names = ['PureCloud
|
1471
|
+
auth_names = ['PureCloud OAuth']
|
1472
1472
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1473
1473
|
:header_params => header_params,
|
1474
1474
|
:query_params => query_params,
|
@@ -1541,7 +1541,7 @@ module PureCloud
|
|
1541
1541
|
# http body (model)
|
1542
1542
|
post_body = nil
|
1543
1543
|
|
1544
|
-
auth_names = ['PureCloud
|
1544
|
+
auth_names = ['PureCloud OAuth']
|
1545
1545
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1546
1546
|
:header_params => header_params,
|
1547
1547
|
:query_params => query_params,
|
@@ -1596,7 +1596,7 @@ module PureCloud
|
|
1596
1596
|
# http body (model)
|
1597
1597
|
post_body = nil
|
1598
1598
|
|
1599
|
-
auth_names = ['PureCloud
|
1599
|
+
auth_names = ['PureCloud OAuth']
|
1600
1600
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1601
1601
|
:header_params => header_params,
|
1602
1602
|
:query_params => query_params,
|
@@ -1660,7 +1660,7 @@ module PureCloud
|
|
1660
1660
|
# http body (model)
|
1661
1661
|
post_body = nil
|
1662
1662
|
|
1663
|
-
auth_names = ['PureCloud
|
1663
|
+
auth_names = ['PureCloud OAuth']
|
1664
1664
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1665
1665
|
:header_params => header_params,
|
1666
1666
|
: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,
|
@@ -1808,7 +1808,7 @@ module PureCloud
|
|
1808
1808
|
# http body (model)
|
1809
1809
|
post_body = @api_client.object_to_http_body(body)
|
1810
1810
|
|
1811
|
-
auth_names = ['PureCloud
|
1811
|
+
auth_names = ['PureCloud OAuth']
|
1812
1812
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
1813
1813
|
:header_params => header_params,
|
1814
1814
|
:query_params => query_params,
|
@@ -1881,7 +1881,7 @@ module PureCloud
|
|
1881
1881
|
# http body (model)
|
1882
1882
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
1883
1883
|
|
1884
|
-
auth_names = ['PureCloud
|
1884
|
+
auth_names = ['PureCloud OAuth']
|
1885
1885
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
1886
1886
|
:header_params => header_params,
|
1887
1887
|
:query_params => query_params,
|
@@ -1965,7 +1965,7 @@ module PureCloud
|
|
1965
1965
|
# http body (model)
|
1966
1966
|
post_body = @api_client.object_to_http_body(body)
|
1967
1967
|
|
1968
|
-
auth_names = ['PureCloud
|
1968
|
+
auth_names = ['PureCloud OAuth']
|
1969
1969
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1970
1970
|
:header_params => header_params,
|
1971
1971
|
:query_params => query_params,
|
@@ -2030,7 +2030,7 @@ module PureCloud
|
|
2030
2030
|
# http body (model)
|
2031
2031
|
post_body = @api_client.object_to_http_body(body)
|
2032
2032
|
|
2033
|
-
auth_names = ['PureCloud
|
2033
|
+
auth_names = ['PureCloud OAuth']
|
2034
2034
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2035
2035
|
:header_params => header_params,
|
2036
2036
|
:query_params => query_params,
|
@@ -2095,7 +2095,7 @@ module PureCloud
|
|
2095
2095
|
# http body (model)
|
2096
2096
|
post_body = @api_client.object_to_http_body(body)
|
2097
2097
|
|
2098
|
-
auth_names = ['PureCloud
|
2098
|
+
auth_names = ['PureCloud OAuth']
|
2099
2099
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2100
2100
|
:header_params => header_params,
|
2101
2101
|
:query_params => query_params,
|
@@ -2160,7 +2160,7 @@ module PureCloud
|
|
2160
2160
|
# http body (model)
|
2161
2161
|
post_body = @api_client.object_to_http_body(body)
|
2162
2162
|
|
2163
|
-
auth_names = ['PureCloud
|
2163
|
+
auth_names = ['PureCloud OAuth']
|
2164
2164
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2165
2165
|
:header_params => header_params,
|
2166
2166
|
:query_params => query_params,
|
@@ -2225,7 +2225,7 @@ module PureCloud
|
|
2225
2225
|
# http body (model)
|
2226
2226
|
post_body = @api_client.object_to_http_body(body)
|
2227
2227
|
|
2228
|
-
auth_names = ['PureCloud
|
2228
|
+
auth_names = ['PureCloud OAuth']
|
2229
2229
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2230
2230
|
:header_params => header_params,
|
2231
2231
|
:query_params => query_params,
|
@@ -2280,7 +2280,7 @@ module PureCloud
|
|
2280
2280
|
# http body (model)
|
2281
2281
|
post_body = nil
|
2282
2282
|
|
2283
|
-
auth_names = ['PureCloud
|
2283
|
+
auth_names = ['PureCloud OAuth']
|
2284
2284
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2285
2285
|
:header_params => header_params,
|
2286
2286
|
:query_params => query_params,
|
@@ -2365,7 +2365,7 @@ module PureCloud
|
|
2365
2365
|
# http body (model)
|
2366
2366
|
post_body = @api_client.object_to_http_body(body)
|
2367
2367
|
|
2368
|
-
auth_names = ['PureCloud
|
2368
|
+
auth_names = ['PureCloud OAuth']
|
2369
2369
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2370
2370
|
:header_params => header_params,
|
2371
2371
|
:query_params => query_params,
|
@@ -2460,7 +2460,7 @@ module PureCloud
|
|
2460
2460
|
# http body (model)
|
2461
2461
|
post_body = @api_client.object_to_http_body(body)
|
2462
2462
|
|
2463
|
-
auth_names = ['PureCloud
|
2463
|
+
auth_names = ['PureCloud OAuth']
|
2464
2464
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2465
2465
|
:header_params => header_params,
|
2466
2466
|
:query_params => query_params,
|
@@ -2533,7 +2533,7 @@ module PureCloud
|
|
2533
2533
|
# http body (model)
|
2534
2534
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
2535
2535
|
|
2536
|
-
auth_names = ['PureCloud
|
2536
|
+
auth_names = ['PureCloud OAuth']
|
2537
2537
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2538
2538
|
:header_params => header_params,
|
2539
2539
|
:query_params => query_params,
|
@@ -2608,7 +2608,7 @@ module PureCloud
|
|
2608
2608
|
# http body (model)
|
2609
2609
|
post_body = @api_client.object_to_http_body(body)
|
2610
2610
|
|
2611
|
-
auth_names = ['PureCloud
|
2611
|
+
auth_names = ['PureCloud OAuth']
|
2612
2612
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2613
2613
|
:header_params => header_params,
|
2614
2614
|
:query_params => query_params,
|
@@ -2683,7 +2683,7 @@ module PureCloud
|
|
2683
2683
|
# http body (model)
|
2684
2684
|
post_body = @api_client.object_to_http_body(body)
|
2685
2685
|
|
2686
|
-
auth_names = ['PureCloud
|
2686
|
+
auth_names = ['PureCloud OAuth']
|
2687
2687
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2688
2688
|
:header_params => header_params,
|
2689
2689
|
:query_params => query_params,
|
@@ -2748,7 +2748,7 @@ module PureCloud
|
|
2748
2748
|
# http body (model)
|
2749
2749
|
post_body = @api_client.object_to_http_body(body)
|
2750
2750
|
|
2751
|
-
auth_names = ['PureCloud
|
2751
|
+
auth_names = ['PureCloud OAuth']
|
2752
2752
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2753
2753
|
:header_params => header_params,
|
2754
2754
|
:query_params => query_params,
|
@@ -2813,7 +2813,7 @@ module PureCloud
|
|
2813
2813
|
# http body (model)
|
2814
2814
|
post_body = @api_client.object_to_http_body(body)
|
2815
2815
|
|
2816
|
-
auth_names = ['PureCloud
|
2816
|
+
auth_names = ['PureCloud OAuth']
|
2817
2817
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2818
2818
|
:header_params => header_params,
|
2819
2819
|
: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,
|
@@ -211,7 +211,7 @@ module PureCloud
|
|
211
211
|
# http body (model)
|
212
212
|
post_body = nil
|
213
213
|
|
214
|
-
auth_names = ['PureCloud
|
214
|
+
auth_names = ['PureCloud OAuth']
|
215
215
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
216
216
|
:header_params => header_params,
|
217
217
|
:query_params => query_params,
|
@@ -276,7 +276,7 @@ module PureCloud
|
|
276
276
|
# http body (model)
|
277
277
|
post_body = nil
|
278
278
|
|
279
|
-
auth_names = ['PureCloud
|
279
|
+
auth_names = ['PureCloud OAuth']
|
280
280
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
281
281
|
:header_params => header_params,
|
282
282
|
:query_params => query_params,
|
@@ -354,7 +354,7 @@ module PureCloud
|
|
354
354
|
# http body (model)
|
355
355
|
post_body = nil
|
356
356
|
|
357
|
-
auth_names = ['PureCloud
|
357
|
+
auth_names = ['PureCloud OAuth']
|
358
358
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
359
359
|
:header_params => header_params,
|
360
360
|
:query_params => query_params,
|
@@ -451,7 +451,7 @@ module PureCloud
|
|
451
451
|
# http body (model)
|
452
452
|
post_body = nil
|
453
453
|
|
454
|
-
auth_names = ['PureCloud
|
454
|
+
auth_names = ['PureCloud OAuth']
|
455
455
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
456
456
|
:header_params => header_params,
|
457
457
|
:query_params => query_params,
|
@@ -516,7 +516,7 @@ module PureCloud
|
|
516
516
|
# http body (model)
|
517
517
|
post_body = @api_client.object_to_http_body(body)
|
518
518
|
|
519
|
-
auth_names = ['PureCloud
|
519
|
+
auth_names = ['PureCloud OAuth']
|
520
520
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
521
521
|
:header_params => header_params,
|
522
522
|
:query_params => query_params,
|
@@ -594,7 +594,7 @@ module PureCloud
|
|
594
594
|
# http body (model)
|
595
595
|
post_body = @api_client.object_to_http_body(body)
|
596
596
|
|
597
|
-
auth_names = ['PureCloud
|
597
|
+
auth_names = ['PureCloud OAuth']
|
598
598
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
599
599
|
:header_params => header_params,
|
600
600
|
:query_params => query_params,
|
@@ -659,7 +659,7 @@ module PureCloud
|
|
659
659
|
# http body (model)
|
660
660
|
post_body = @api_client.object_to_http_body(body)
|
661
661
|
|
662
|
-
auth_names = ['PureCloud
|
662
|
+
auth_names = ['PureCloud OAuth']
|
663
663
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
664
664
|
:header_params => header_params,
|
665
665
|
:query_params => query_params,
|
@@ -734,7 +734,7 @@ module PureCloud
|
|
734
734
|
# http body (model)
|
735
735
|
post_body = @api_client.object_to_http_body(body)
|
736
736
|
|
737
|
-
auth_names = ['PureCloud
|
737
|
+
auth_names = ['PureCloud OAuth']
|
738
738
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
739
739
|
:header_params => header_params,
|
740
740
|
:query_params => query_params,
|
@@ -822,7 +822,7 @@ module PureCloud
|
|
822
822
|
# http body (model)
|
823
823
|
post_body = @api_client.object_to_http_body(body)
|
824
824
|
|
825
|
-
auth_names = ['PureCloud
|
825
|
+
auth_names = ['PureCloud OAuth']
|
826
826
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
827
827
|
:header_params => header_params,
|
828
828
|
: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,
|
@@ -222,7 +222,7 @@ module PureCloud
|
|
222
222
|
# http body (model)
|
223
223
|
post_body = nil
|
224
224
|
|
225
|
-
auth_names = ['PureCloud
|
225
|
+
auth_names = ['PureCloud OAuth']
|
226
226
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
227
227
|
:header_params => header_params,
|
228
228
|
:query_params => query_params,
|
@@ -296,7 +296,7 @@ module PureCloud
|
|
296
296
|
# http body (model)
|
297
297
|
post_body = nil
|
298
298
|
|
299
|
-
auth_names = ['PureCloud
|
299
|
+
auth_names = ['PureCloud OAuth']
|
300
300
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
301
301
|
:header_params => header_params,
|
302
302
|
:query_params => query_params,
|
@@ -370,7 +370,7 @@ module PureCloud
|
|
370
370
|
# http body (model)
|
371
371
|
post_body = nil
|
372
372
|
|
373
|
-
auth_names = ['PureCloud
|
373
|
+
auth_names = ['PureCloud OAuth']
|
374
374
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
375
375
|
:header_params => header_params,
|
376
376
|
:query_params => query_params,
|
@@ -434,7 +434,7 @@ module PureCloud
|
|
434
434
|
# http body (model)
|
435
435
|
post_body = nil
|
436
436
|
|
437
|
-
auth_names = ['PureCloud
|
437
|
+
auth_names = ['PureCloud OAuth']
|
438
438
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
439
439
|
:header_params => header_params,
|
440
440
|
:query_params => query_params,
|
@@ -498,7 +498,7 @@ module PureCloud
|
|
498
498
|
# http body (model)
|
499
499
|
post_body = nil
|
500
500
|
|
501
|
-
auth_names = ['PureCloud
|
501
|
+
auth_names = ['PureCloud OAuth']
|
502
502
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
503
503
|
:header_params => header_params,
|
504
504
|
:query_params => query_params,
|
@@ -552,7 +552,7 @@ module PureCloud
|
|
552
552
|
# http body (model)
|
553
553
|
post_body = nil
|
554
554
|
|
555
|
-
auth_names = ['PureCloud
|
555
|
+
auth_names = ['PureCloud OAuth']
|
556
556
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
557
557
|
:header_params => header_params,
|
558
558
|
:query_params => query_params,
|
@@ -616,7 +616,7 @@ module PureCloud
|
|
616
616
|
# http body (model)
|
617
617
|
post_body = nil
|
618
618
|
|
619
|
-
auth_names = ['PureCloud
|
619
|
+
auth_names = ['PureCloud OAuth']
|
620
620
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
621
621
|
:header_params => header_params,
|
622
622
|
:query_params => query_params,
|
@@ -690,7 +690,7 @@ module PureCloud
|
|
690
690
|
# http body (model)
|
691
691
|
post_body = nil
|
692
692
|
|
693
|
-
auth_names = ['PureCloud
|
693
|
+
auth_names = ['PureCloud OAuth']
|
694
694
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
695
695
|
:header_params => header_params,
|
696
696
|
:query_params => query_params,
|
@@ -764,7 +764,7 @@ module PureCloud
|
|
764
764
|
# http body (model)
|
765
765
|
post_body = nil
|
766
766
|
|
767
|
-
auth_names = ['PureCloud
|
767
|
+
auth_names = ['PureCloud OAuth']
|
768
768
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
769
769
|
:header_params => header_params,
|
770
770
|
:query_params => query_params,
|
@@ -828,7 +828,7 @@ module PureCloud
|
|
828
828
|
# http body (model)
|
829
829
|
post_body = nil
|
830
830
|
|
831
|
-
auth_names = ['PureCloud
|
831
|
+
auth_names = ['PureCloud OAuth']
|
832
832
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
833
833
|
:header_params => header_params,
|
834
834
|
:query_params => query_params,
|
@@ -903,7 +903,7 @@ module PureCloud
|
|
903
903
|
# http body (model)
|
904
904
|
post_body = nil
|
905
905
|
|
906
|
-
auth_names = ['PureCloud
|
906
|
+
auth_names = ['PureCloud OAuth']
|
907
907
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
908
908
|
:header_params => header_params,
|
909
909
|
:query_params => query_params,
|
@@ -995,7 +995,7 @@ module PureCloud
|
|
995
995
|
# http body (model)
|
996
996
|
post_body = nil
|
997
997
|
|
998
|
-
auth_names = ['PureCloud
|
998
|
+
auth_names = ['PureCloud OAuth']
|
999
999
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1000
1000
|
:header_params => header_params,
|
1001
1001
|
:query_params => query_params,
|
@@ -1050,7 +1050,7 @@ module PureCloud
|
|
1050
1050
|
# http body (model)
|
1051
1051
|
post_body = nil
|
1052
1052
|
|
1053
|
-
auth_names = ['PureCloud
|
1053
|
+
auth_names = ['PureCloud OAuth']
|
1054
1054
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1055
1055
|
:header_params => header_params,
|
1056
1056
|
:query_params => query_params,
|
@@ -1105,7 +1105,7 @@ module PureCloud
|
|
1105
1105
|
# http body (model)
|
1106
1106
|
post_body = nil
|
1107
1107
|
|
1108
|
-
auth_names = ['PureCloud
|
1108
|
+
auth_names = ['PureCloud OAuth']
|
1109
1109
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1110
1110
|
:header_params => header_params,
|
1111
1111
|
:query_params => query_params,
|
@@ -1209,7 +1209,7 @@ module PureCloud
|
|
1209
1209
|
# http body (model)
|
1210
1210
|
post_body = nil
|
1211
1211
|
|
1212
|
-
auth_names = ['PureCloud
|
1212
|
+
auth_names = ['PureCloud OAuth']
|
1213
1213
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1214
1214
|
:header_params => header_params,
|
1215
1215
|
:query_params => query_params,
|
@@ -1274,7 +1274,7 @@ module PureCloud
|
|
1274
1274
|
# http body (model)
|
1275
1275
|
post_body = nil
|
1276
1276
|
|
1277
|
-
auth_names = ['PureCloud
|
1277
|
+
auth_names = ['PureCloud OAuth']
|
1278
1278
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1279
1279
|
:header_params => header_params,
|
1280
1280
|
:query_params => query_params,
|
@@ -1360,7 +1360,7 @@ module PureCloud
|
|
1360
1360
|
# http body (model)
|
1361
1361
|
post_body = nil
|
1362
1362
|
|
1363
|
-
auth_names = ['PureCloud
|
1363
|
+
auth_names = ['PureCloud OAuth']
|
1364
1364
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1365
1365
|
:header_params => header_params,
|
1366
1366
|
:query_params => query_params,
|
@@ -1425,7 +1425,7 @@ module PureCloud
|
|
1425
1425
|
# http body (model)
|
1426
1426
|
post_body = nil
|
1427
1427
|
|
1428
|
-
auth_names = ['PureCloud
|
1428
|
+
auth_names = ['PureCloud OAuth']
|
1429
1429
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1430
1430
|
:header_params => header_params,
|
1431
1431
|
:query_params => query_params,
|
@@ -1499,7 +1499,7 @@ module PureCloud
|
|
1499
1499
|
# http body (model)
|
1500
1500
|
post_body = nil
|
1501
1501
|
|
1502
|
-
auth_names = ['PureCloud
|
1502
|
+
auth_names = ['PureCloud OAuth']
|
1503
1503
|
data, status_code, headers = @api_client.call_api(:GET, 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 = nil
|
1576
1576
|
|
1577
|
-
auth_names = ['PureCloud
|
1577
|
+
auth_names = ['PureCloud OAuth']
|
1578
1578
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1579
1579
|
:header_params => header_params,
|
1580
1580
|
:query_params => query_params,
|
@@ -1738,7 +1738,7 @@ module PureCloud
|
|
1738
1738
|
# http body (model)
|
1739
1739
|
post_body = nil
|
1740
1740
|
|
1741
|
-
auth_names = ['PureCloud
|
1741
|
+
auth_names = ['PureCloud OAuth']
|
1742
1742
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1743
1743
|
:header_params => header_params,
|
1744
1744
|
:query_params => query_params,
|
@@ -1803,7 +1803,7 @@ module PureCloud
|
|
1803
1803
|
# http body (model)
|
1804
1804
|
post_body = nil
|
1805
1805
|
|
1806
|
-
auth_names = ['PureCloud
|
1806
|
+
auth_names = ['PureCloud OAuth']
|
1807
1807
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1808
1808
|
:header_params => header_params,
|
1809
1809
|
:query_params => query_params,
|
@@ -1912,7 +1912,7 @@ module PureCloud
|
|
1912
1912
|
# http body (model)
|
1913
1913
|
post_body = nil
|
1914
1914
|
|
1915
|
-
auth_names = ['PureCloud
|
1915
|
+
auth_names = ['PureCloud OAuth']
|
1916
1916
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1917
1917
|
:header_params => header_params,
|
1918
1918
|
:query_params => query_params,
|
@@ -1926,11 +1926,11 @@ module PureCloud
|
|
1926
1926
|
return data, status_code, headers
|
1927
1927
|
end
|
1928
1928
|
|
1929
|
-
# Get a
|
1929
|
+
# Get a paged listing of simplified queue objects, filterable by name, queue ID(s), or division ID(s).
|
1930
1930
|
#
|
1931
1931
|
# @param [Hash] opts the optional parameters
|
1932
|
-
# @option opts [Integer] :page_size Page size (default to 25)
|
1933
|
-
# @option opts [Integer] :page_number Page number (default to 1)
|
1932
|
+
# @option opts [Integer] :page_size Page size [max value is 100] (default to 25)
|
1933
|
+
# @option opts [Integer] :page_number Page number [max value is 5] (default to 1)
|
1934
1934
|
# @option opts [String] :sort_by Sort by (default to name)
|
1935
1935
|
# @option opts [String] :sort_order Sort order (default to asc)
|
1936
1936
|
# @option opts [String] :name Name
|
@@ -1942,11 +1942,11 @@ module PureCloud
|
|
1942
1942
|
return data
|
1943
1943
|
end
|
1944
1944
|
|
1945
|
-
# Get a
|
1945
|
+
# Get a paged listing of simplified queue objects, filterable by name, queue ID(s), or division ID(s).
|
1946
1946
|
#
|
1947
1947
|
# @param [Hash] opts the optional parameters
|
1948
|
-
# @option opts [Integer] :page_size Page size
|
1949
|
-
# @option opts [Integer] :page_number Page number
|
1948
|
+
# @option opts [Integer] :page_size Page size [max value is 100]
|
1949
|
+
# @option opts [Integer] :page_number Page number [max value is 5]
|
1950
1950
|
# @option opts [String] :sort_by Sort by
|
1951
1951
|
# @option opts [String] :sort_order Sort order
|
1952
1952
|
# @option opts [String] :name Name
|
@@ -1973,6 +1973,10 @@ module PureCloud
|
|
1973
1973
|
|
1974
1974
|
|
1975
1975
|
|
1976
|
+
if opts[:'sort_by'] && !['name', 'id', 'divisionId'].include?(opts[:'sort_by'])
|
1977
|
+
fail ArgumentError, 'invalid value for "sort_by", must be one of name, id, divisionId'
|
1978
|
+
end
|
1979
|
+
|
1976
1980
|
|
1977
1981
|
|
1978
1982
|
|
@@ -2034,7 +2038,7 @@ module PureCloud
|
|
2034
2038
|
# http body (model)
|
2035
2039
|
post_body = nil
|
2036
2040
|
|
2037
|
-
auth_names = ['PureCloud
|
2041
|
+
auth_names = ['PureCloud OAuth']
|
2038
2042
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2039
2043
|
:header_params => header_params,
|
2040
2044
|
:query_params => query_params,
|
@@ -2048,6 +2052,105 @@ module PureCloud
|
|
2048
2052
|
return data, status_code, headers
|
2049
2053
|
end
|
2050
2054
|
|
2055
|
+
# Get a paged listing of simplified queue objects. Can be used to get a digest of all queues in an organization.
|
2056
|
+
#
|
2057
|
+
# @param [Hash] opts the optional parameters
|
2058
|
+
# @option opts [Integer] :page_size Page size [max value is 500] (default to 25)
|
2059
|
+
# @option opts [Integer] :page_number Page number (default to 1)
|
2060
|
+
# @option opts [String] :sort_by Sort by (default to name)
|
2061
|
+
# @option opts [String] :sort_order Sort order (default to asc)
|
2062
|
+
# @return [QueueEntityListing]
|
2063
|
+
def get_routing_queues_divisionviews_all(opts = {})
|
2064
|
+
data, _status_code, _headers = get_routing_queues_divisionviews_all_with_http_info(opts)
|
2065
|
+
return data
|
2066
|
+
end
|
2067
|
+
|
2068
|
+
# Get a paged listing of simplified queue objects. Can be used to get a digest of all queues in an organization.
|
2069
|
+
#
|
2070
|
+
# @param [Hash] opts the optional parameters
|
2071
|
+
# @option opts [Integer] :page_size Page size [max value is 500]
|
2072
|
+
# @option opts [Integer] :page_number Page number
|
2073
|
+
# @option opts [String] :sort_by Sort by
|
2074
|
+
# @option opts [String] :sort_order Sort order
|
2075
|
+
# @return [Array<(QueueEntityListing, Fixnum, Hash)>] QueueEntityListing data, response status code and response headers
|
2076
|
+
def get_routing_queues_divisionviews_all_with_http_info(opts = {})
|
2077
|
+
if @api_client.config.debugging
|
2078
|
+
@api_client.config.logger.debug "Calling API: RoutingApi.get_routing_queues_divisionviews_all ..."
|
2079
|
+
end
|
2080
|
+
|
2081
|
+
|
2082
|
+
|
2083
|
+
|
2084
|
+
|
2085
|
+
|
2086
|
+
|
2087
|
+
|
2088
|
+
|
2089
|
+
|
2090
|
+
|
2091
|
+
|
2092
|
+
|
2093
|
+
|
2094
|
+
|
2095
|
+
|
2096
|
+
if opts[:'sort_by'] && !['name', 'id', 'divisionId'].include?(opts[:'sort_by'])
|
2097
|
+
fail ArgumentError, 'invalid value for "sort_by", must be one of name, id, divisionId'
|
2098
|
+
end
|
2099
|
+
|
2100
|
+
|
2101
|
+
|
2102
|
+
|
2103
|
+
|
2104
|
+
|
2105
|
+
|
2106
|
+
if opts[:'sort_order'] && !['asc', 'desc', 'score'].include?(opts[:'sort_order'])
|
2107
|
+
fail ArgumentError, 'invalid value for "sort_order", must be one of asc, desc, score'
|
2108
|
+
end
|
2109
|
+
|
2110
|
+
|
2111
|
+
|
2112
|
+
|
2113
|
+
# resource path
|
2114
|
+
local_var_path = "/api/v2/routing/queues/divisionviews/all".sub('{format}','json')
|
2115
|
+
|
2116
|
+
# query parameters
|
2117
|
+
query_params = {}
|
2118
|
+
query_params[:'pageSize'] = opts[:'page_size'] if opts[:'page_size']
|
2119
|
+
query_params[:'pageNumber'] = opts[:'page_number'] if opts[:'page_number']
|
2120
|
+
query_params[:'sortBy'] = opts[:'sort_by'] if opts[:'sort_by']
|
2121
|
+
query_params[:'sortOrder'] = opts[:'sort_order'] if opts[:'sort_order']
|
2122
|
+
|
2123
|
+
# header parameters
|
2124
|
+
header_params = {}
|
2125
|
+
|
2126
|
+
# HTTP header 'Accept' (if needed)
|
2127
|
+
local_header_accept = ['application/json']
|
2128
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
2129
|
+
|
2130
|
+
# HTTP header 'Content-Type'
|
2131
|
+
local_header_content_type = ['application/json']
|
2132
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
2133
|
+
|
2134
|
+
# form parameters
|
2135
|
+
form_params = {}
|
2136
|
+
|
2137
|
+
# http body (model)
|
2138
|
+
post_body = nil
|
2139
|
+
|
2140
|
+
auth_names = ['PureCloud OAuth']
|
2141
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2142
|
+
:header_params => header_params,
|
2143
|
+
:query_params => query_params,
|
2144
|
+
:form_params => form_params,
|
2145
|
+
:body => post_body,
|
2146
|
+
:auth_names => auth_names,
|
2147
|
+
:return_type => 'QueueEntityListing')
|
2148
|
+
if @api_client.config.debugging
|
2149
|
+
@api_client.config.logger.debug "API called: RoutingApi#get_routing_queues_divisionviews_all\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2150
|
+
end
|
2151
|
+
return data, status_code, headers
|
2152
|
+
end
|
2153
|
+
|
2051
2154
|
# Get a paged listing of queues the user is a member of.
|
2052
2155
|
#
|
2053
2156
|
# @param [Hash] opts the optional parameters
|
@@ -2134,7 +2237,7 @@ module PureCloud
|
|
2134
2237
|
# http body (model)
|
2135
2238
|
post_body = nil
|
2136
2239
|
|
2137
|
-
auth_names = ['PureCloud
|
2240
|
+
auth_names = ['PureCloud OAuth']
|
2138
2241
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2139
2242
|
:header_params => header_params,
|
2140
2243
|
:query_params => query_params,
|
@@ -2199,7 +2302,7 @@ module PureCloud
|
|
2199
2302
|
# http body (model)
|
2200
2303
|
post_body = nil
|
2201
2304
|
|
2202
|
-
auth_names = ['PureCloud
|
2305
|
+
auth_names = ['PureCloud OAuth']
|
2203
2306
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2204
2307
|
:header_params => header_params,
|
2205
2308
|
:query_params => query_params,
|
@@ -2290,7 +2393,7 @@ module PureCloud
|
|
2290
2393
|
# http body (model)
|
2291
2394
|
post_body = nil
|
2292
2395
|
|
2293
|
-
auth_names = ['PureCloud
|
2396
|
+
auth_names = ['PureCloud OAuth']
|
2294
2397
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2295
2398
|
:header_params => header_params,
|
2296
2399
|
:query_params => query_params,
|
@@ -2421,7 +2524,7 @@ module PureCloud
|
|
2421
2524
|
# http body (model)
|
2422
2525
|
post_body = nil
|
2423
2526
|
|
2424
|
-
auth_names = ['PureCloud
|
2527
|
+
auth_names = ['PureCloud OAuth']
|
2425
2528
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2426
2529
|
:header_params => header_params,
|
2427
2530
|
:query_params => query_params,
|
@@ -2486,7 +2589,7 @@ module PureCloud
|
|
2486
2589
|
# http body (model)
|
2487
2590
|
post_body = nil
|
2488
2591
|
|
2489
|
-
auth_names = ['PureCloud
|
2592
|
+
auth_names = ['PureCloud OAuth']
|
2490
2593
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2491
2594
|
:header_params => header_params,
|
2492
2595
|
:query_params => query_params,
|
@@ -2594,7 +2697,7 @@ module PureCloud
|
|
2594
2697
|
# http body (model)
|
2595
2698
|
post_body = nil
|
2596
2699
|
|
2597
|
-
auth_names = ['PureCloud
|
2700
|
+
auth_names = ['PureCloud OAuth']
|
2598
2701
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2599
2702
|
:header_params => header_params,
|
2600
2703
|
:query_params => query_params,
|
@@ -2649,7 +2752,7 @@ module PureCloud
|
|
2649
2752
|
# http body (model)
|
2650
2753
|
post_body = nil
|
2651
2754
|
|
2652
|
-
auth_names = ['PureCloud
|
2755
|
+
auth_names = ['PureCloud OAuth']
|
2653
2756
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2654
2757
|
:header_params => header_params,
|
2655
2758
|
:query_params => query_params,
|
@@ -2714,7 +2817,7 @@ module PureCloud
|
|
2714
2817
|
# http body (model)
|
2715
2818
|
post_body = nil
|
2716
2819
|
|
2717
|
-
auth_names = ['PureCloud
|
2820
|
+
auth_names = ['PureCloud OAuth']
|
2718
2821
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2719
2822
|
:header_params => header_params,
|
2720
2823
|
:query_params => query_params,
|
@@ -2809,7 +2912,7 @@ module PureCloud
|
|
2809
2912
|
# http body (model)
|
2810
2913
|
post_body = nil
|
2811
2914
|
|
2812
|
-
auth_names = ['PureCloud
|
2915
|
+
auth_names = ['PureCloud OAuth']
|
2813
2916
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2814
2917
|
:header_params => header_params,
|
2815
2918
|
:query_params => query_params,
|
@@ -2905,7 +3008,7 @@ module PureCloud
|
|
2905
3008
|
# http body (model)
|
2906
3009
|
post_body = nil
|
2907
3010
|
|
2908
|
-
auth_names = ['PureCloud
|
3011
|
+
auth_names = ['PureCloud OAuth']
|
2909
3012
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2910
3013
|
:header_params => header_params,
|
2911
3014
|
:query_params => query_params,
|
@@ -3001,7 +3104,7 @@ module PureCloud
|
|
3001
3104
|
# http body (model)
|
3002
3105
|
post_body = nil
|
3003
3106
|
|
3004
|
-
auth_names = ['PureCloud
|
3107
|
+
auth_names = ['PureCloud OAuth']
|
3005
3108
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3006
3109
|
:header_params => header_params,
|
3007
3110
|
:query_params => query_params,
|
@@ -3015,7 +3118,7 @@ module PureCloud
|
|
3015
3118
|
return data, status_code, headers
|
3016
3119
|
end
|
3017
3120
|
|
3018
|
-
# Update the ring number
|
3121
|
+
# Update the ring number or joined status for a User in a Queue
|
3019
3122
|
#
|
3020
3123
|
# @param queue_id Queue ID
|
3021
3124
|
# @param member_id Member ID
|
@@ -3027,7 +3130,7 @@ module PureCloud
|
|
3027
3130
|
return data
|
3028
3131
|
end
|
3029
3132
|
|
3030
|
-
# Update the ring number
|
3133
|
+
# Update the ring number or joined status for a User in a Queue
|
3031
3134
|
#
|
3032
3135
|
# @param queue_id Queue ID
|
3033
3136
|
# @param member_id Member ID
|
@@ -3086,7 +3189,7 @@ module PureCloud
|
|
3086
3189
|
# http body (model)
|
3087
3190
|
post_body = @api_client.object_to_http_body(body)
|
3088
3191
|
|
3089
|
-
auth_names = ['PureCloud
|
3192
|
+
auth_names = ['PureCloud OAuth']
|
3090
3193
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
3091
3194
|
:header_params => header_params,
|
3092
3195
|
:query_params => query_params,
|
@@ -3161,7 +3264,7 @@ module PureCloud
|
|
3161
3264
|
# http body (model)
|
3162
3265
|
post_body = @api_client.object_to_http_body(body)
|
3163
3266
|
|
3164
|
-
auth_names = ['PureCloud
|
3267
|
+
auth_names = ['PureCloud OAuth']
|
3165
3268
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
3166
3269
|
:header_params => header_params,
|
3167
3270
|
:query_params => query_params,
|
@@ -3246,7 +3349,7 @@ module PureCloud
|
|
3246
3349
|
# http body (model)
|
3247
3350
|
post_body = @api_client.object_to_http_body(body)
|
3248
3351
|
|
3249
|
-
auth_names = ['PureCloud
|
3352
|
+
auth_names = ['PureCloud OAuth']
|
3250
3353
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
3251
3354
|
:header_params => header_params,
|
3252
3355
|
:query_params => query_params,
|
@@ -3321,7 +3424,7 @@ module PureCloud
|
|
3321
3424
|
# http body (model)
|
3322
3425
|
post_body = @api_client.object_to_http_body(body)
|
3323
3426
|
|
3324
|
-
auth_names = ['PureCloud
|
3427
|
+
auth_names = ['PureCloud OAuth']
|
3325
3428
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
3326
3429
|
:header_params => header_params,
|
3327
3430
|
:query_params => query_params,
|
@@ -3396,7 +3499,7 @@ module PureCloud
|
|
3396
3499
|
# http body (model)
|
3397
3500
|
post_body = @api_client.object_to_http_body(body)
|
3398
3501
|
|
3399
|
-
auth_names = ['PureCloud
|
3502
|
+
auth_names = ['PureCloud OAuth']
|
3400
3503
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
3401
3504
|
:header_params => header_params,
|
3402
3505
|
:query_params => query_params,
|
@@ -3461,7 +3564,7 @@ module PureCloud
|
|
3461
3564
|
# http body (model)
|
3462
3565
|
post_body = @api_client.object_to_http_body(body)
|
3463
3566
|
|
3464
|
-
auth_names = ['PureCloud
|
3567
|
+
auth_names = ['PureCloud OAuth']
|
3465
3568
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3466
3569
|
:header_params => header_params,
|
3467
3570
|
:query_params => query_params,
|
@@ -3536,7 +3639,7 @@ module PureCloud
|
|
3536
3639
|
# http body (model)
|
3537
3640
|
post_body = @api_client.object_to_http_body(body)
|
3538
3641
|
|
3539
|
-
auth_names = ['PureCloud
|
3642
|
+
auth_names = ['PureCloud OAuth']
|
3540
3643
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3541
3644
|
:header_params => header_params,
|
3542
3645
|
:query_params => query_params,
|
@@ -3601,7 +3704,7 @@ module PureCloud
|
|
3601
3704
|
# http body (model)
|
3602
3705
|
post_body = @api_client.object_to_http_body(body)
|
3603
3706
|
|
3604
|
-
auth_names = ['PureCloud
|
3707
|
+
auth_names = ['PureCloud OAuth']
|
3605
3708
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3606
3709
|
:header_params => header_params,
|
3607
3710
|
:query_params => query_params,
|
@@ -3666,7 +3769,7 @@ module PureCloud
|
|
3666
3769
|
# http body (model)
|
3667
3770
|
post_body = @api_client.object_to_http_body(body)
|
3668
3771
|
|
3669
|
-
auth_names = ['PureCloud
|
3772
|
+
auth_names = ['PureCloud OAuth']
|
3670
3773
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3671
3774
|
:header_params => header_params,
|
3672
3775
|
:query_params => query_params,
|
@@ -3750,7 +3853,7 @@ module PureCloud
|
|
3750
3853
|
# http body (model)
|
3751
3854
|
post_body = @api_client.object_to_http_body(body)
|
3752
3855
|
|
3753
|
-
auth_names = ['PureCloud
|
3856
|
+
auth_names = ['PureCloud OAuth']
|
3754
3857
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3755
3858
|
:header_params => header_params,
|
3756
3859
|
:query_params => query_params,
|
@@ -3825,7 +3928,7 @@ module PureCloud
|
|
3825
3928
|
# http body (model)
|
3826
3929
|
post_body = @api_client.object_to_http_body(body)
|
3827
3930
|
|
3828
|
-
auth_names = ['PureCloud
|
3931
|
+
auth_names = ['PureCloud OAuth']
|
3829
3932
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3830
3933
|
:header_params => header_params,
|
3831
3934
|
:query_params => query_params,
|
@@ -3890,7 +3993,7 @@ module PureCloud
|
|
3890
3993
|
# http body (model)
|
3891
3994
|
post_body = @api_client.object_to_http_body(body)
|
3892
3995
|
|
3893
|
-
auth_names = ['PureCloud
|
3996
|
+
auth_names = ['PureCloud OAuth']
|
3894
3997
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3895
3998
|
:header_params => header_params,
|
3896
3999
|
:query_params => query_params,
|
@@ -3955,7 +4058,7 @@ module PureCloud
|
|
3955
4058
|
# http body (model)
|
3956
4059
|
post_body = @api_client.object_to_http_body(body)
|
3957
4060
|
|
3958
|
-
auth_names = ['PureCloud
|
4061
|
+
auth_names = ['PureCloud OAuth']
|
3959
4062
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3960
4063
|
:header_params => header_params,
|
3961
4064
|
:query_params => query_params,
|
@@ -4020,7 +4123,7 @@ module PureCloud
|
|
4020
4123
|
# http body (model)
|
4021
4124
|
post_body = @api_client.object_to_http_body(body)
|
4022
4125
|
|
4023
|
-
auth_names = ['PureCloud
|
4126
|
+
auth_names = ['PureCloud OAuth']
|
4024
4127
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4025
4128
|
:header_params => header_params,
|
4026
4129
|
:query_params => query_params,
|
@@ -4085,7 +4188,7 @@ module PureCloud
|
|
4085
4188
|
# http body (model)
|
4086
4189
|
post_body = @api_client.object_to_http_body(body)
|
4087
4190
|
|
4088
|
-
auth_names = ['PureCloud
|
4191
|
+
auth_names = ['PureCloud OAuth']
|
4089
4192
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4090
4193
|
:header_params => header_params,
|
4091
4194
|
:query_params => query_params,
|
@@ -4150,7 +4253,7 @@ module PureCloud
|
|
4150
4253
|
# http body (model)
|
4151
4254
|
post_body = @api_client.object_to_http_body(body)
|
4152
4255
|
|
4153
|
-
auth_names = ['PureCloud
|
4256
|
+
auth_names = ['PureCloud OAuth']
|
4154
4257
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4155
4258
|
:header_params => header_params,
|
4156
4259
|
:query_params => query_params,
|
@@ -4225,7 +4328,7 @@ module PureCloud
|
|
4225
4328
|
# http body (model)
|
4226
4329
|
post_body = @api_client.object_to_http_body(body)
|
4227
4330
|
|
4228
|
-
auth_names = ['PureCloud
|
4331
|
+
auth_names = ['PureCloud OAuth']
|
4229
4332
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4230
4333
|
:header_params => header_params,
|
4231
4334
|
:query_params => query_params,
|
@@ -4300,7 +4403,7 @@ module PureCloud
|
|
4300
4403
|
# http body (model)
|
4301
4404
|
post_body = @api_client.object_to_http_body(body)
|
4302
4405
|
|
4303
|
-
auth_names = ['PureCloud
|
4406
|
+
auth_names = ['PureCloud OAuth']
|
4304
4407
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4305
4408
|
:header_params => header_params,
|
4306
4409
|
:query_params => query_params,
|
@@ -4385,7 +4488,7 @@ module PureCloud
|
|
4385
4488
|
# http body (model)
|
4386
4489
|
post_body = @api_client.object_to_http_body(body)
|
4387
4490
|
|
4388
|
-
auth_names = ['PureCloud
|
4491
|
+
auth_names = ['PureCloud OAuth']
|
4389
4492
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
4390
4493
|
:header_params => header_params,
|
4391
4494
|
:query_params => query_params,
|
@@ -4460,7 +4563,7 @@ module PureCloud
|
|
4460
4563
|
# http body (model)
|
4461
4564
|
post_body = @api_client.object_to_http_body(body)
|
4462
4565
|
|
4463
|
-
auth_names = ['PureCloud
|
4566
|
+
auth_names = ['PureCloud OAuth']
|
4464
4567
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
4465
4568
|
:header_params => header_params,
|
4466
4569
|
:query_params => query_params,
|
@@ -4535,7 +4638,7 @@ module PureCloud
|
|
4535
4638
|
# http body (model)
|
4536
4639
|
post_body = @api_client.object_to_http_body(body)
|
4537
4640
|
|
4538
|
-
auth_names = ['PureCloud
|
4641
|
+
auth_names = ['PureCloud OAuth']
|
4539
4642
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
4540
4643
|
:header_params => header_params,
|
4541
4644
|
:query_params => query_params,
|
@@ -4610,7 +4713,7 @@ module PureCloud
|
|
4610
4713
|
# http body (model)
|
4611
4714
|
post_body = @api_client.object_to_http_body(body)
|
4612
4715
|
|
4613
|
-
auth_names = ['PureCloud
|
4716
|
+
auth_names = ['PureCloud OAuth']
|
4614
4717
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
4615
4718
|
:header_params => header_params,
|
4616
4719
|
:query_params => query_params,
|
@@ -4675,7 +4778,7 @@ module PureCloud
|
|
4675
4778
|
# http body (model)
|
4676
4779
|
post_body = @api_client.object_to_http_body(body)
|
4677
4780
|
|
4678
|
-
auth_names = ['PureCloud
|
4781
|
+
auth_names = ['PureCloud OAuth']
|
4679
4782
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
4680
4783
|
:header_params => header_params,
|
4681
4784
|
:query_params => query_params,
|
@@ -4750,7 +4853,7 @@ module PureCloud
|
|
4750
4853
|
# http body (model)
|
4751
4854
|
post_body = @api_client.object_to_http_body(body)
|
4752
4855
|
|
4753
|
-
auth_names = ['PureCloud
|
4856
|
+
auth_names = ['PureCloud OAuth']
|
4754
4857
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
4755
4858
|
:header_params => header_params,
|
4756
4859
|
:query_params => query_params,
|
@@ -4835,7 +4938,7 @@ module PureCloud
|
|
4835
4938
|
# http body (model)
|
4836
4939
|
post_body = @api_client.object_to_http_body(body)
|
4837
4940
|
|
4838
|
-
auth_names = ['PureCloud
|
4941
|
+
auth_names = ['PureCloud OAuth']
|
4839
4942
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
4840
4943
|
:header_params => header_params,
|
4841
4944
|
:query_params => query_params,
|