List field values Added new endpoint to retrieve paginated list of allowed values for select-type and status fields (single select, multi select, status), with optional assignedEntityType filter for status fields
Entity configuration endpoints now expose field values for single select, multi select, tags, and status fields
Create note Added metadata.source property to specify the external system origin (system, recordId, url) when creating a note
Retrieve note Notes now include metadata.source in responses
List notes Added metadata[source][system] and metadata[source][recordId] query parameters for filtering by metadata source
Search notes Added metadata.source.system and metadata.source.recordId search filters
Deprecated the source field (id, origin, recordId, url) in favor of the new unified metadata.source system. The old source field will continue to work but should be migrated to metadata.source
Update entity Field value metadata source properties renamed from externalSystemName/externalRecordId to source.system/source.recordId, and added source.url for linking to the external record
Entity configurations now include a filters array that describes which filter parameters are available for each entity type. Each filter entry provides:
The exact query parameter name to use (e.g., owner[id], status[name])