Optionalcreated_When the custom object was created (ISO 8601).
OptionalfieldsMap of field names to their current values as defined by the object's schema type.
Unique identifier for the custom object (cobj_...).
OptionalorgID of the organization this object belongs to (org_...).
Optionalrow_An optional stable key used to identify this object by a caller-controlled string rather than its generated ID. null if not set.
OptionalsandboxID of the sandbox environment this object is scoped to (dsb_...). null for production objects.
Optionalschema_The lookup key of the schema type that defines this object's field structure. null if the schema type has not been set.
OptionalteamID of the team that owns this object (tem_...). null if the object is not team-scoped.
Optionalupdated_When the custom object was last modified (ISO 8601). null if the object has never been updated after creation.
OptionaluserID of the user that owns this object (usr_...). null if the object is not user-scoped.
OptionalversionOptimistic concurrency version of the object. Increments with each successful update; pass this value in write operations to detect conflicting changes.
A custom object belonging to an organization. Custom objects store arbitrary structured data defined by a schema type and are scoped to an org, team, or user.