docs/OutboundApi.md in purecloudplatformclientv2-28.0.1 vs docs/OutboundApi.md in purecloudplatformclientv2-29.0.0
- old
+ new
@@ -1876,10 +1876,11 @@
opts = {
page_size: 25, # Integer | Page size
page_number: 1, # Integer | Page number
filter_type: "Prefix", # String | Filter type
name: "name_example", # String | Name
+ id: ["id_example"], # Array<String> | id
contact_list_id: "contact_list_id_example", # String | Contact List ID
dnc_list_id: "dnc_list_id_example", # String | DNC list ID
distribution_queue_id: "distribution_queue_id_example", # String | Distribution queue ID
edge_group_id: "edge_group_id_example", # String | Edge group ID
call_analysis_response_set_id: "call_analysis_response_set_id_example", # String | Call analysis response set ID
@@ -1902,10 +1903,11 @@
------------- | ------------- | ------------- | -------------
**page_size** | **Integer**| Page size | [optional] [default to 25] |
**page_number** | **Integer**| Page number | [optional] [default to 1] |
**filter_type** | **String**| Filter type | [optional] [default to Prefix]<br />**Values**: Equals, RegEx, Contains, Prefix, LessThan, LessThanEqualTo, GreaterThan, GreaterThanEqualTo, BeginsWith, EndsWith |
**name** | **String**| Name | [optional] |
+ **id** | [**Array<String>**](String.html)| id | [optional] |
**contact_list_id** | **String**| Contact List ID | [optional] |
**dnc_list_id** | **String**| DNC list ID | [optional] |
**distribution_queue_id** | **String**| Distribution queue ID | [optional] |
**edge_group_id** | **String**| Edge group ID | [optional] |
**call_analysis_response_set_id** | **String**| Call analysis response set ID | [optional] |
@@ -2338,10 +2340,11 @@
include_size: false, # BOOLEAN | Include size
page_size: 25, # Integer | Page size
page_number: 1, # Integer | Page number
filter_type: "Prefix", # String | Filter type
name: "name_example", # String | Name
+ id: ["id_example"], # Array<String> | id
sort_by: "sort_by_example", # String | Sort by
sort_order: "a" # String | Sort order
}
begin
@@ -2361,9 +2364,10 @@
**include_size** | **BOOLEAN**| Include size | [optional] [default to false] |
**page_size** | **Integer**| Page size | [optional] [default to 25] |
**page_number** | **Integer**| Page number | [optional] [default to 1] |
**filter_type** | **String**| Filter type | [optional] [default to Prefix]<br />**Values**: Equals, RegEx, Contains, Prefix, LessThan, LessThanEqualTo, GreaterThan, GreaterThanEqualTo, BeginsWith, EndsWith |
**name** | **String**| Name | [optional] |
+ **id** | [**Array<String>**](String.html)| id | [optional] |
**sort_by** | **String**| Sort by | [optional] |
**sort_order** | **String**| Sort order | [optional] [default to a]<br />**Values**: ascending, descending |
{: class="table table-striped"}