Segmentation
Retrieves all the areas metadata and configuration available for your company in a hirarchical way
get
Authorizations
happyforceAPIKeystringRequired
API Key for Happyforce API
Responses
200
OK
*/*
Entity representing the information for a given area or department on your account
idstringOptionalExample:
Id of the area
64f8a0e2d5b7c9a1e3f4a5b6namestringOptional
Name of the area
get
/api/v1/public/company/hierarchy200
OK
Retrieves all the group metadata (eg: perfomant users, newbies...) and configuration available for your company
get
Authorizations
happyforceAPIKeystringRequired
API Key for Happyforce API
Responses
200
OK
*/*
Entity representing the information for a given group on your account. A group is a way of tagging an employee, for later segmentation
idstringOptionalExample:
Id of the group
64f8a0e2d5b7c9a1e3f4a5b6namestringOptional
Name of the group
get
/api/v1/public/company/groups200
OK
Retrieves all the personal profile metadata (eg: gender, age, tenure) and configuration available for your company
get
Authorizations
happyforceAPIKeystringRequired
API Key for Happyforce API
Responses
200
OK
*/*
Entity representing the information for a given employee
idstringOptionalExample:
64f8a0e2d5b7c9a1e3f4a5b6typestring · enumOptionalPossible values:
Type of segmentation characteristic
namestringOptional
get
/api/v1/public/company/characteristics200
OK
Last updated