Superthread has evolved over many years and the naming convention in some of our API paths and responses reflect this evolution. This document describes the mapping between the legacy naming conventions in our API and the modern terminology used throughout the Superthread application.

Workspace (team)

Your workspace may be referred to as a ‘team’ throughout the API. For example a {team_id} will be referecing the ID of your workspace.

Spaces (project)

Spaces may be referred to as ‘projects’ throughtout the API. For example a {project_id} will be referencing a specific Space within your workspace.

Projects (epic)

Project cards may be known as ‘epics’ throughout the API. For example an {epic_id} will be referencing a specific project from your Roadmap board.

Statuses (list)

Statuses in a board may be known as ‘lists’ throughtout the API. For example a {list_id} will be referencing a specific status/column from a board.