Method: UltracartClient::StorefrontApi#get_screen_recording_segment

Defined in:
lib/ultracart_api/api/storefront_api.rb

#get_screen_recording_segment(storefront_oid, screen_recording_segment_oid, opts = {}) ⇒ ScreenRecordingSegmentResponse

Get screen recording segment

Parameters:

  • storefront_oid (Integer)
  • screen_recording_segment_oid (Integer)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



6983
6984
6985
6986
# File 'lib/ultracart_api/api/storefront_api.rb', line 6983

def get_screen_recording_segment(storefront_oid, screen_recording_segment_oid, opts = {})
  data, _status_code, _headers = get_screen_recording_segment_with_http_info(storefront_oid, screen_recording_segment_oid, opts)
  data
end