Update Objective

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

objectiveIdstringRequired

Request

This endpoint expects an object.
titlestringOptional
descriptionstringOptional
periodenumOptional
yearintegerOptional
quarterintegerOptional
priorityenumOptional
The dimension scores are averaged by, so a workspace can see how it did on what mattered most rather than only in aggregate.
visibilityenumOptional
Public objectives are browsable by everyone in the workspace. Private ones are visible to their owner, or to the members of the owning team.
weightdoubleOptional
teamIdstringOptional
ownerUserIdstringOptional
archivedbooleanOptional

Response

This endpoint returns an object.
idstring
organizationIdstring
titlestring
periodenum
yearinteger
The fiscal year, named by the year its Q1 falls in.
priorityenum
The dimension scores are averaged by, so a workspace can see how it did on what mattered most rather than only in aggregate.
visibilityenum
Public objectives are browsable by everyone in the workspace. Private ones are visible to their owner, or to the members of the owning team.
weightdouble
Relative weight when objectives roll up into an average. One carrying twice the weight moves the average twice as much.
keyResultslist of objects
archivedboolean
createdAtdatetime
updatedAtdatetime
descriptionstringOptional
quarterintegerOptional

1-4 for a quarterly objective, absent for an annual one.

teamobjectOptional
An organizational team such as Eagles or Ravens.
teamIdstringOptional
ownerobjectOptional
A person in a Taktoria organization.
ownerUserIdstringOptional
scoredoubleOptional

The weighted average of its key results’ grades, or absent when none has been scored. Absent rather than 0.0 on purpose: an unscored objective has not failed, and a zero would say it had.

Errors

404
Not Found Error
422
Validation Error