ApiResponse<CreateCallResponse> |
CallsApi.createCallWithHttpInfo(String accountId,
CreateCall createCall) |
Create Call
Creates an outbound phone call.
|
ApiResponse<CreateLookupResponse> |
PhoneNumberLookupApi.createLookupWithHttpInfo(String accountId,
LookupRequest lookupRequest) |
Create Lookup
Create a Phone Number Lookup Request.
|
ApiResponse<Message> |
MessagesApi.createMessageWithHttpInfo(String accountId,
MessageRequest messageRequest) |
Create Message
Endpoint for sending text messages and picture messages using V2 messaging.
|
ApiResponse<Void> |
RecordingsApi.deleteCallTranscriptionWithHttpInfo(String accountId,
String callId,
String recordingId) |
Delete Transcription
Deletes the specified recording's transcription.
|
ApiResponse<Void> |
MediaApi.deleteMediaWithHttpInfo(String accountId,
String mediaId) |
Delete Media
Deletes a media file from Bandwidth API server.
|
ApiResponse<Void> |
RecordingsApi.deleteRecordingMediaWithHttpInfo(String accountId,
String callId,
String recordingId) |
Delete Recording Media
Deletes the specified recording's media.
|
ApiResponse<Void> |
RecordingsApi.deleteRecordingWithHttpInfo(String accountId,
String callId,
String recordingId) |
Delete Recording
Delete the recording information, media and transcription.
|
ApiResponse<File> |
RecordingsApi.downloadCallRecordingWithHttpInfo(String accountId,
String callId,
String recordingId) |
Download Recording
Downloads the specified recording.
|
ApiResponse<File> |
ConferencesApi.downloadConferenceRecordingWithHttpInfo(String accountId,
String conferenceId,
String recordingId) |
Download Conference Recording
Downloads the specified recording file.
|
ApiResponse<MessagingCodeResponse> |
MfaApi.generateMessagingCodeWithHttpInfo(String accountId,
CodeRequest codeRequest) |
Messaging Authentication Code
Send an MFA code via text message (SMS).
|
ApiResponse<VoiceCodeResponse> |
MfaApi.generateVoiceCodeWithHttpInfo(String accountId,
CodeRequest codeRequest) |
Voice Authentication Code
Send an MFA Code via a phone call.
|
ApiResponse<CallRecordingMetadata> |
RecordingsApi.getCallRecordingWithHttpInfo(String accountId,
String callId,
String recordingId) |
Get Call Recording
Returns metadata for the specified recording.
|
ApiResponse<CallState> |
CallsApi.getCallStateWithHttpInfo(String accountId,
String callId) |
Get Call State Information
Retrieve the current state of a specific call.
|
ApiResponse<TranscriptionList> |
RecordingsApi.getCallTranscriptionWithHttpInfo(String accountId,
String callId,
String recordingId) |
Get Transcription
Downloads the specified transcription.
|
ApiResponse<ConferenceMember> |
ConferencesApi.getConferenceMemberWithHttpInfo(String accountId,
String conferenceId,
String memberId) |
Get Conference Member
Returns information about the specified conference member.
|
ApiResponse<ConferenceRecordingMetadata> |
ConferencesApi.getConferenceRecordingWithHttpInfo(String accountId,
String conferenceId,
String recordingId) |
Get Conference Recording Information
Returns metadata for the specified recording.
|
ApiResponse<Conference> |
ConferencesApi.getConferenceWithHttpInfo(String accountId,
String conferenceId) |
Get Conference Information
Returns information about the specified conference.
|
ApiResponse<LookupStatus> |
PhoneNumberLookupApi.getLookupStatusWithHttpInfo(String accountId,
String requestId) |
Get Lookup Request Status
Get an existing Phone Number Lookup Request.
|
ApiResponse<File> |
MediaApi.getMediaWithHttpInfo(String accountId,
String mediaId) |
Get Media
Downloads a media file you previously uploaded.
|
ApiResponse<AccountStatistics> |
StatisticsApi.getStatisticsWithHttpInfo(String accountId) |
Get Account Statistics
Returns details about the current state of the account.
|
ApiResponse<List<CallRecordingMetadata>> |
RecordingsApi.listAccountCallRecordingsWithHttpInfo(String accountId,
String to,
String from,
String minStartTime,
String maxStartTime) |
Get Call Recordings
Returns a list of metadata for the recordings associated with the specified account.
|
ApiResponse<List<CallRecordingMetadata>> |
RecordingsApi.listCallRecordingsWithHttpInfo(String accountId,
String callId) |
List Call Recordings
Returns a (potentially empty) list of metadata for the recordings that took place during the specified call.
|
ApiResponse<List<ConferenceRecordingMetadata>> |
ConferencesApi.listConferenceRecordingsWithHttpInfo(String accountId,
String conferenceId) |
Get Conference Recordings
Returns a (potentially empty) list of metadata for the recordings that took place during the specified conference.
|
ApiResponse<List<Conference>> |
ConferencesApi.listConferencesWithHttpInfo(String accountId,
String name,
String minCreatedTime,
String maxCreatedTime,
Integer pageSize,
String pageToken) |
Get Conferences
Returns a max of 1000 conferences, sorted by `createdTime` from oldest to newest.
|
ApiResponse<List<Media>> |
MediaApi.listMediaWithHttpInfo(String accountId,
String continuationToken) |
List Media
Gets a list of your media files.
|
ApiResponse<MessagesList> |
MessagesApi.listMessagesWithHttpInfo(String accountId,
String messageId,
String sourceTn,
String destinationTn,
MessageStatusEnum messageStatus,
ListMessageDirectionEnum messageDirection,
String carrierName,
MessageTypeEnum messageType,
Integer errorCode,
String fromDateTime,
String toDateTime,
String campaignId,
String sort,
String pageToken,
Integer limit,
Boolean limitTotalCount) |
List Messages
Returns a list of messages based on query parameters.
|
ApiResponse<Void> |
RecordingsApi.transcribeCallRecordingWithHttpInfo(String accountId,
String callId,
String recordingId,
TranscribeRecording transcribeRecording) |
Create Transcription Request
Generate the transcription for a specific recording.
|
ApiResponse<Void> |
CallsApi.updateCallBxmlWithHttpInfo(String accountId,
String callId,
String body) |
Update Call BXML
Interrupts and replaces an active call's BXML document.
|
ApiResponse<Void> |
RecordingsApi.updateCallRecordingStateWithHttpInfo(String accountId,
String callId,
UpdateCallRecording updateCallRecording) |
Update Recording
Pause or resume a recording on an active phone call.
|
ApiResponse<Void> |
CallsApi.updateCallWithHttpInfo(String accountId,
String callId,
UpdateCall updateCall) |
Update Call
Interrupts and redirects a call to a different URL that should return a BXML document.
|
ApiResponse<Void> |
ConferencesApi.updateConferenceBxmlWithHttpInfo(String accountId,
String conferenceId,
String body) |
Update Conference BXML
Update the conference BXML document.
|
ApiResponse<Void> |
ConferencesApi.updateConferenceMemberWithHttpInfo(String accountId,
String conferenceId,
String memberId,
UpdateConferenceMember updateConferenceMember) |
Update Conference Member
Updates settings for a particular conference member.
|
ApiResponse<Void> |
ConferencesApi.updateConferenceWithHttpInfo(String accountId,
String conferenceId,
UpdateConference updateConference) |
Update Conference
Update the conference state.
|
ApiResponse<Void> |
MediaApi.uploadMediaWithHttpInfo(String accountId,
String mediaId,
File body,
String contentType,
String cacheControl) |
Upload Media
Upload a file.
|
ApiResponse<VerifyCodeResponse> |
MfaApi.verifyCodeWithHttpInfo(String accountId,
VerifyCodeRequest verifyCodeRequest) |
Verify Authentication Code
Verify a previously sent MFA code.
|