Method: Frontapp::Client::Conversations#get_conversation_messages

Defined in:
lib/frontapp/client/conversations.rb

#get_conversation_messages(conversation_id) ⇒ Object

Parameters Name Type Description


conversation_id string Id or email of the requested conversation




70
71
72
# File 'lib/frontapp/client/conversations.rb', line 70

def get_conversation_messages(conversation_id)
  list("conversations/#{conversation_id}/messages")
end