Create Check In

Record a grade. The check-in is history and is never updated; the key result’s own score is dragged along so that every read which only cares about now stays cheap. A corrected grade is another check-in, because the point of the history is what was believed when.

Authentication

AuthorizationBearer

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

Path parameters

keyResultIdstringRequired

Request

This endpoint expects an object.
scoredoubleRequired
The grade at this point in time, 0.0 to 1.0.
notestringOptional
Why it moved, what is in the way.

Response

This endpoint returns an object.
idstring
keyResultIdstring
scoredouble
recordedAtdatetime
notestringOptional
recordedByobjectOptional
A person in a Taktoria organization.
recordedByIdstringOptional

Errors

404
Not Found Error
422
Validation Error