get https://example.td.commpeak.com/integrations/adapters/hook/cdrs
Use the Get all CDRs if you want to get a list of all CDRs available in your dialer. Apply various request parameters as filters to segment and limit the number of records.
Request Body
This is a GET request and does not require a request body.
You can filter by any parameter that you get in the response.
In addition, use fields
with wanted fields to ensure you get specific fields in the response.
Response Body
The response will contain an array of CDR objects. Each CDR object includes the following parameters:
start_at
(string) - The start time of the call
end_at
(string) - The end time of the call
src
(string) - The source of the call
dst
(string) - The destination of the call
call_uuid
(string) - The unique identifier of the call
client_callerid_name
(string) - The name of the caller
client_callerid_number
(number) - The caller's phone number
call_duration
(number) - The duration of the call
call_bill_duration
(number) - The billed duration of the call
status_id_before
(string) - The status ID before the call
status_id_after
(string) - The status ID after the call
status
(string) - The status of the call
q850
(string) - Q850 status
caller_user_id
(string) - The ID of the caller user
client_hangup_disposition
(string) - The disposition of the client hangup
campaign_lead_id
(number) - The ID of the campaign lead
lead_id
(number) - The ID of the lead
campaign_id
(string) - The ID of the campaign
assigned_user_id
(number) - The ID of the assigned user
assigned_user_permanent
(number) - The permanent ID of the assigned user
call_after
(string) - The call after time
campaign_lead_weight
(number) - The weight of the campaign lead
call_after_outside_allowed_time
(number) - The call after outside allowed time
no_ratio
(number) - The ratio of the call
lead_file_id
(number) - The ID of the lead file
first_name
(string) - The first name of the caller
last_name
(string) - The last name of the caller
phone_normalized
(string) - The normalized phone number
phone_normalized2
(string) - The second normalized phone number
address1
(string) - Address line 1
address2
(string) - Address line 2
state
(string) - The state
city
(string) - The city
zip
(string) - The ZIP code
country_id
(string) - The ID of the country
timezone_id
(string) - The ID of the timezone
original_identifier
(string) - The original identifier
support_site
(string) - The support site
purchase_site
(string) - The purchase site
purchase_date
(string) - The purchase date
purchase_amount
(number) - The purchase amount
purchase_product_name
(string) - The name of the purchased product
purchase_card_name
(string) - The name on the purchase card
purchase_card_type
(string) - The type of the purchase card
purchase_card_digits
(string) - The digits of the purchase card
email
(string) - The email address
birthdate
(string) - The birthdate
loan_amount
(string) - The loan amount
object_type_id
(number) - The object type ID
custom_date
(string) - Custom date
custom_string
(string) - Custom string
d_solitics_data
(string) - Solitics data
d_solitics_event_id
(string) - Solitics event ID
date_field
(string) - Date field
cost
(float) - CDR rate cost.
In case there are no CDRs available, an empty array will be returned.