Changelog

Added

v2 - 2026-02-20 - Notes search and relationship filtering

  • Search notes Added endpoint for filtered search over notes with support for relationship-based filtering by customers and links
  • List relationships Added type and target[type] query parameters to filter relationships by type and target entity type
  • Renamed endpoint summaries for consistency: "Retrieve note" → "Get note", "Retrieve relationships" → "List relationships", "Delete note relationship" → "Delete relationship"
Improved

v1 - 2026-02-18

  • Company Fields Documentation: Clarified that company custom fields can be assigned to other item types (features, components, etc.) through the Productboard UI. Updated documentation to explain that changes to field properties propagate across all item types, and deletion removes the field from all item types permanently.
Improved

v1 - 2026-02-17

  • Company Custom Field Values: The value field for number custom fields on PUT /companies/{companyId}/custom-fields/{customFieldId}/value now enforces a range of -9999999999.99 to 9999999999.99. Decimal values are rounded to 2 decimal points.
Improved

v1 - 2025-12-03

  • Company Custom Field Values: The type field in the request body for PUT /companies/{companyId}/custom-fields/{customFieldId}/value must now match the company custom field definition type. If the provided type does not match, a 400 Bad Request error is returned with error code validation.request.body.schema.typeMismatch.
Added

v1 - 2025-10-15

  • Add new field types: date, single select and multi select, to the feedback form configurations.
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