VoiceCall Queries

Interactive examples coming soon...

activeVoiceCalls :: [VoiceCall]

Search for active calls filtering by location phone number

ArgumentTypeDescription
locationIdID!

callLog :: CallLog

ArgumentTypeDescription
idID!ID of resource to lookup

callLogs :: [CallLog]

Get a list of call logs

ArgumentTypeDescription
insertedAtEndNaiveDateTime
insertedAtStartNaiveDateTime
limitInt
locationIds[String]
offsetInt

callLogsCount :: Int

ArgumentTypeDescription
insertedAtEndNaiveDateTime
insertedAtStartNaiveDateTime
locationIds[String]

dialpadOffices :: [DialpadOffice]

No arguments.

recentVoiceCalls :: [VoiceCall]

Search for recent calls filtering by location phone number

ArgumentTypeDescription
insertedAtEndNaiveDateTime
insertedAtStartNaiveDateTime
limitInt
locationIds[String]
offsetInt

recentVoiceCallsCount :: Int

ArgumentTypeDescription
insertedAtEndNaiveDateTime
insertedAtStartNaiveDateTime
locationIds[String]
offsetInt