JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
API Documentation Admin Webapp
API Documentation
MEDPULSE DATABASE [DRAFT]
More
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 (
Ctrl
P
) instead.