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

Characteristics

Operations related to characteristics (profile questions, such Gender, etc)

PreviousHierarchyNextGroups

Was this helpful?

Retrieves all the personal profile metadata (eg: gender, age, tenure) and configuration available for your company

get

The information provided by this endpoint is useful to build the filters on the stats API or setup the employee profiles on the Employees API.

Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
get
GET /api/v1/public/company/characteristics HTTP/1.1
Host: api.myhappyforce.com
happyforceAPIKey: YOUR_API_KEY
Accept: */*
[
  {
    "id": "text",
    "type": "DATE",
    "name": "text",
    "allowedValues": [
      {
        "id": "text",
        "label": "text"
      }
    ]
  }
]