GetGongCallInformationByCallIdDetail
Metadata and media for a single Gong call.
type GetGongCallInformationByCallIdDetail {
title: String
duration: Int
primaryUserId: String
primaryUserName: String
totalAttendees: Int
isPrivate: Boolean
url: String
started: String
videoUrl: String
audioUrl: String
}
Fields
GetGongCallInformationByCallIdDetail.title ● String scalar
Call title.
GetGongCallInformationByCallIdDetail.duration ● Int scalar
Call duration in seconds.
GetGongCallInformationByCallIdDetail.primaryUserId ● String scalar
User id of the call's primary owner.
GetGongCallInformationByCallIdDetail.primaryUserName ● String scalar
Display name of the call's primary owner.
GetGongCallInformationByCallIdDetail.totalAttendees ● Int scalar
Number of parties on the call.
GetGongCallInformationByCallIdDetail.isPrivate ● Boolean scalar
Whether the call is marked private in Gong.
GetGongCallInformationByCallIdDetail.url ● String scalar
Link to the call in Gong.
GetGongCallInformationByCallIdDetail.started ● String scalar
Call start time.
GetGongCallInformationByCallIdDetail.videoUrl ● String scalar
URL of the call's video recording.
GetGongCallInformationByCallIdDetail.audioUrl ● String scalar
URL of the call's audio recording.