Method: Frontapp::Client::Conversations#get_conversation_events

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

#get_conversation_events(conversation_id) ⇒ Object

Parameters Name Type Description


conversation_id string Id or email of the requested conversation




61
62
63
# File 'lib/frontapp/client/conversations.rb', line 61

def get_conversation_events(conversation_id)
  list("conversations/#{conversation_id}/events")
end