Tasks

Endpoints

get
https://api.upcoach.com/todos
List tasks
post
https://api.upcoach.com/todos
Add a task

Resource Objects

Task

Property
Type
Description
id
string
Task ID
user
User
Assignee user
program
Program
Program
description
string
Description/detail
due
integer | null
Due date (Unix timestamp)
done
boolean
Status (done or not)
created_at
integer
Created date and time (Unix timestamp)
Last modified 9mo ago