Picky Assist Help Desk
Setting Up
API V2
FAQ
Guide
Search…
Welcome To Picky Assist 🙏
Setting Up Guide
Setting Up Account
Connecting Channels
Setting Up Teambox
Setting Up Smart Replies
Setting Up Broadcaster
Setting Up Sequence
Setting Up CRM
Setting Up Social CRM
Setting Up Connector
Setting Up Widgets
Setting Up Ad-On's
Quick Rollout Guide
Archives
API Documentation V2
Introduction
Quick Start Guide 🏃
Sandbox Mode WhatsApp Official
Global Webhook
Event Webhook
Push API
WhatsApp Template API
WhatsApp Group API
WhatsApp Settings API's
Call Conference API
Introduction
API Variables
Call Conference API
Report API
Device Manage API’s
Account API
Project Management API
References
Sample Codes
Limitations & Disclaimer
General Guidelines
WhatsApp
Billing
Blacklisting Numbers
Adding Money Into Account
FAQ
General FAQ
Push API FAQ
Webhook FAQ
Changelog
2021
2020
2019
Powered By
GitBook
Report API
Fetching Call Conference Report API
Using this API you can get the call conference / click 2 call call reports
You need to pass “push_id” to fetch report of a call conference
post
https://pickyassist.com/app/api/v2/
conference-report
Call Conference Report API
Sample Request
1
{
2
"token"
:
"YOUR_API_TOKEN"
,
3
"push_id"
:
69
4
}
Copied!
Sample Response
1
[
2
{
3
"project_id"
:
"27"
,
4
"push_id"
:
"69"
,
5
"call_id"
:
"153"
,
6
"number"
:
"9874565810"
,
7
"duration"
:
"12"
,
8
"status"
:
"4"
,
9
"time"
:
"20-12-2018 02:31 PM"
10
},
11
{
12
"project_id"
:
"27"
,
13
"push_id"
:
"69"
,
14
"call_id"
:
"154"
,
15
"number"
:
"9874533810"
,
16
"duration"
:
"0"
,
17
"status"
:
"2"
,
18
"time"
:
"20-12-2018 02:31 PM"
19
}
20
]
Copied!
Call Report Response Variables
This variable used to map the response from the call report API request.
Variable
Type
Details
project_id
Numeric
Project Id associated with the project
push_id
Numeric
Push Id of the call conference
call_id
Numeric
Unique Call id assigned to each call
number
Numeric
Number to which call conference initiated
status
Numeric
1 = Not Started 2 = Scheduled 3 = In Progress 4 = Completed 5 = Cancelled
time
Date
Timezone in your account , and date format is DD-MM-YYYY hh:mm AM
Previous
Call Conference API
Next - API Documentation V2
Device Manage API’s
Last modified
2yr ago
Copy link
Contents
post
Call Conference Report API
Sample Request
Sample Response
Call Report Response Variables