Participation

get

Retrieves the Participation stats for the requested period

Authorizations
Responses
200
OK
*/*
get
GET /v1/public/company/stats/participation HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
{
  "from": "2025-06-27T10:37:19.940Z",
  "to": "2025-06-27T10:37:19.940Z",
  "participants": 1,
  "valuation": "NO_DATA",
  "newParticipants": 1,
  "lostParticipants": 1,
  "dateResults": [
    {
      "date": "2025-06-27T10:37:19.940Z",
      "participants": 1
    }
  ]
}

Was this helpful?