Get Multichannel Recording Structure

This method is used to get information about the structure of a specific multichannel call recording. The call is identified by the Global Inteaciton Identifier (GIID). This article describes the various ways the GIID of a call can be obtained.

Response Attributes

AttributeDescription
_idInternal use only.
tenant_idInternal use only.
global_interaction_idThe GIID of this interaction. (The same GIID that was used to get this metadata.)
interaction_idThe GIID may refer to several related interactions (for example, a primary customer-agent call and a related consult call). Thus, in addition to the GIID, each interaction has a globally unique interactionid. Each interaction has a list of _parties.
party_idIdentifier of a party within the interaction identified by the interaction_id. Note that this identifier is used exclusively for retrieval of the party's audio via the Get Party Audio File method and is not intended to be used for any other purposes.
party_typeUSER - the given party is a configured BPCC user (typically, an agent); CONTACT - the given party is a known customer; UNIDENTIFIED - the given party could not be identified as either a BPCC user or a known customer.
first_nameParty's first name if available.
last_nameParty's last name if available.
phoneParty's phone number used for the given call if available.
user_idInternal use only.
recordingsBecause call recording can be stopped and started, each party can have multiple recording segments. The recordings array contains data about each recording segment, including its duration in seconds and start_time in UTC. Note that the ordinal numbers of recording segments start with 0.
Language
Credentials
Bearer
Click Try It! to start a request and see the response here!