Participation
Was this helpful?
Was this helpful?
Retrieves the Participation stats for the requested period
GET /api/v1/public/company/stats/participation HTTP/1.1
Host: api.myhappyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
{
"from": "2025-06-23T06:22:43.628Z",
"to": "2025-06-23T06:22:43.628Z",
"participants": 1,
"valuation": "NO_DATA",
"newParticipants": 1,
"lostParticipants": 1,
"dateResults": [
{
"date": "2025-06-23T06:22:43.628Z",
"participants": 1
}
]
}