API ReferenceCrm dashboard
Get rejected lead stats
Counts and most-recent rejected (UNQUALIFIED) leads in the date range
AuthorizationBearer <token>
In: header
Query Parameters
start*string
Format
date-timeend*string
Format
date-timeResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:18080/api/v1/crm/dashboard/rejected-leads?start=2019-08-24T14%3A15%3A22Z&end=2019-08-24T14%3A15%3A22Z"{
"rangeEnd": "2019-08-24T14:15:22Z",
"rangeStart": "2019-08-24T14:15:22Z",
"recent": [
{
"displayName": "string",
"email": "string",
"id": "string",
"reason": "string",
"rejectedAt": "2019-08-24T14:15:22Z"
}
],
"rejectedInRange": 0,
"totalRejected": 0
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}{
"detail": "string",
"time": "2019-08-24T14:15:22Z",
"title": "string"
}