Participation
get
Retrieves the Participation stats for the requested period
Authorizations
Query parameters
fromstring · date-timeOptional
Start date for retrieving stats (ddMMyyyy format). If null: Today minus one month
tostring · date-timeOptional
End date for retrieving stats (ddMMyyyy format). If null: Today
hierarchyIdstringOptionalExample: 
Id of the area for which you want to retrive the stats. If null, all company data is returned
64f8a0e2d5b7c9a1e3f4a5b6profilestringOptionalExample: 
Profile filter string. If not specified, no profile filtering will be applied.
profileId1:allowedValueId,profileId2:allowedValueId...groupIdstring[]OptionalExample: 
One or more group ids for which you want to retrieve the stats. If not specified, no group filtering will be applied
64f8a0e2d5b7c9a1e3f4a5b6groupingstring · enumOptionalDefault: 
Types of date grouping intervals
MONTHPossible values: Responses
200
OK
*/*
get
/v1/public/company/stats/participationGET /v1/public/company/stats/participation HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
200
OK
{
  "from": "2025-11-04T15:53:05.368Z",
  "to": "2025-11-04T15:53:05.368Z",
  "participants": 1,
  "valuation": "NO_DATA",
  "newParticipants": 1,
  "lostParticipants": 1,
  "dateResults": [
    {
      "date": "2025-11-04T15:53:05.368Z",
      "participants": 1
    }
  ]
}Was this helpful?