Query completion history
GET
/api/completions
Authorizations
bearerAuth
API token created via POST /api/tokens or the db:create-token CLI command
Type
HTTP (bearer)
Parameters
Query Parameters
task_id
Type
integer
date
Filter by completion date (YYYY-MM-DD)
Type
string
Format
"date"Responses
Completion records
application/json
JSON
{
"data": [
{
"id": 0,
"task_id": 0,
"user_id": 0,
"completed_at": "string",
"due_at_was": "string",
"due_at_next": "string"
}
]
}
GET
/api/completions
