Strise Connect API Docs
TypesObjects

EditMetadata

Metadata about an edit on a data field.

type EditMetadata {
  editKind: EditKind!
  updatedAt: DateTime!
  editedBy: SimpleUser
  comment: String
  sourceKind: EditSourceKind
}

Fields

editKind EditKind! non-null enum

EditKind! The type of the edit.

updatedAt DateTime! non-null scalar

DateTime! The timestamp of when the edit was last updated.

editedBy SimpleUser object

SimpleUser The user which made the edit.

comment String scalar

String The comment associated with the edit, if it exists.

sourceKind EditSourceKind enum

EditSourceKind The source that produced this edit — useful for distinguishing manually-added data (USER) from data originating in a Strise integration (e.g. BRREG_INTEGRATION, ORBIS_INTEGRATION). null for historical edits written before source tracking was introduced.

Member Of

BeneficialOwner object ConnectBirthDate object ConnectInceptionDate object ConnectIndustryCode object ConnectOrganisationFormCode object Ownership object

On this page