Перейти к основному содержимому

WebCallSuccess

Событие успешного звонка

type WebCallSuccess implements HistoryEvent {
durationSeconds: Int!
eventTime: Instant!
id: String!
initiator: Initiator
person: PersonItem
phoneNumber: String!
recordUrl: String
vacancy: Vacancy
}

Fields

WebCallSuccess.durationSeconds ● Int! non-null scalar

WebCallSuccess.eventTime ● Instant! non-null scalar

Время события

WebCallSuccess.id ● String! non-null scalar

WebCallSuccess.initiator ● Initiator union

Инициатор события

WebCallSuccess.person ● PersonItem object

Кандидат

WebCallSuccess.phoneNumber ● String! non-null scalar

WebCallSuccess.recordUrl ● String scalar

WebCallSuccess.vacancy ● Vacancy union

Вакансия

Interfaces

HistoryEvent interface