Method: PureCloud::SearchApi#get_search_0
- Defined in:
- lib/purecloud/api/search_api.rb
#get_search_0(opts = {}) ⇒ JsonNodeSearchResponse
Search using q64
137 138 139 140 |
# File 'lib/purecloud/api/search_api.rb', line 137 def get_search_0(opts = {}) data, status_code, headers = get_search_0_with_http_info(opts) return data end |