curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" "https://[your-subdomain].trackdrive.com/api/v1/calls/reports?category=buyer_id&"
Param name |
Description
Validations
|
---|---|
category Required |
Validations:
|
page Optional |
Return the next page of results. Validations:
|
per_page Optional |
How many results to return per page. The default is 25. Validations:
|
created_at_to Optional |
Date formatted like 2016-01-01 12:25:15 -0500 Validations:
|
created_at_from Optional |
Date formatted like 2016-01-01 12:25:15 -0500 Validations:
|
fulltext Optional |
Search for any record that matches this text Validations:
|
time_zone Optional |
Date ranges will be parsed using this time zone. Validations:
|
columns Optional |
Specify the columns you would like returned by the API for a given resource.
Limiting the columns can significantly increase API response time since only the requested data will be processed.
columns=uuid,number,created_at
Must be any combination of:
Validations:
|
root Optional |
Pass Validations:
|
offer_repeat_caller Optional |
Match calls where the Traffic Source had a repeat caller. Validations:
|
buyer_repeat_caller Optional |
Match calls where the Buyer had a repeat caller. Validations:
|
buyer_converted Optional |
Did the buyer convert? Validations:
|
offer_converted Optional |
Did the traffic source convert? Validations:
|
in_progress Optional |
Match calls that are on-going Validations:
|
placed_on_hold Optional |
Was the call placed on hold? Validations:
|
has_recording Optional |
Match calls that have a recording. Validations:
|
either_converted Optional |
Whether this call's buyer or traffic source has converted. Validations:
|
buyer_conversion_duplicated_call Optional |
Match calls where the callerID was a duplicate against the Buyer's conversion settings. Validations:
|
offer_conversion_duplicated_call Optional |
Match calls where the callerID was a duplicate against the Traffic Source's conversion settings. Validations:
|
no_buyer Optional |
Match calls that didn't connect to a Buyer Validations:
|
token_key Optional |
Calls that are tagged with this token will be matched. EG: token_key=buyer_id will return all calls that have a buyer_id token. Validations:
|
token_value Optional |
Will match calls that are tagged with a token:value. EG: token_key=buyer_id:12345 will return all calls that have a buyer_id token with the value set to 12345. Validations:
|
order Optional |
Sort results by this field. Validations:
|
order_dir Optional |
Sort results in ascending or descending order. Validations:
|
number_id Optional |
Refer to the number api for details Validations:
|
offer_id Optional |
Refer to the offer api for details Validations:
|
schedule_id Optional |
Schedule internal id. Validations:
|
traffic_source_id Optional |
Refer to the traffic source api for details Validations:
|
buyer_id Optional |
Refer to the buyer api for details Validations:
|
buyer_group_ids Optional |
Buyer Group Internal ids. Validations:
|
ring_pool_id Optional |
Refer to the Number Pool api for details Validations:
|
id Optional |
An Integer number eg: 12345 Validations:
|
provider_configuration_id Optional |
Refer to the provider api for details Validations:
|
contact_id Optional |
Match calls that were placed by this caller. Validations:
|
status Optional |
Match results that have this status. Validations:
|
ended_at_to Optional |
Date formatted like 2016-01-01 12:00:15 -0500 Validations:
|
ended_at_from Optional |
Date formatted like 2016-01-01 12:00:15 -0500 Validations:
|