Teamwork.com website screenshot

Teamwork.com

Teamwork.com is a project management and client work platform built for client services, agencies, and professional services teams to manage projects, tasks, time tracking, billing, resource planning, and collaboration in one place. The platform provides product offerings including Projects, Desk, Chat, Spaces, and CRM with deep integrations across the client delivery lifecycle. Teamwork.com offers a comprehensive REST API (v3) for the Projects product allowing programmatic access to projects, tasks, time entries, milestones, people, and reporting, with Bearer Token (OAuth 2.0) and HTTP Basic authentication.

1 APIs 0 Features
Project ManagementClient ServicesTask ManagementTime TrackingCollaborationProfessional Services Automation

APIs

Teamwork.com Projects API v3

REST API for the Teamwork.com Projects product providing programmatic access to projects, tasks, milestones, time entries, people, companies, tags, and reporting. Authentication...

Collections

Resources

🔗
DomainSecurity
DomainSecurity
🔑
Authentication
Authentication
👥
GitHubOrganization
GitHubOrganization
🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
Signup
Signup
💬
Support
Support
🟢
StatusPage
StatusPage
🔗
LinkedIn
LinkedIn
📰
Blog
Blog

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Teamwork.com Projects API v3
  version: 3.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Projects
    type: folder
  items:
  - info:
      name: List projects
      type: http
    http:
      method: GET
      url: https://{site}.teamwork.com/projects/api/v3/projects.json
      params:
      - name: page
        value: ''
        type: query
      - name: pageSize
        value: ''
        type: query
      - name: orderBy
        value: ''
        type: query
      - name: orderMode
        value: ''
        type: query
    docs: Retrieves all projects for the provided filters. Only the projects that the logged-in user can access will be returned.
- info:
    name: Activity
    type: folder
  items:
  - info:
      name: Delete activity log entry
      type: http
    http:
      method: DELETE
      url: https://{site}.teamwork.com/projects/api/v3/activity/:activityLogId.json
      params:
      - name: activityLogId
        value: ''
        type: path
    docs: Delete activity log entry
- info:
    name: Tasks
    type: folder
  items:
  - info:
      name: List personal tasks
      type: http
    http:
      method: GET
      url: https://{site}.teamwork.com/projects/api/v3/me/personaltasks.json
      params:
      - name: taskFilter
        value: ''
        type: query
      - name: page
        value: ''
        type: query
      - name: pageSize
        value: ''
        type: query
      - name: orderBy
        value: ''
        type: query
      - name: orderMode
        value: ''
        type: query
      - name: include
        value: ''
        type: query
    docs: Returns the personal tasks for the logged-in user.
bundled: true