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
*/*
get
/v1/public/company/scoresGET /v1/public/company/scores HTTP/1.1
Host: api.happyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
200
OK
[
  {
    "id": "64f8a0e2d5b7c9a1e3f4a5b6",
    "status": "ACTIVATED",
    "name": "text",
    "description": "text",
    "factors": [
      {
        "id": "64f8a0e2d5b7c9a1e3f4a5b6",
        "name": "text",
        "description": "text",
        "questions": [
          {
            "id": "64f8a0e2d5b7c9a1e3f4a5b6",
            "title": "text"
          }
        ]
      }
    ]
  }
]Last updated
Was this helpful?