Scores Metadata
Operation related to scores Metadata
The information provided by this endpoint is useful to build the filters on the score Stats API
Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
get
GET /v1/public/company/scores HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
[
{
"id": {
"timestamp": 1,
"date": "2025-06-27T10:37:19.940Z"
},
"status": "ACTIVATED",
"name": "text",
"description": "text",
"factors": [
{
"id": {
"timestamp": 1,
"date": "2025-06-27T10:37:19.940Z"
},
"name": "text",
"description": "text",
"questions": [
{
"id": {
"timestamp": 1,
"date": "2025-06-27T10:37:19.940Z"
},
"title": "text"
}
]
}
]
}
]
Last updated
Was this helpful?