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
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 |