Improved
v2 - 2026-03-25 - Unified metadata source for notes and entities
21 days ago by ReadMe GitHub Action
- Create note Added
metadata.sourceproperty to specify the external system origin (system,recordId,url) when creating a note - Retrieve note Notes now include
metadata.sourcein responses - List notes Added
metadata[source][system]andmetadata[source][recordId]query parameters for filtering by metadata source - Search notes Added
metadata.source.systemandmetadata.source.recordIdsearch filters - Deprecated the
sourcefield (id,origin,recordId,url) in favor of the new unifiedmetadata.sourcesystem. The oldsourcefield will continue to work but should be migrated tometadata.source - Update entity Field value metadata source properties renamed from
externalSystemName/externalRecordIdtosource.system/source.recordId, and addedsource.urlfor linking to the external record - Retrieve entity, List entities, Search entities Entity field value metadata now uses the unified
source.system,source.recordId, andsource.urlproperties in responses