REPORT LOGS

Report Logs for Inbound call and Outbound call

GET /https://api.callify.io/log/call/direction/report

This api is used to get the report for both inbound call and outbound call

Headers

Name
Value

Content-Type

application/json

Authorization*

Bearer <token>

Parameter

Name
Type
Description

Direction*

string

Direction field should contain either in or out direction to show data on response.

Start date

string

Start date to select report from. YYYY/MM/DD format. not timestamp. Default 5 days ago date

End date

string

End date to select report to. YYYY/MM/DD format. not timestamp. Default current date

Status

string

This field contain answered and missed call to filter the calls.

Targetuuid

string

User need to provide Targetuuid to get data.

Diduuid

string

User need to provide the did uuid.

Numberpooluuid

string

User need to provide numberpool uuid

Targetgroupuuid

string

User need to provide the Targetgroup uuid

Publisheruuid

string

User need to provide Publisher uuid

Buyeruuid

string

User need to provide Buyer uuid

Campaign uuid

string

User need to provide campaign uuid

is_live

Boolean

Is_live field is used to filter call on live or not

Note

string

User can filter using note

Tag

string

User can filter using the tag

Group_by

string

User can group_by data by day of week, hour, day of month, number, campaign, buyer, target, Target group, dailed, numberpool uuid, publisher, duplicated, note, tag

Order_by

string

user can order_by created_on, start time, end time, revenue, duration

Order_type

string

Order_type should should be asc and desc

Off_set

number

Offset of data to return

Limit

number

Limit of data to return

Example curl

Response

Last updated