Salesforce · Schema

SObjectDescribe

Metadata describing a Salesforce SObject type, including its fields, relationships, and capabilities.

AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
name string The API name of the SObject type.
label string The user-facing singular label for this object type.
labelPlural string The user-facing plural label for this object type.
keyPrefix string The three-character key prefix used in record IDs for this type.
queryable boolean Whether records of this type can be queried with SOQL.
searchable boolean Whether records of this type can be searched with SOSL.
createable boolean Whether new records of this type can be created via the API.
updateable boolean Whether existing records of this type can be updated via the API.
deletable boolean Whether records of this type can be deleted via the API.
fields array Detailed metadata for each field on this SObject type.
urls object Map of REST endpoint URLs for this SObject type.
View JSON Schema on GitHub