Get Outbound Call List
API Endpoint
GET https://kpi.knowlarity.com/Basic/v1/account/call/campaign?limit=1
Sample Request
curl --location --request \
GET 'https://kpi.knowlarity.com/Basic/v1/account/call/campaign?limit=1&end_time__gt=2022-08-04T00:00:00&start_time__gt=2022-08-03T00:00:00' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: <authorization-key>' \
--header 'x-api-key: <x-api-key>'
Sample Response
{
"meta": {
"limit": 1,
"next": "/newsr/api/v1/order_list/?offset=1&limit=1&format=json",
"offset": 0,
"previous": "",
"total_count": 5472
},
"objects": [
{
"additional_number": "",
"call_scheduling": "[1, 1, 1, 1, 1, 1, 1]",
"call_scheduling_start_time": "09:00:00 +0530",
"call_scheduling_stop_time": "21:00:00 +0530",
"caller_id": "",
"created_time": "Wed, 8 Jun 2022 17:59:35 +0530",
"end_time": "Wed, 8 Jun 2022 18:18:00 +0530",
"is_transactional": false,
"ivr": "kunal ibd",
"ivr_id": "60894",
"ivr_reference_number": "1000077319",
"ndnc_count": 108,
"optin_key": "",
"order_id": "51644986",
"order_status": "Completed",
"order_throttling": "2/15",
"phonebook_id": "871890",
"priority": 1,
"retry_duration": 15,
"start_time": "Wed, 8 Jun 2022 18:00:00 +0530",
"max_retry": 1,
"timezone": "Asia/Kolkata",
"total_calls": 330
}
]
}
Updated about 1 year ago