GET
/v1/reporting/stats/family
curl \
--request GET 'https://localhost/v1/reporting/stats/family'
Response examples (200)
{
"onPortal": 100,
"startingThisMonth": 100,
"leavingThisMonth": 100
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}