Method: Vonage::ProactiveConnect::List#find

Defined in:
lib/vonage/proactive_connect/list.rb

#find(id:) ⇒ Object

Deprecated.

Get list by id

Examples:

response = proactive_connect.list.find(id: 'e546eebe-8e23-4e4d-bb7c-29d4700c9865')

Parameters:

  • :id (required, String)

    Unique identifier for the list

See Also:



72
73
74
75
# File 'lib/vonage/proactive_connect/list.rb', line 72

def find(id:)
  logger.info('This method is deprecated and will be removed in a future release.')
  request("/v0.1/bulk/lists/#{id}")
end