Contact API's
Get Contact List
1min
This API is used for fetching the whole contact list.
POST
Request
Header Parameters
authcode
required
String
This is the unique Auth key
current_page
optional
Integer
Denotes the page range
per_page
optional
Integer
Denotes the number of entries per page(current limit set at)
start_date
optional
Integer
The start date from which the contacts are fetched. Format should be YYYY-MM-DD
end_date
optional
Integer
The end date from up till which the contacts are needed. Format should be YYYY-MM-DD
contact_num
optional
String
The number of the contact
member_name
optional
String
Name of the member to which the contact is assigned
contact_status
optional
String
It shows the status of the lead ( 1 for Hot lead, 2 for warm lead, 3 for cold lead , 4 for invalid lead, 5 for disqualified lead , 6 for prospect lead )( 1 for Hot lead, 2 for warm lead, 3 for cold lead , 4 for invalid lead, 5 for disqualified lead , 6 for prospect lead )
Form Parameters
contact_id
optional
Integer
The unique ID of contact
contact_num
optional
Integer
The number of the contact
contact_name
optional
String
Name of contact
contact_email
optional
String
The mail of the contact
contact_address
optional
String
The address provided by the contact
member_name
optional
String
Name of the member to which the contact is assigned
contact_status
optional
String
what is the status of the lead, for example: hot,warm,cold,etc. ( 1 for Hot, 2 for warm, 3 for cold , 4 for invalid, 5 for disqualified , 6 for prospect )
contact_comment
optional
String
Any comment about the contact
contact_savedate
optional
Integer
The date on which the contact was saved
contact_followupdate
optional
String
Scheduled followup date of the contact
deskphone
optional
Integer
The deskphone for which the contact is aved
company_name
optional
String
Company name of the contact
contact_followuptime
optional
String
Scheduled followup time of the contact
Updated 06 Dec 2023
Did this page help you?