Newer Version Available
Record View
A view of any record in the organization, including a custom
object record. This object is used if a specialized object, such as User or
ChatterGroup, is not available for the record type. Contains data and metadata so you can render a record with one
response.
| Property | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| id | String | 18-character ID of the object | Small, 29.0 | 23.0 |
| motif | Motif | Small, medium, and large icons indicating the type of the object.
The motif can also contain the object’s base color. The icon is not a preview of the file. |
Small, 29.0 | 27.0 |
| mySubscription | Reference | If the context user is following this file, this contains information about the subscription, otherwise returns null. | Medium, 29.0 | 23.0 |
| name | String | The localized name | Small, 29.0 | 29.0 |
| relatedListDefinitions | List View Definition[] | The related list definitions (metadata) for this object. These list definitions do not include the related list data. | Medium, 29.0 | 29.0 |
| sections | Record View Section[] | A list of record view sections. | Small, 29.0 | 29.0 |
| type | String | A fixed type name for this object. Check this value to determine the shape of a response body. | Small, 29.0 | 23.0 |
| url | String | The Chatter REST API URL resource for this object. | Small, 29.0 | 23.0 |