Checkins
GET
all checkins for an outcome
GET
all checkins for an outcomeGet all checkins for a specific outcome
GET
https://api.tability.app/v2/workspaces/:workspaceID/outcomes/:outcomeID/checkins
Path Parameters
:workspaceID*
String
Unique ID of the workspace
:outcomeID*
String
Unique ID of the outcome (UUID or Nano ID)
GET
a specific checkin
GET
a specific checkinGet the details of a specific checkin
GET
https://api.tability.dev:3001/v2/workspaces/:workspaceID/checkins/:checkinID
Path Parameters
:workspaceID*
String
Unique ID of the workspace
:checkinID*
String
Unique ID of the checkin (UUID or Nano ID)
POST
a new checkin
POST
a new checkinCreate a new checkin for a specific outcome
POST
https://api.tability.app/v2/workspaces/:workspaceID/outcomes/:outcomeID
Path Parameters
:workspaceID*
String
Unique ID of the workspace
:outcomeID*
String
Unique ID of the outcome (UUID or Nano ID)
Request Body
checkin[score]*
Number
Current value of the checkin
checkin[checkin_date]
Date
Checkin date
checkin[body]
String
Checkin analysis text
checkin[confidence]
String
Confidence value of the checkin [red|yellow|green]
Last updated