Get list of transcripts
If no parameter is indicated, will return today's
Query Parameters
- offset integer
The number of items to skip before starting to collect the result set
- limit integer
The numbers of items to return. If not present, results will be limited to 3000 items
- from_id integer
The call id from which to start the response dataset
- from_date string
The from date for which to retrieve call data. Formatted as ISO 8601 without time
- to_date string
The to date for which to retrieve call data. Formatted as ISO 8601 without time
- type integer
Possible values: [
static
,dynamic
]The type of campaign you wish to filter the response dataset by
- campaign_id integer
The id of the campaign you wish to filter the response dataset by
- va_code string
The va_code of the dynamic URL you wish to filter the response dataset by
- callers_number string
This needs to be E.164 with no leading +
- 200
- 400
- application/json
- Schema
- Example (from schema)
Schema array
- mhid string
The mhid of the call
transcript object[]
timestamp stringTime of the sentence. Formatted as ISO 8601 without date
party stringtext string
[
{
"mhid": 1,
"transcript": [
{
"timestamp": "10:00:00",
"party": "string",
"text": "Hello.\\nUsed cars limited.\\nHow can I help you?"
}
]
}
]
Validation error in request, details can be found in the body of the response