Incoming leads summary information
This method allows getting summary information about the incoming leads.
Query parameters
Filter by the incoming lead UID
Filter by creation date and incoming lead acceptance date. You can pass a timestamp, in which case data will be returned for the incoming lead created and received from the passed timestamp.
Filter by creation date and incoming lead acceptance date. You can pass a timestamp, in which case data will be returned for the incoming lead created and received from the passed timestamp.
Filter by creation date and incoming lead acceptance date. You can pass a timestamp, in which case data will be returned for the incoming lead created and received from the passed timestamp.
Filter by the pipeline ID
Response
200
Example response
{
"total": 6,
"accepted": 1,
"declined": 3,
"average_sort_time": 44153027,
"categories": {
"sip": {
"total": 2
},
"forms": {
"total": 3
},
"chats": {
"total": 1
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.