Changelog

Improved

v2 - 2025-12-18

  • Pagination Added a section about attribute pagination
  • Retrieve entity fixed the examples for specifying fields parameter when getting single entity
  • List entities fixed the examples for specifying fields parameter when listing entities
  • List entities fixed the filtering example when listing entities
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
Improved

v2 - 2025-11-19

Added

v1 - 2025-03-26

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