Newer Version Available
Record
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| apiName | String | The API name for this record. | Small, 41.0 | 41.0 |
| childRelationships | Map<String, Record Collection> | The child relationship data for this record. | Small, 41.0 | 41.0 |
| eTag | String | A string populated with a hash. Don’t use this property. Instead, use weakEtag. Because eTag is a string, you can only compare for equality. |
Small, 42.0 | 42.0 |
| weakEtag | 64-bit integer (base 10) | Compare this value between responses to determine whether a record has changed.
If the value is larger, this record is newer. If the value is smaller, this record
is older. If the value is the same, the records are the same. Not all record types are supported. If a record type is unsupported, this value is 0. |
Small, 48.0 | 48.0 |
| fields | Map<String, Field Value> | The field data for this record, matching the requested layout and mode. | Small, 41.0 | 41.0 |
| id | String | The ID of this record. | Small, 41.0 | 41.0 |
| lastModifiedById | String | The ID of the user who last updated this record. | Small, 44.0 | 44.0 |
| lastModifiedDate | String | The date and time when a user last modified this record. Date and time information is in ISO 8601 format. | Small, 44.0 | 44.0 |
| recordTypeId | String | The record type ID for this record. | Small, 48.0 | 48.0 |
| recordTypeInfo | Record Type Info | The record type info for this record, if any. This property is returned for only two levels of nested records. Instead, use recordTypeId, which is returned for every record in a response. |
Small, 41.0 | 41.0 |
| systemModstamp | String | The date and time when a user or an automated process (such as a trigger) last modified this record. Date and time information is in ISO 8601 format. | Small, 44.0 | 44.0 |