Changelog

Added

v2 - 2025-12-11

  • Added OAuth scope support to API v2. The API now supports 8 scopes. See the OAuth2 documentation for the full list of supported scopes and their descriptions.
Improved

v2 - 2025-11-28

  • All entity endpoints: removed user and company from the supported entity types enum
  • Retrieve relationships: renamed the terminology used to refer to entities from "type": "hierarchyItem" to the types used in the entities endpoints. For example, when a note is related to a feature, the response will now show "type": "feature" instead of "type": "hierarchyItem"
  • Added more documentation to explain the configuration endpoints
Added

v1 - 2025-03-26

  • Fix updating metadata for all types of Notes. Content can be updated only for simple notes.
Added

v1 - 2025-01-30

  • Added new endpoints for creating, deleting and listing Links between Features and Initiatives
  • Added new endpoints for creating, deleting and listing Links between Features and Objectives
Added

v1 - 2024-08-01

  • Added a new resource Initiative with GET, LIST, CREATE, UPDATE and DELETE endpoints
  • Added Webhooks for Create, Delete and Update events on Initiatives
  • Added new endpoints for creating, deleting and listing Links between Initiatives and Features
  • Added new endpoints for creating, deleting and listing Links between Initiatives and Objectives
Added

v1 - 2024-07-01

  • Added a new resource Key result with GET, LIST, CREATE, UPDATE and DELETE endpoints
  • Added a new resource Objective with GET, LIST, CREATE, UPDATE and DELETE endpoints
  • Added Webhooks for Create, Delete and Update events on Key results
  • Added Webhooks for Create, Delete and Update events on Objectives
  • Added new endpoints for creating, deleting and listing Links between Objectives and Features
  • Added new endpoints for creating, deleting and listing Links between Objectives and Initiatives
Added

v1 - 2024-05-30

  • Added endpoints for creating and listing Links on Notes