doc_out/TelephonyProvidersEdgeApi.html.md in purecloud-0.42.1 vs doc_out/TelephonyProvidersEdgeApi.html.md in purecloud-0.43.1
- old
+ new
@@ -3096,14 +3096,16 @@
page_number: 1, # Integer | Page number
page_size: 25, # Integer | Page size
sort_by: "name", # String | Value by which to sort
sort_order: "ASC", # String | Sort order
site_id: "site_id_example", # String | Filter by site.id
+ web_rtc_user_id: "web_rtc_user_id_example", # String | Filter by webRtcUser.id
phone_base_settings_id: "phone_base_settings_id_example", # String | Filter by phoneBaseSettings.id
+ lines_logged_in_user_id: "lines_logged_in_user_id_example", # String | Filter by lines.loggedInUser.id
phone_hardware_id: "phone_hardware_id_example", # String | Filter by phone_hardwareId
expand: ["expand_example"], # Array<String> | Fields to expand in the response, comma-separated
- fields: ["fields_example"] # Array<String> | Fields under properties to get, comma-separated
+ fields: ["fields_example"] # Array<String> | Fields and properties to get, comma-separated
}
begin
#Get a list of Phone Instances
result = api_instance.get_providers_edges_phones(opts)
@@ -3120,13 +3122,15 @@
**page_number** | **Integer**| Page number | [optional] [default to 1]
**page_size** | **Integer**| Page size | [optional] [default to 25]
**sort_by** | **String**| Value by which to sort | [optional] [default to name]
**sort_order** | **String**| Sort order | [optional] [default to ASC]
**site_id** | **String**| Filter by site.id | [optional]
+ **web_rtc_user_id** | **String**| Filter by webRtcUser.id | [optional]
**phone_base_settings_id** | **String**| Filter by phoneBaseSettings.id | [optional]
+ **lines_logged_in_user_id** | **String**| Filter by lines.loggedInUser.id | [optional]
**phone_hardware_id** | **String**| Filter by phone_hardwareId | [optional]
**expand** | [**Array<String>**](String.html)| Fields to expand in the response, comma-separated | [optional]
- **fields** | [**Array<String>**](String.html)| Fields under properties to get, comma-separated | [optional]
+ **fields** | [**Array<String>**](String.html)| Fields and properties to get, comma-separated | [optional]
{: class="table table-striped"}
### Return type