id– record id, unique within a given data collection.name– human-readable name of the record. It will be a person’s name in case of person, task title in case of task, etc.uri– link to the record if it has its own page.createdTimeupdatedTimedeletedTimecreatedById– id of an entity (usually a user) that created the record.updatedById– id of an entity that updated the record last.fields– data fields of the record that matchfieldsSchemaof the collection. Usually they match exactly the fields returned by the external application. They may differ if connector developer decided to simplify the schema for end-users.
id is always populated.