Skip to content
Gallery
API Documentation Admin Webapp
Share
Explore
STATS

OUTREACH REPORT

GET /stats/people

Request
{
"weeks":"<<number>>"
}
Response (Success)
{
"status": true,
"code": "OUTREACH_REPORT_STATS_SUCCESS",
"payload": {
"visit_count":"<<number>>", // where [status === 'visited']
"rep_count":"<<number>>",
}
}

Response (Error)
{
"status": false,
"code": "OUTREACH_REPORT_STATS_FAILED",
"message": "Bad request"
}

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.