Scores
Convenience methods for retrieve the active scores of your company in Happyforce
Last updated
Was this helpful?
Convenience methods for retrieve the active scores of your company in Happyforce
Last updated
Was this helpful?
Was this helpful?
GET /v1/public/company/scores HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
[
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"status": "ACTIVATED",
"name": "text",
"description": "text",
"factors": [
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"name": "text",
"description": "text",
"questions": [
{
"id": "64f8a0e2d5b7c9a1e3f4a5b6",
"title": "text"
}
]
}
]
}
]