Operation related to scores Metadata
Last updated 1 year ago
Was this helpful?
The information provided by this endpoint is useful to build the filters on the score Stats API
/v1/public/company/scores
curl -L \ --url 'https://api.myhappyforce.com/api/v1/public/company/scores' \ --header 'happyforceAPIKey: YOUR_API_KEY'
[ { "id": "text", "status": "ACTIVATED", "name": "text", "description": "text", "factors": [ { "id": "text", "name": "text", "description": "text", "questions": [ { "id": "text", "title": "text" } ] } ] } ]