TDV Adapter for Twilio

Build 22.0.8462

Transcriptions

Query the available Transcriptions in Twilio.

Select

Twilio allows only a small subset of columns to be used in the WHERE clause of a SELECT query. These columns can typically be used with only the equals or = comparison. The available columns for Transcriptions are RecordingSid and Sid.

SELECT * FROM Transcriptions WHERE Sid='T12345564' 

Insert

Twilio does not allow Transcriptions to be added.

Update

Twilio does not allow Transcriptions to be updated.

Columns

Name Type ReadOnly References Description
Sid [KEY] String False

The Id of the transcription.

AccountSid String False

The account Id of the transcription.

ApiVersion String False

The API version of the transcription.

DateCreated Datetime False

The creation date of the transcription.

DateUpdated Datetime False

The modification date of the transcription.

Duration Integer False

The duration of the transcription in seconds.

Price Decimal False

The price of the transcription.

RecordingSid String False

The recording Id of the transcription.

Status String False

The status of the transcription. One of the following values: in-progress, completed, or failed.

TranscriptionText String False

The transcription text.

Type String False

The type of the transcription.

Uri String False

The URI of the transcription.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462