Q7Leader API

Our API will help you do the colorization in your HRIS.

Global profile

GET https://api-dev.q7leader.com/v1/global-profile

This endpoint will calculate the global profile after provisioning all the calculation parameters. Please refer to our Nomenclature for interpreting the color codes returned by the API.

Query Parameters

Name
Type
Description

role_profile

integer

Value for "Role Profile".

vision_values

integer

Value for "Vision & Values".

attrition

integer

Value for "Attrition Risk".

operating

integer

Value for "Operating Mode".

talent

integer

Value for "Talent Profile".

performance

integer

Value for "Performance Profile".

competence

integer

Value for "Competence Profile".

Headers

Name
Type
Description

authorizationToken

string

Authentication token (security).

{
    "global_score": 0,
    "global_score_color": 2,
    "operating_color": 2,
    "performance_color": 1,
    "talent_color": 1,
    "vision_value_color": 1,
    "attrition_color": 2,
    "competence_color": 1
}

Last updated

Was this helpful?