Track multiple voice messages with filters for a specific time range

Limit the tracking result of multiple voice messages by passing filters

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

RESPONSE PARAMETERS

KEYDESCRIPTION
contentContains the search results.
content.messageIdThe id of the voice message.
content.conversationTrackingIdThe tracking id of the conversation that this message belongs to.
content.toThe recipient.
content.fromThe sender Id of the call.
content.groupsThe groups that the recipient belongs to.
content.countryThe country of the recipient in ISO 3166-1 alpha 2 format.
content.statusThe voice message's status.
content.status.dateThe date that the status was updated.
content.status.statusThe status of the voice message. Check here for possible values.
content.campaignThe name of the campaign that this message belongs to.
content.applicationNameThe name of the application that was used to send this message.
content.originatingServiceThe service that sent this message.
content.directionThe direction of this call.
content.durationThe duration of this call.
content.fileURLThe URL of the .wav file.
content.messageThe text message that converted to voice.
content.message.genderThe gender of the voice message (male or female).
content.message.languageThe language of the voice message.
content.message.textThe text of the voice message.
content.priceThe price of the voice message.
content.chargeIntervalThe time interval used for charging this voice message (in seconds).
content.collectedTonesThe collected DTMF tones during the call.
content.recordingsInformation about the related recorded files.
content.recordings.trackingIdThe tracking Id of the recorded file.
content.recordings.startThe start time of the recording (ISO-8601 date-time format).
content.recordings.endThe end time of the recording (ISO-8601 date-time format).
content.recordings.fromThe initiator of the call.
content.recordings.toThe recipient of the call.
content.recordings.urlThe url to download the recorded file.
content.recordings.voiceTrackingIdsAn array with the tracking Ids of the voice messages related to the conversation.
content.recordings.conversationTrackingIdThe tracking Id of the voice conversation.
content.recordings.durationThe duration of the recording (in seconds).
content.answeredByIndicates if the call is answered by human or machine. Possible values: "HUMAN", "MACHINE", "UNKNOWN".
totalPagesThe number of total pages.
lastWhether the current page is the last one.
totalElementsThe total amount of elements for the current search.
firstWhether the current page is the first one.
numberOfElementsThe number of elements currently on this page.
numberThe requested page number.
sizeThe requested page size.
Query Params
string

ISO-8601 date-time format

string

ISO-8601 date-time format

int32
Defaults to 0

The page number to retrieve, default value is 0 (meaning the first page)

int32
Defaults to 20

The number of items to retrieve, default value is 20.

string

The field name that will be used to sort the results.

string

If provided then only the voice messages of the campaign with this tracking Id will be retrieved.

boolean
Body Params
string
required

Defines the name of the field for this filter. ACCEPTED VALUES: id, recipient, from, collectedTones, groups, country, status.status, campaign

string
Defaults to "is"

Defines the search operator to be used for the search. Examples: is, is_not, contains, starts_with, ends_with

string
required

Defines the value of the specified field.

Headers
string
required
Defaults to application/json

application/json

string
required
Defaults to Bearer {access_token}

Bearer {access_token}

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json