Overview
Quantive Results reports are powered by Quantive Results data sources. In addition to the out-of-the-box reports, Quantive Results allows you to create any additional insights, displaying specific information in custom format, according to your requirements.
Find more information, see Quantive Results connection, data sources, and entities.
Following is detailed information about the content, meaning, and relation of all Quantive Results entities:
QuantiveResultsPlanningSessions
Information about all sessions in your account:
id
- string
The internal ID of a sessionparentid
- string
The internal ID of the parent session. It is an empty string when there is no parent session.start
- date
The start date of the sessionend
- date
The end date of the sessiontitle
- string
The name of the sessionstatus
- string
The status of the session.
Available options:open
,locked
, andclosed
.
When the session is open, in progress, or archived, respectively.workflow_reviewers
- integer
The minimum count of reviewers when approval workflow is enabled for the session.
Available options:1
or2
.cadence_type
- string
The cadence that is set for the session.
Available options:weekly
,bi-weekly
, andmonthly
.cadence_totalcadences
- integer
The total count of cadences for this session, calculated based on its length and the cadence type.
QuantiveResultsSessionCadences
Information about how many cadences there are in a certain session and what the period of every cadence is:
session_id
- string
The internal ID of the sessioncadence_order
- integer
The order of every cadencestart
- date
The start date of this cadenceend
- date
The end date of this cadence
For more information, see OKRs cadence.
QuantiveResultsGoals
Information about all objectives in your account:
id
- string
The internal ID of the objectivesessionid
- string
The ID of the session this objectives belongs toname
- string
The name of the objectiveassignee_name
- string
The name of the objective owner. This is the team name or the first and the last names of the user that is the owner of the objective.assignee_type
- string
Indicates whether the objective owner is a team or an individual.
Available options:team
anduser
.parentid
- string
The ID of the parent objective, under which this objective is aligned. It is an empty string when there is no parent objective.parentgoalsessionid
- string
The ID of the session of the parent objective, under which this objective is aligned. It is an empty string when there is no parent objective.datecreated
- date
The date when the objective was created.dateto
- date
The end date of the objective, inherited from the session end date.datefrom
- date
The start date of the objective, inherited from the session start date.attainment
- double
The progress of the objective as an absolute value. If you want to turn it into a percentage, multiply the value by 100.aggregatedattainment
- double
The average progress of all subobjectives of the objective in the same session. This is an absolute value. If you want to turn it into a percentage, multiply the value by 100.metricscount
- integer
The total count of the key results created under this objectivetaskscount
- integer
The total count of the tasks created under this objectiveownerid
- string
The internal ID of the user or team that owns the objectivecustomfields
- string
The list of all custom fields of the objective, together with their values. This is a JSON string format.workflow_status
- string
The workflow status of the objective, if workflow is enabled on session level.
Available options:draft
,inReview
, andapproved
.closedstatus_status
- string
The status of the objective.
Available options:active
andclosed
.closedstatus_reason
- string
Contains the reasons for closing the objective.fullaggregatedattainment
- double
The average progress of all objectives and their subobjectives that are aligned under this objective. This is an an absolute value. If you want to turn it into a percentage, multiply the value by 100.childrenaggregatedattainment
- double
The average progress of all direct subobjectives as an absolute value. If you want to turn it into a percentage, multiply the value by 100.designscore_totalpoints
- integer
The value of the design score of this objectiveattainmenttypestring
- string
Indicates how the objective progress is calculated.
Available options:average_kr
,average_children
andaverage_children_kr
. When the average is calculated based on the key results or based on the subobjectives.numberofowners
- integer
The number of owners on a goal.private
- bool
Whether the goal is private or not.links
- string
Okrs that are linked across sessions.
QuantiveResultsGoalTags
Information about the mapping between the objectives and their tags:
goal_id
- string
The internal ID of the objectivetitle
- string
The title of the tagname
- string
The system name of the tag
QuantiveResultsMetrics
Information about all key results in your account:
id
- string
The internal ID of the key resultgoalid
- string
The internal ID of the objective this key results is part ofname
- string
The name of the key resultdescription
- string
The description of the key resulttarget
- double
The target value of the key resultinitialvalue
- double
The initial value of the key resultactual
- double
The current value of the key resultattainment
- double
The progress of the key result as an absolute value. If you want to turn it into a percentage, multiply the value by 100cascadetype
- stringAvailable options: absolute_value, delta_value, or empty. When the cascaded key result's cascadetype is absolute_value, the contributing metric contributes its (actual
) value. When the cascadetype is delta_value, the key result contributes its (actual - initial
) valuelinks
- string
A json string representing the linked of the cascaded metric.progressstatus
- string
The progress status indicator, calculated based on the current value of the key result and ideal progress, marked with dashed line on the key result progress diagram. Used for coloring the key result diagram in red or green.
Available options:bad
andgood
.
Indicates whether the key result progress is below or above the ideally expected progress.manualtype
- string
Shows the type of the manual key result.
Available options:boolean
,double
, or empty.
When the value isboolean
, the key result is of type Achieved or not. If it isdouble
, the key result has a numeric value as target. If it is empty, the key result is dynamic.numberofowners
- integer
The number of owners this key result has.softduedate
- date
The soft deadline for achieving this key resultduedate
- date
The hard deadline for achieving this key resultcreatedbyid
- string
The internal ID of the user who created the key resultownerid
- string
The internal ID of the user or team that owns the key resultownerids
- string
The internal ID of the user or team that owns the key result if there are more than 1.critical
- double
The critical value of the key result. Used for key results with type Should stay above and Should stay below a certain target.confidence_value
- double
The value of the confidence level of the key result. If your confidence levels are set to text or emojis, this is the upper limit value of every range.targetoperator
- string
The type if the key result.
Available options:at_least
,at_most
,should_stay_above
, andshould_stay_below
.
At_least
mean that the key result type is Should increase to or Achieved or not.At_most
means that the key result type is Should decrease to.taskscount
- integer
The total count of the tasks created under this key resultinsightname
- string
Used for dynamic key results only. This is the internal ID of the insight where the key results originate from.fieldname
- string
Used for dynamic key results only. The field name of the metric from which the key results originate.dynamic
- boolean
Indicates whether the key result is dynamic or manual.
Available options: true and false.
True stands for a dynamic key result.datecreated
- date
The date when the key result was createdcustomfields
- string
A list of all custom fields of the objective, together with their values. This is a JSON string format.
QuantiveResultsMetricTags
Information about the mapping between the key results and their tags:
metric_id
- string
The internal ID of the key resulttitle
- string
The title of the tagname
- string
The system name of the tag
QuantiveResultsMetricMilestones
Information about the key results milestones:
metricid
- string
The internal ID of the key resultdate
- date
The date of the milestonetargetvalue
- doable
The value of the milestone
QuantiveResultsMetricSnapshots
Information about all key results updates:
id
- string
The internal ID of the updatecreatedat
- date
The date when the key result update was madedate
- date
The date for which the key result update was made forvalue
- string
The key result value applied with this updatecomment
- string
The content of the note left by the user during the updateconfidence
- double
The confidence level value applied with this update. If the confidence levels are set to text or emojis, it is the upper limit value of every rangemodifiedby
- string
The internal ID of the user who made the updatemetricid
- string
The internal ID of the key resultattainment
- double
The absolute value of the key result progress achieved with this update. If you want to turn it into a percentage, multiply the value by 100attainmentchange
- double
The absolute value of the change in this key result, achieved with this update. If you want to turn it into a percentage, multiply the value by 100customfields
- string
The list of all custom fields on key result update level and their values, added by the user during the update. This is a JSON string format.gif
- string
Any gifs contained in the updaterawcomment
- String
Comment without formatting.
QuantiveResultsTeams
Information about all teams in your account:
id
- string
The internal ID of the teamname
- string
The name of the teamparentid
- string
The internal ID of the parent teamdescription
- string
The description of the teammanager
- string
The internal ID of the employee assigned as manager of this teamcustomfields
- string
A list of all custom fields and their values created on team level in a JSON string formatisactive - bool
Whether the team is active or deactivated
QuantiveResultsTeamMembers
Information about the mapping between the teams and the their members:
team_id
- string
The internal ID of the teamuser_id
- string
The internal ID of the employee part of this team
NOTE: The team manager is not part of the mapping.
QuantiveResultsUsers
Information about all users in your account:
id
- string
The internal ID of the useremail
- string
The email address the username
- string
The username of the user. In Quantive Results it equals to the email address.firstname
- string
The first name of the userlastname
- sting
The last name of the userinvitedby
- string
The internal ID of the user who invited this userdatecreated
- date
The date when the user was created. This is the first login in the platformdateinvited
- date
The date when the user was invitedcustomfields
- string
The list of all custom fields and their values created for the user in a JSON string formatisactive
- bool
Whether the user is active or deactivatedisprimary
- bool
Whether the current account for the user is the Primary account or not. (Users can have multiple secondary accounts).
QuantiveResultsRoles
Information about all roles in your account:
id
- string
The internal ID of the rolename
- string
The name of the role
QuantiveResultsUserRoles
Information about the mapping between users and their roles:
roleid
- string
The internal ID of the role assigned to the useruserid
- string
The internal ID of the user
QuantiveResultsAssignees
Information about all employees and teams owning objective, key results, and tasks:
id
- string
The internal ID of the team or the employeename
- string
The name of the team or the first and the last names of the employeeemail
- string
The email address of the employee. It is empty, if the owner is a team.color
- string
The HEX color code of the team avatar. It is empty, if the owner is an employee.avatar
- string
The internal name of the symbol of the team avatar. It is empty, if the owner is an employeepicture
- string
The URL of the user picturetype
- string
Indicates whether the owner is a team or an employee.
Available options:team
anduser
.isactive
- bool
Whether the user is active or deactivated
QuantiveResultsTasks
Information about all tasks in your account:
name
- string
The name of the taskexternalid
- string
Used only if the task is a Jira task. The URL of the Jira issue that is linked to the Quantive Results task.externalsystem
- string
Indicates if the task is coming from Jira.
Available options:jira
or empty.description
- string
The description of the taskstatus
- string
The status of the task.
Available options:To Do
,In Progress
, andDone
.priority
- integer
The priority of the taskparentid
- string
The internal ID of the objective that task belongs toownerid
- string
The internal ID of the team or user owning the tasktasktype
- string
The type of the Jira issue, linked to this taskparenttype
- string
The type of the parent object that the task belongs to.
Available options:goal
,metric
and empty.
This indicates whether the task is attached to objective, key result or is a stand alone task.datecreated
- date
The date when the task was createdduedate
- date
The due date when the task should be completedcustomfields
- string
A list of all custom fields and their values created for the task in a JSON string formatarchived
- bool
Whether the tasks is archived status or not.id
- string
Object Id of the task
QuantiveResultsTaskSnapshots
Information about all tasks updates:
id
- string
The internal ID of the updatetaskid
- string
The internal ID of the taskpreviouslymodifiedat
- date
The date of the previous update of the taskoldstatus
- string
The status of the task before the updatenewstatus
- string
The status to which the task is changed tomodifiedby
- string
The internal ID of the user who made the updatemodifiedat
- date
The date when the task update was made
QuantiveResultsCustomFields
Information about all custom fields created in your account:
_id
- string
The internal ID of the custom fieldlabel
- string
The label of the custom field, the name used to display it on the UIdescription
- string
The description of the custom fieldname
- string
The internal name of the filed, used in the Data Basetype
- string
The type of data of the custom field values
Available options:string
,[]string
,date
, andfloat64
.visualizationkind
- string
Indicates how values of the custom field are displayed
Available options:gtmhub.text
,gtmhub.textarea
,gtmhub.select
,gtmhub.multiselect
,gtmhub.datepicker
,gtmhub.selectassignee
,gtmhub.numeric
filterable
- boolean
Specifies if the field can be used for filtering queries.datecreated
- date
The date when the custom field was createdlastmodified
- date
The date of the last modification of the custom fieldtargettypes
- array
Shows to which item this custom filed applies to
Availavle options:goal
,metric
,metric_snapshot
,task
,user
,team
targetids
- arrayList the session IDs to which the custom field applies. It is available for
targettypes
goal, metric and metric_snapshotsettings
- string
Keeps the predefined values and the validation if the custom field is required.tooltip
- string
The explanatory information that helps the end user get the main context behind the custom field, used in the UI as a tooltipisprivate
- boolean
Specifies if the custom field is visiblepluginversionid
- string
The pluginVersionId if the custom field is used a plugin
QuantiveResultsCheckinsSettings
Information about the Check-ins setup:
id
- string
The integrnal ID of the Check-ins settingsteamid
- string
The internal team ID to which this Check-ins relates toreflectionsenabled
- boolean
Inficate if the Check-in is enablednotificationsenabled
- boolean
Indicates if reminder notifications for this Check-ins are enablednotificationsday
- string
The day of the week when the reminder is sent
QuantiveResultsCheckins
Information about the completed Check-ins:
id
- string
The internal ID of the Check-inteamid
- string
The integnal team ID this Check-in refers tocreatedat
- dateThe date when the Check-in was created
answers
- string
Contains all answers to the defined questions in a json formatnotesv2
- string
Contains all answers to notes, like blockers, wins, etc. in a json formatmood
- integer
Indicates the selected feeling/face emoji
Availav=ble options:0
,1
,2
,3
0
means no reaction,1
- sad face,2
- neutral face,3
- happy facesettings
- string
Keep information is the mood and notes are enabled for this Check-inupdatedat
- date
The date of the last update of the Check-in