Lifecycle API
Get biller productivity
Organization-wide report for the date range.
GET
https://app.mindbill.org/partner/v2/reports/productivityOrganization-wide report for the date range. Activity is scoped to this partner and environment. Bill-scoped browser sessions are rejected.
Use this URL with a server API key or a browser session and its exact allowed Origin. Both credentials use the same request and response contract. See the component API inventory for exact paths and SDK methods.
Query parameters
FieldTypeDescription
fromRequiredstringInclusive date (YYYY-MM-DD). Required.
toRequiredstringInclusive date (YYYY-MM-DD). Required.
Examples
curl 'https://app.mindbill.org/partner/v2/reports/productivity' \
--request GET \
--header "Authorization: Bearer $MINDBILL_API_KEY"curl 'https://app.mindbill.org/partner/v2/reports/productivity' \
--request GET \
--header "Authorization: Bearer $MINDBILL_BROWSER_TOKEN" \
--header 'Origin: https://your-app.example'Response
200
Response fields are documented below.FieldTypeDescription
dataRequiredobject | nulldata
data.lostringlo
data.histringhi
data.dayKeysstring[]dayKeys
data.billersobject[]billers
data.createdarray[]created
data.sentarray[]sent
data.createdTotalnumber[]createdTotal
data.sentTotalnumber[]sentTotal
data.submittedTotalnumber[]submittedTotal
data.cleanTotalnumber[]cleanTotal
data.createdByDaynumber[]createdByDay
data.sentByDaynumber[]sentByDay
data.totalCreatednumbertotalCreated
data.totalSentnumbertotalSent
data.totalSubmittednumbertotalSubmitted
data.totalCleannumbertotalClean
data.maxSentCellnumbermaxSentCell