name: Basecamp2 API
description: Use when working with basecamp2 api, cluster hdr, cluster lines, comments, embeddings, health check, people, projects, seed, todolist, todos, todos events, todos investigation, todos metrics, todos sessions, todos summary, topics, or making API calls to https://basecamp2.augur-api.com.
version: 1.0.5
Basecamp2
Service-specific knowledge for basecamp2 microservice.
API Documentation
Authentication
All endpoints except /health-check and /ping require bearer token authentication. See authentication.md for details.
API Endpoints
comments
| Method |
Endpoint |
Description |
Details |
| GET |
/comments/{id} |
Get Comment by ID |
comments.md |
| GET |
/comments |
List Comments |
comments.md |
health_check
| Method |
Endpoint |
Description |
Details |
| GET |
/health-check |
Health Check |
health_check.md |
people
| Method |
Endpoint |
Description |
Details |
| GET |
/people/{id} |
Get Person by ID |
people.md |
| GET |
/people |
List People with filters |
people.md |
| GET |
/people/{personId}/projects/{projectId}/todos |
List Todos for Person on Project |
people.md |
| GET |
/people/{id}/todos |
List Todos for Person |
people.md |
projects
| Method |
Endpoint |
Description |
Details |
| GET |
/projects/{id} |
Get Project by ID |
projects.md |
| GET |
/projects |
List Projects |
projects.md |
| GET |
/projects/{projectId}/todolists/{todolistId}/todos |
List Todos in Todolist within Project |
projects.md |
| GET |
/projects/{id}/todolists |
List Todolists for Project |
projects.md |
| GET |
/projects/{id}/todos |
List Todos for Project |
projects.md |
todolist
| Method |
Endpoint |
Description |
Details |
| GET |
/todolists/{id} |
Get Todolist Details |
todolist.md |
| GET |
/todolists |
List Todolists |
todolist.md |
todos
| Method |
Endpoint |
Description |
Details |
| GET |
/todos/{id}/comments |
List Comments for Todo |
todos.md |
| GET |
/todos/{id} |
Get Todo Details |
todos.md |
| GET |
/todos |
List Todos |
todos.md |
todos_events
todos_metrics
todos_sessions
todos_summary