Method: Falcon::RealTimeResponseApi#r_tr_list_sessions

Defined in:
lib/crimson-falcon/api/real_time_response_api.rb

#r_tr_list_sessions(body, opts = {}) ⇒ DomainSessionResponseWrapper

Get session metadata by session id.

Parameters:

  • body (MsaIdsRequest)

    **`ids`** List of RTR sessions to retrieve. RTR will only return the sessions that were created by the calling user

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



1489
1490
1491
1492
# File 'lib/crimson-falcon/api/real_time_response_api.rb', line 1489

def r_tr_list_sessions(body, opts = {})
  data, _status_code, _headers = r_tr_list_sessions_with_http_info(body, opts)
  data
end