Lead report
POST
The report generates data on all leads created for the specified period. To reduce the time for generating a report, filters should be applied in this method. To get a report on all leads, an empty collection [] is passed in the method request body
Parameters
Path Parameters
dateFrom*
Start date of the report in YYYY-MM-DD format
Type
Requiredstring
Format
"date"dateTo*
End date of the report in YYYY-MM-DD format
Type
Requiredstring
Format
"date"Query Parameters
count
count
Type
boolean
Request Body
application/json
entity
string
Entity
field
string
Field
value1
object
First entity value for criterion
value2
object
Second entity value for criterion
Responses
OK
*/*
DefaultResponseOfint
object
data
integer
Number of elements in the "Accounts" lookup
Format
"int32"status
string
Request status
Valid values
"error""ok"timestamp
integer
Date and time of the request in unix timestamp format in milliseconds. The system time is returned
Format
"int64"