Happyforce API
  • Welcome
  • Before You Start
  • Data Segmentation in Happyforce
  • API reference
    • Hierarchy
    • Characteristics
    • Groups
    • Scores Metadata
    • Employees
      • Reset
      • Invite
    • Stats
      • Hi
      • Enps
      • Scores
      • Activation
      • Participation
  • Specification
Powered by GitBook
On this page

Was this helpful?

  1. API reference

Scores Metadata

Operation related to scores Metadata

PreviousGroupsNextEmployees

Last updated 1 year ago

Was this helpful?

Retrieves a list of all available scores on your account

get

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 /api/v1/public/company/scores HTTP/1.1
Host: api.myhappyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
[
  {
    "id": "text",
    "status": "ACTIVATED",
    "name": "text",
    "description": "text",
    "factors": [
      {
        "id": "text",
        "name": "text",
        "description": "text",
        "questions": [
          {
            "id": "text",
            "title": "text"
          }
        ]
      }
    ]
  }
]