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: */*
200

OK

{
  "from": "2025-07-30T19:02:37.598Z",
  "to": "2025-07-30T19:02:37.598Z",
  "participants": 1,
  "valuation": "NO_DATA",
  "newParticipants": 1,
  "lostParticipants": 1,
  "dateResults": [
    {
      "date": "2025-07-30T19:02:37.598Z",
      "participants": 1
    }
  ]
}

Was this helpful?