Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The GET /interactions/{guid}/content/{contentKey} endpoint enables you to get a single interaction content file after specifying the interaction GUID and the content key.

Panel
borderColor#eeeeee
bgColorwhite
titleColorwhite
borderWidth1
titleBGColor#ffa78c#D34204
borderStylesolid
titleIn this page

Table of Contents

...

Authorization scopes supported:

ScopeAccess granted
interaction-content:readEntire endpoint

Parameters

...

The endpoint accepts the following path parameters:

guid

Type

Required

Example

StringTrue2480fc2c-bbd7-427c-9439-02f76583aef5

The unique identifier of the interaction you want to get content for.

contentKey

Type

Required

Example

StringTruecallRecording

...

  • callRecording. The call recording files in audio/wav format.
  • transcript. The transcript of a call recording in application/json JSON format.chatTranscript
  • categorizationResult. The transcript of a chat.attachment. The attachment file in application/json categorization result of the transcript in application/JSON format.categorizationResult
  • sentimentSummary. The
  • categorization result
  • sentiment summary of the transcript
  • in application
  • in application/
  • json
  • JSON format.
  • Unique identifiers. To get

    a voicemail or a screen recording

    other interaction content, you must provide the unique identifier of the specific

    voicemail or screen recording

    content you want to get. For example,

     

    017f2106-ff1b-8d35-89e5-1e01b327a159

    . (

    . Unique identifiers are returned by the GET /interactions and GET /interactions/{guid} endpoints. Interaction content that is identified by unique identifier is:

    • Audio recordings collected by the IVR Data Collector. Content is returned in video file format.

    • Voicemails. Content is returned in WAV format. Identifiers for older voicemails may be in the format voicemail-123 where 123 is the ID of the agent who the voicemail is for

    .) Unique identifiers for voicemails and screen recordings are returned by the GET /interactions and GET /interactions/{guid} endpoints
    • .

    • Screen recordings. Content is returned in video file format.

    • Video and screen share (Visual Engagement) recordings. Content is returned in video file format.

    • Chat transcript. Content is returned in application/JSON format.
    • Chat attachment. Content can be in any format.
    • Conversation summaries generated by AI. Content is returned in JSON format.
    • Interaction logs in JSON format.

Header parameters

range

Type

Required

Example

StringFalse
bytes=0-1023

...

  • callRecording (audio/wav)
  • transcript, chatTranscriptcategorizationResult, attachment , conversationSummary, interactionLogsentimentSummary (application/jsonJSON)
  • screenRecording (video/webm)
  • voicemail (audio/wav)
  • ivrAudioRecording (audio/wav)
  • videoRecording (video)
  • attachment (any)

For information about successful responses, see Success response code and parameters in Responses (Interaction Content API).

Insert excerpt
_ExcerptRunInPostman
_ExcerptRunInPostman
nopaneltrue