Get some stats

GET /global/statistics/{month}/{year}

Retrieve some stats about the database on the month and year specified

Path parameters

  • month integer(int64) Required

    Month

  • year integer(int64) Required

    Month

Responses

GET /global/statistics/{month}/{year}
curl \
 -X GET https://YOURSITE.infoodle.com/apiv2/global/statistics/{month}/{year}
Response examples (200)
{
  "text_sent": 3245,
  "text_charge": "12.34",
  "active_people": 3902,
  "total_people": 4023,
  "emails_sent": 12341,
  "login_total": 18,
  "api_users": 10,
  "login_types": [
    {
      "name": "string"
    }
  ],
  "packages": {
    "crm": true,
    "giftaid": false,
    "finance": false,
    "events": true,
    "docs": true
  },
  "usage": {
    "emails": true,
    "text": true,
    "roster": false,
    "library1": false,
    "forms": false,
    "giftaid": true
  },
  "success": true
}