openapi: 3.1.0 info: title: Salesforce Bulk API 2.0 Abort Supported API description: 'Salesforce Bulk API 2.0 is a simplified, REST-based interface for bulk data operations that improves on the original Bulk API. It uses a straightforward job model and supports CSV format for ingest and query jobs, enabling processing of millions of records asynchronously. ' version: v63.0 contact: name: Salesforce Developers url: https://developer.salesforce.com/ license: name: Salesforce Developer Terms url: https://www.salesforce.com/company/legal/agreements/ servers: - url: https://{instance}.salesforce.com/services/data/v{version}/jobs description: Salesforce Bulk API 2.0 jobs endpoint variables: instance: default: yourInstance description: 'The Salesforce instance identifier (e.g., na1, eu3, or a My Domain subdomain like mycompany). ' version: default: '63.0' description: 'The Salesforce API version number (e.g., 63.0). Use the latest supported version for new integrations. ' security: - BearerAuth: [] tags: - name: Supported paths: /data/v64.0/ui-api/object-info: parameters: [] get: tags: - Supported summary: Salesforce Get a Directory of Supported Objects description: Get a Salesforce org’s active theme. A theme uses colors, images, and banners to change the overall appearance of Salesforce. Administrators can define themes and switch themes to provide a different look. The User Interface API response matches the Admin’s selection. operationId: GetaDirectoryofSupportedObjects parameters: [] responses: '200': description: OK headers: Date: content: text/plain: schema: type: string contentMediaType: text/plain example: Wed, 27 Sep 2023 15:54:23 GMT Strict-Transport-Security: content: text/plain: schema: type: string contentMediaType: text/plain example: max-age=63072000; includeSubDomains X-Content-Type-Options: content: text/plain: schema: type: string contentMediaType: text/plain example: nosniff X-XSS-Protection: content: text/plain: schema: type: string contentMediaType: text/plain example: 1; mode=block X-Robots-Tag: content: text/plain: schema: type: string contentMediaType: text/plain example: none Cache-Control: content: text/plain: schema: type: string contentMediaType: text/plain example: no-cache,must-revalidate,max-age=0,no-store,private Vary: content: text/plain: schema: type: string contentMediaType: text/plain example: Accept-Encoding Content-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: gzip Transfer-Encoding: content: text/plain: schema: type: string contentMediaType: text/plain example: chunked content: application/json;charset=UTF-8: schema: allOf: - $ref: '#/components/schemas/GetaDirectoryofSupportedObjects' - examples: - objects: Account: apiName: Account keyPrefix: '001' label: Account labelPlural: Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Account AccountBrand: apiName: AccountBrand keyPrefix: 0TU label: Account Brand labelPlural: Account Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountBrand AccountHistory: apiName: AccountHistory keyPrefix: '017' label: Account History labelPlural: Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountHistory AccountPartner: apiName: AccountPartner keyPrefix: 00I label: Account Partner labelPlural: Account Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountPartner ActiveScratchOrg: apiName: ActiveScratchOrg keyPrefix: 2AS label: Active Scratch Org labelPlural: Active Scratch Orgs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrg ActiveScratchOrgHistory: apiName: ActiveScratchOrgHistory keyPrefix: '017' label: Active Scratch Org History labelPlural: Active Scratch Org History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrgHistory ApiAnomalyEventStore: apiName: ApiAnomalyEventStore keyPrefix: 0j6 label: API Anomaly Event Store labelPlural: API Anomaly Event Stores nameFields: - ApiAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ApiAnomalyEventStore AppAnalyticsQueryRequest: apiName: AppAnalyticsQueryRequest keyPrefix: 0XI label: App Analytics Query Request labelPlural: App Analytics Query Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppAnalyticsQueryRequest AppMenuItem: apiName: AppMenuItem keyPrefix: 0DS label: AppMenuItem labelPlural: AppMenuItems nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppMenuItem Asset: apiName: Asset keyPrefix: 02i label: Asset labelPlural: Assets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Asset AssetHistory: apiName: AssetHistory keyPrefix: '017' label: Asset History labelPlural: Asset History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetHistory AssetRelationship: apiName: AssetRelationship keyPrefix: 1AR label: Asset Relationship labelPlural: Asset Relationships nameFields: - AssetRelationshipNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationship AssetRelationshipHistory: apiName: AssetRelationshipHistory keyPrefix: '017' label: Asset Relationship History labelPlural: Asset Relationship History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationshipHistory AuthorizationForm: apiName: AuthorizationForm keyPrefix: 0cI label: Authorization Form labelPlural: Authorization Forms nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationForm AuthorizationFormConsent: apiName: AuthorizationFormConsent keyPrefix: 0cK label: Authorization Form Consent labelPlural: Authorization Form Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsent AuthorizationFormConsentHistory: apiName: AuthorizationFormConsentHistory keyPrefix: '017' label: Authorization Form Consent History labelPlural: Authorization Form Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsentHistory AuthorizationFormDataUse: apiName: AuthorizationFormDataUse keyPrefix: 0cM label: Authorization Form Data Use labelPlural: Authorization Form Data Uses nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUse AuthorizationFormDataUseHistory: apiName: AuthorizationFormDataUseHistory keyPrefix: '017' label: Authorization Form Data Use History labelPlural: Authorization Form Data Use History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUseHistory AuthorizationFormHistory: apiName: AuthorizationFormHistory keyPrefix: '017' label: Authorization Form History labelPlural: Authorization Form History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormHistory AuthorizationFormText: apiName: AuthorizationFormText keyPrefix: 0cN label: Authorization Form Text labelPlural: Authorization Form Texts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormText AuthorizationFormTextHistory: apiName: AuthorizationFormTextHistory keyPrefix: '017' label: Authorization Form Text History labelPlural: Authorization Form Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormTextHistory BackgroundOperation: apiName: BackgroundOperation keyPrefix: 08P label: Background Operation labelPlural: Background Operations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BackgroundOperation BusinessBrand: apiName: BusinessBrand keyPrefix: 1BU label: Business Brand labelPlural: Business Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessBrand BusinessHours: apiName: BusinessHours keyPrefix: 01m label: Business Hours labelPlural: Business Hours nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessHours Campaign: apiName: Campaign keyPrefix: '701' label: Campaign labelPlural: Campaigns nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Campaign CampaignHistory: apiName: CampaignHistory keyPrefix: '017' label: Campaign Field History labelPlural: Campaign Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignHistory CampaignMember: apiName: CampaignMember keyPrefix: 00v label: Campaign Member labelPlural: Campaign Members nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMember CampaignMemberStatus: apiName: CampaignMemberStatus keyPrefix: 01Y label: Campaign Member Status labelPlural: Campaign Member Statuses nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMemberStatus Case: apiName: Case keyPrefix: '500' label: Case labelPlural: Cases nameFields: - CaseNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Case CaseComment: apiName: CaseComment keyPrefix: 00a label: Case Comment labelPlural: Case Comments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseComment CaseContactRole: apiName: CaseContactRole keyPrefix: 03j label: Case Contact Role labelPlural: Case Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseContactRole CaseHistory: apiName: CaseHistory keyPrefix: '017' label: Case History labelPlural: Case History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseHistory ChannelProgram: apiName: ChannelProgram keyPrefix: 0Pk label: Channel Program labelPlural: Channel Programs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgram ChannelProgramHistory: apiName: ChannelProgramHistory keyPrefix: '017' label: Channel Program History labelPlural: Channel Program History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramHistory ChannelProgramLevel: apiName: ChannelProgramLevel keyPrefix: 0Pl label: Channel Program Level labelPlural: Channel Program Levels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevel ChannelProgramLevelHistory: apiName: ChannelProgramLevelHistory keyPrefix: '017' label: Channel Program Level History labelPlural: Channel Program Level History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevelHistory ChannelProgramMember: apiName: ChannelProgramMember keyPrefix: 0Pm label: Channel Program Member labelPlural: Channel Program Members nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMember ChannelProgramMemberHistory: apiName: ChannelProgramMemberHistory keyPrefix: '017' label: Channel Program Member History labelPlural: Channel Program Member History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMemberHistory CommSubscription: apiName: CommSubscription keyPrefix: 0Xl label: Communication Subscription labelPlural: Communication Subscriptions nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscription CommSubscriptionChannelType: apiName: CommSubscriptionChannelType keyPrefix: 0eB label: Communication Subscription Channel Type labelPlural: Communication Subscription Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelType CommSubscriptionChannelTypeHistory: apiName: CommSubscriptionChannelTypeHistory keyPrefix: '017' label: Communication Subscription Channel Type History labelPlural: Communication Subscription Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelTypeHistory CommSubscriptionHistory: apiName: CommSubscriptionHistory keyPrefix: '017' label: Communication Subscription History labelPlural: Communication Subscription History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionHistory ConsumptionRate: apiName: ConsumptionRate keyPrefix: 0Mo label: Consumption Rate labelPlural: Consumption Rates nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRate ConsumptionRateHistory: apiName: ConsumptionRateHistory keyPrefix: '017' label: Consumption Rate History ID labelPlural: Consumption Rate History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRateHistory ConsumptionSchedule: apiName: ConsumptionSchedule keyPrefix: 0Mh label: Consumption Schedule labelPlural: Consumption Schedules nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionSchedule ConsumptionScheduleHistory: apiName: ConsumptionScheduleHistory keyPrefix: '017' label: Consumption Schedule History ID labelPlural: Consumption Schedule History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionScheduleHistory Contact: apiName: Contact keyPrefix: '003' label: Contact labelPlural: Contacts nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contact ContactHistory: apiName: ContactHistory keyPrefix: '017' label: Contact History labelPlural: Contact History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactHistory ContactPointTypeConsent: apiName: ContactPointTypeConsent keyPrefix: 0ZY label: Contact Point Type Consent labelPlural: Contact Point Type Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsent ContactPointTypeConsentHistory: apiName: ContactPointTypeConsentHistory keyPrefix: '017' label: Contact Point Type Consent History labelPlural: Contact Point Type Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsentHistory ContactRequest: apiName: ContactRequest keyPrefix: 0Tz label: Contact Request labelPlural: Contact Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactRequest ContentDocument: apiName: ContentDocument keyPrefix: 069 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocument ContentDocumentHistory: apiName: ContentDocumentHistory keyPrefix: '017' label: Content Document History labelPlural: Content Document History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentHistory ContentDocumentLink: apiName: ContentDocumentLink keyPrefix: 06A label: Content Document Link labelPlural: Content Document Link nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentLink ContentVersion: apiName: ContentVersion keyPrefix: 068 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersion ContentVersionHistory: apiName: ContentVersionHistory keyPrefix: '017' label: Content Version History labelPlural: Content Version History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersionHistory ContentWorkspace: apiName: ContentWorkspace keyPrefix: 058 label: Library labelPlural: Libraries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentWorkspace Contract: apiName: Contract keyPrefix: '800' label: Contract labelPlural: Contracts nameFields: - ContractNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contract ContractContactRole: apiName: ContractContactRole keyPrefix: 02a label: Contract Contact Role labelPlural: Contract Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractContactRole ContractHistory: apiName: ContractHistory keyPrefix: '017' label: Contract History labelPlural: Contract History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractHistory CredentialStuffingEventStore: apiName: CredentialStuffingEventStore keyPrefix: 0fj label: Credential Stuffing Event Store labelPlural: Credential Stuffing Event Stores nameFields: - CredentialStuffingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/CredentialStuffingEventStore CspTrustedSite: apiName: CspTrustedSite keyPrefix: 08y label: Trusted URL labelPlural: Trusted URLs nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/CspTrustedSite Customer: apiName: Customer keyPrefix: 6 label: Customer labelPlural: Customers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Customer DandBCompany: apiName: DandBCompany keyPrefix: 06E label: D&B Company labelPlural: D&B Companies nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DandBCompany DataUseLegalBasis: apiName: DataUseLegalBasis keyPrefix: 0ZT label: Data Use Legal Basis labelPlural: Data Use Legal Bases nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasis DataUseLegalBasisHistory: apiName: DataUseLegalBasisHistory keyPrefix: '017' label: Data Use Legal Basis History labelPlural: Data Use Legal Basis History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasisHistory DataUsePurpose: apiName: DataUsePurpose keyPrefix: 0ZW label: Data Use Purpose labelPlural: Data Use Purposes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurpose DataUsePurposeHistory: apiName: DataUsePurposeHistory keyPrefix: '017' label: Data Use Purpose History labelPlural: Data Use Purpose History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurposeHistory Dataweave_Key_Mapping__mdt: apiName: Dataweave_Key_Mapping__mdt keyPrefix: m00 label: Dataweave Key Mapping labelPlural: Dataweave Key Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Key_Mapping__mdt Dataweave_Mapping__mdt: apiName: Dataweave_Mapping__mdt keyPrefix: m01 label: Dataweave Mapping labelPlural: Dataweave Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Mapping__mdt DelegatedAccount: apiName: DelegatedAccount keyPrefix: 0du label: External Managed Account labelPlural: External Managed Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccount DelegatedAccountHistory: apiName: DelegatedAccountHistory keyPrefix: '017' label: External Managed Account History labelPlural: External Managed Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccountHistory DeleteEvent: apiName: DeleteEvent keyPrefix: 00C label: Recycle Bin Item labelPlural: Recycle Bin nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DeleteEvent DuplicateRecordItem: apiName: DuplicateRecordItem keyPrefix: 0GL label: Duplicate Record Item labelPlural: Duplicate Record Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordItem DuplicateRecordSet: apiName: DuplicateRecordSet keyPrefix: 0GK label: Duplicate Record Set labelPlural: Duplicate Record Sets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordSet EmailMessageRelation: apiName: EmailMessageRelation keyPrefix: 0CZ label: Email Message Relation labelPlural: Email Message Relations nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EmailMessageRelation EngagementChannelType: apiName: EngagementChannelType keyPrefix: 0eF label: Engagement Channel Type labelPlural: Engagement Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelType EngagementChannelTypeHistory: apiName: EngagementChannelTypeHistory keyPrefix: '017' label: Engagement Channel Type History labelPlural: Engagement Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelTypeHistory FlowInterview: apiName: FlowInterview keyPrefix: 0Fo label: Flow Interview labelPlural: Flow Interviews nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowInterview FlowOrchestrationInstance: apiName: FlowOrchestrationInstance keyPrefix: 0jE label: Orchestration Run labelPlural: Orchestration Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationInstance FlowOrchestrationStageInstance: apiName: FlowOrchestrationStageInstance keyPrefix: 0jF label: Orchestration Stage Run labelPlural: Orchestration Stage Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStageInstance FlowOrchestrationStepInstance: apiName: FlowOrchestrationStepInstance keyPrefix: 0jL label: Orchestration Step Run labelPlural: Orchestration Step Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStepInstance FlowOrchestrationWorkItem: apiName: FlowOrchestrationWorkItem keyPrefix: 0jf label: Orchestration Work Item labelPlural: Orchestration Work Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationWorkItem Group: apiName: Group keyPrefix: 00G label: Group labelPlural: Group nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Group Holiday: apiName: Holiday keyPrefix: 0C0 label: Holiday labelPlural: Holidays nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Holiday IPAddressRange: apiName: IPAddressRange keyPrefix: 9s4 label: IP Address Range labelPlural: IP Address Ranges nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/IPAddressRange Image: apiName: Image keyPrefix: 4YL label: Image labelPlural: Images nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Image ImageHistory: apiName: ImageHistory keyPrefix: '017' label: Image History labelPlural: Image History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ImageHistory Individual: apiName: Individual keyPrefix: 0PK label: Individual labelPlural: Individuals nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Individual IndividualHistory: apiName: IndividualHistory keyPrefix: '017' label: Individual History labelPlural: Individual History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/IndividualHistory Lead: apiName: Lead keyPrefix: 00Q label: Lead labelPlural: Leads nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Lead LeadHistory: apiName: LeadHistory keyPrefix: '017' label: Lead History labelPlural: Lead History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/LeadHistory ListEmail: apiName: ListEmail keyPrefix: 0XB label: List Email labelPlural: List Emails nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ListEmail Macro: apiName: Macro keyPrefix: 0JZ label: Macro labelPlural: Macros nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Macro MacroHistory: apiName: MacroHistory keyPrefix: '017' label: Macro History labelPlural: Macro History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/MacroHistory ManagedContent: apiName: ManagedContent keyPrefix: 20Y label: Managed Content labelPlural: Managed Contents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContent ManagedContentVariant: apiName: ManagedContentVariant keyPrefix: 9Ps label: Managed Content Variant labelPlural: Managed Content Variants nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContentVariant Merchandise__c: apiName: Merchandise__c keyPrefix: a00 label: Merchandise labelPlural: Merchandise nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandise__c Merchandising_Mix__c: apiName: Merchandising_Mix__c keyPrefix: a01 label: Merchandise Mix labelPlural: Merchandise Mixes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandising_Mix__c Mix_Item__c: apiName: Mix_Item__c keyPrefix: a02 label: Mix Item labelPlural: Mix Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Mix_Item__c NamespaceRegistry: apiName: NamespaceRegistry keyPrefix: 1NR label: Namespace Registry labelPlural: Namespace Registries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistry NamespaceRegistryHistory: apiName: NamespaceRegistryHistory keyPrefix: '017' label: Namespace Registry History labelPlural: Namespace Registry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistryHistory Note: apiName: Note keyPrefix: '002' label: Note labelPlural: Notes nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/Note Opportunity: apiName: Opportunity keyPrefix: '006' label: Opportunity labelPlural: Opportunities nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Opportunity OpportunityContactRole: apiName: OpportunityContactRole keyPrefix: 00K label: Opportunity Contact Role labelPlural: Opportunity Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityContactRole OpportunityFieldHistory: apiName: OpportunityFieldHistory keyPrefix: '017' label: Opportunity Field History labelPlural: Opportunity Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityFieldHistory OpportunityHistory: apiName: OpportunityHistory keyPrefix: 008 label: Opportunity History labelPlural: Opportunity History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityHistory OpportunityLineItem: apiName: OpportunityLineItem keyPrefix: 00k label: Opportunity Product labelPlural: Opportunity Product nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityLineItem OpportunityPartner: apiName: OpportunityPartner keyPrefix: 00I label: Opportunity Partner labelPlural: Opportunity Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityPartner Order: apiName: Order keyPrefix: '801' label: Order labelPlural: Orders nameFields: - OrderNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Order OrderHistory: apiName: OrderHistory keyPrefix: '017' label: Order History labelPlural: Order History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderHistory OrderItem: apiName: OrderItem keyPrefix: '802' label: Order Product labelPlural: Order Products nameFields: - OrderItemNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItem OrderItemHistory: apiName: OrderItemHistory keyPrefix: '017' label: Order Product History labelPlural: Order Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItemHistory OrgMetric: apiName: OrgMetric keyPrefix: 3v1 label: Org Metric labelPlural: Org Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetric OrgMetricScanResult: apiName: OrgMetricScanResult keyPrefix: 9aM label: Org Metric Scan Result labelPlural: Org Metric Scan Results nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanResult OrgMetricScanSummary: apiName: OrgMetricScanSummary keyPrefix: 6mX label: Org Metric Scan Summary labelPlural: Org Metric Scan Summaries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanSummary Organization: apiName: Organization keyPrefix: 00D label: Organization labelPlural: Organizations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Organization Partner: apiName: Partner keyPrefix: 00I label: Partner labelPlural: Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Partner PartnerFundAllocation: apiName: PartnerFundAllocation keyPrefix: 0R8 label: Partner Fund Allocation labelPlural: Partner Fund Allocations nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocation PartnerFundAllocationHistory: apiName: PartnerFundAllocationHistory keyPrefix: '017' label: Partner Fund Allocation History labelPlural: Partner Fund Allocation History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocationHistory PartnerFundClaim: apiName: PartnerFundClaim keyPrefix: 0RB label: Partner Fund Claim labelPlural: Partner Fund Claims nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaim PartnerFundClaimHistory: apiName: PartnerFundClaimHistory keyPrefix: '017' label: Partner Fund Claim History labelPlural: Partner Fund Claim History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaimHistory PartnerFundRequest: apiName: PartnerFundRequest keyPrefix: 0RJ label: Partner Fund Request labelPlural: Partner Fund Requests nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequest PartnerFundRequestHistory: apiName: PartnerFundRequestHistory keyPrefix: '017' label: Partner Fund Request History labelPlural: Partner Fund Request History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequestHistory PartnerMarketingBudget: apiName: PartnerMarketingBudget keyPrefix: 0Cw label: Partner Marketing Budget labelPlural: Partner Marketing Budgets nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudget PartnerMarketingBudgetHistory: apiName: PartnerMarketingBudgetHistory keyPrefix: '017' label: Partner Marketing Budget History labelPlural: Partner Marketing Budget History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudgetHistory PartyConsent: apiName: PartyConsent keyPrefix: 0g8 label: Party Consent labelPlural: Party Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsent PartyConsentHistory: apiName: PartyConsentHistory keyPrefix: '017' label: Party Consent History labelPlural: Party Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsentHistory Period: apiName: Period keyPrefix: '026' label: Period labelPlural: Period nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Period Pricebook2: apiName: Pricebook2 keyPrefix: 01s label: Price Book labelPlural: Price Books nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2 Pricebook2History: apiName: Pricebook2History keyPrefix: '017' label: Price Book History labelPlural: Price Book History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2History PricebookEntry: apiName: PricebookEntry keyPrefix: 01u label: Price Book Entry labelPlural: Price Book Entries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntry PricebookEntryHistory: apiName: PricebookEntryHistory keyPrefix: '017' label: Price Book Entry History labelPlural: Price Book Entry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntryHistory ProcessDefinition: apiName: ProcessDefinition keyPrefix: 04a label: Process Definition labelPlural: Process Definition nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessDefinition ProcessInstance: apiName: ProcessInstance keyPrefix: 04g label: Process Instance labelPlural: Process Instance nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessInstance Product2: apiName: Product2 keyPrefix: 01t label: Product labelPlural: Products nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2 Product2History: apiName: Product2History keyPrefix: '017' label: Product History labelPlural: Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2History ProductConsumptionSchedule: apiName: ProductConsumptionSchedule keyPrefix: 0Mq label: Product Consumption Schedule labelPlural: Product Consumption Schedules nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProductConsumptionSchedule ProfileSkill: apiName: ProfileSkill keyPrefix: 0Sk label: Skill labelPlural: Skills nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkill ProfileSkillEndorsement: apiName: ProfileSkillEndorsement keyPrefix: 0SE label: Endorsement labelPlural: Endorsements nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsement ProfileSkillEndorsementHistory: apiName: ProfileSkillEndorsementHistory keyPrefix: '017' label: Endorsement History labelPlural: Endorsement History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsementHistory ProfileSkillHistory: apiName: ProfileSkillHistory keyPrefix: '017' label: Skill History labelPlural: Skill History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillHistory ProfileSkillUser: apiName: ProfileSkillUser keyPrefix: 0SM label: Skill User labelPlural: Skill Users nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUser ProfileSkillUserHistory: apiName: ProfileSkillUserHistory keyPrefix: '017' label: Skill User History labelPlural: Skill User History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUserHistory QuickText: apiName: QuickText keyPrefix: '574' label: Quick Text labelPlural: Quick Text nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickText QuickTextHistory: apiName: QuickTextHistory keyPrefix: '017' label: Quick Text History labelPlural: Quick Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickTextHistory Recommendation: apiName: Recommendation keyPrefix: 0pr label: Recommendation labelPlural: Recommendations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Recommendation RecordAction: apiName: RecordAction keyPrefix: 0Rw label: RecordAction labelPlural: RecordActions nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordAction RecordType: apiName: RecordType keyPrefix: '012' label: Record Type labelPlural: Record Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordType Report: apiName: Report keyPrefix: 00O label: Report labelPlural: Reports nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Report ReportAnomalyEventStore: apiName: ReportAnomalyEventStore keyPrefix: 0Z7 label: Report Anomaly Event Store labelPlural: Report Anomaly Event Stores nameFields: - ReportAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ReportAnomalyEventStore Scorecard: apiName: Scorecard keyPrefix: 01f label: Scorecard labelPlural: Scorecards nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Scorecard ScorecardAssociation: apiName: ScorecardAssociation keyPrefix: 0Qn label: Scorecard Association labelPlural: Scorecard Associations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardAssociation ScorecardMetric: apiName: ScorecardMetric keyPrefix: 0Om label: Scorecard Metric labelPlural: Scorecard Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardMetric ScratchOrgInfo: apiName: ScratchOrgInfo keyPrefix: 2SR label: Scratch Org Info labelPlural: Scratch Org Infos nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfo ScratchOrgInfoHistory: apiName: ScratchOrgInfoHistory keyPrefix: '017' label: Scratch Org Info History labelPlural: Scratch Org Info History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfoHistory SearchPromotionRule: apiName: SearchPromotionRule keyPrefix: 0MD label: Promoted Search Term labelPlural: Promoted Search Terms nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SearchPromotionRule Seller: apiName: Seller keyPrefix: 0q6 label: Seller labelPlural: Sellers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Seller SellerHistory: apiName: SellerHistory keyPrefix: '017' label: Seller History labelPlural: Seller History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SellerHistory SessionHijackingEventStore: apiName: SessionHijackingEventStore keyPrefix: 0Zj label: Session Hijacking Event Store labelPlural: Session Hijacking Event Stores nameFields: - SessionHijackingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/SessionHijackingEventStore SetupAssistantStep: apiName: SetupAssistantStep keyPrefix: 3Ys label: Setup Assistant Step labelPlural: Setup Assistant Steps nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/SetupAssistantStep SiteHistory: apiName: SiteHistory keyPrefix: '017' label: Site History labelPlural: Site History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SiteHistory SolutionHistory: apiName: SolutionHistory keyPrefix: '017' label: Solution History labelPlural: Solution History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SolutionHistory StaticResource: apiName: StaticResource keyPrefix: 081 label: Static Resource labelPlural: Static Resources nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StaticResource StreamingChannel: apiName: StreamingChannel keyPrefix: 0M6 label: Streaming Channel labelPlural: Streaming Channels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StreamingChannel ThreatDetectionFeedback: apiName: ThreatDetectionFeedback keyPrefix: 0hY label: Threat Detection Feedback labelPlural: Threat Detection Feedback nameFields: - ThreatDetectionFeedbackNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ThreatDetectionFeedback Topic: apiName: Topic keyPrefix: 0TO label: Topic labelPlural: Topics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Topic TopicAssignment: apiName: TopicAssignment keyPrefix: 0FT label: Topic Assignment labelPlural: Topic Assignments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/TopicAssignment Translation: apiName: Translation keyPrefix: 01h label: Language Translation labelPlural: Language Translation nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Translation User: apiName: User keyPrefix: '005' label: User labelPlural: People nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/User UserRole: apiName: UserRole keyPrefix: 00E label: Role labelPlural: Role nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/UserRole WorkBadgeDefinitionHistory: apiName: WorkBadgeDefinitionHistory keyPrefix: '017' label: Badge History labelPlural: Badge History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/WorkBadgeDefinitionHistory contentMediaType: application/json;charset=UTF-8 example: objects: Account: apiName: Account keyPrefix: '001' label: Account labelPlural: Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Account AccountBrand: apiName: AccountBrand keyPrefix: 0TU label: Account Brand labelPlural: Account Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountBrand AccountHistory: apiName: AccountHistory keyPrefix: '017' label: Account History labelPlural: Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountHistory AccountPartner: apiName: AccountPartner keyPrefix: 00I label: Account Partner labelPlural: Account Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountPartner ActiveScratchOrg: apiName: ActiveScratchOrg keyPrefix: 2AS label: Active Scratch Org labelPlural: Active Scratch Orgs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrg ActiveScratchOrgHistory: apiName: ActiveScratchOrgHistory keyPrefix: '017' label: Active Scratch Org History labelPlural: Active Scratch Org History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrgHistory ApiAnomalyEventStore: apiName: ApiAnomalyEventStore keyPrefix: 0j6 label: API Anomaly Event Store labelPlural: API Anomaly Event Stores nameFields: - ApiAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ApiAnomalyEventStore AppAnalyticsQueryRequest: apiName: AppAnalyticsQueryRequest keyPrefix: 0XI label: App Analytics Query Request labelPlural: App Analytics Query Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppAnalyticsQueryRequest AppMenuItem: apiName: AppMenuItem keyPrefix: 0DS label: AppMenuItem labelPlural: AppMenuItems nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppMenuItem Asset: apiName: Asset keyPrefix: 02i label: Asset labelPlural: Assets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Asset AssetHistory: apiName: AssetHistory keyPrefix: '017' label: Asset History labelPlural: Asset History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetHistory AssetRelationship: apiName: AssetRelationship keyPrefix: 1AR label: Asset Relationship labelPlural: Asset Relationships nameFields: - AssetRelationshipNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationship AssetRelationshipHistory: apiName: AssetRelationshipHistory keyPrefix: '017' label: Asset Relationship History labelPlural: Asset Relationship History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationshipHistory AuthorizationForm: apiName: AuthorizationForm keyPrefix: 0cI label: Authorization Form labelPlural: Authorization Forms nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationForm AuthorizationFormConsent: apiName: AuthorizationFormConsent keyPrefix: 0cK label: Authorization Form Consent labelPlural: Authorization Form Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsent AuthorizationFormConsentHistory: apiName: AuthorizationFormConsentHistory keyPrefix: '017' label: Authorization Form Consent History labelPlural: Authorization Form Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsentHistory AuthorizationFormDataUse: apiName: AuthorizationFormDataUse keyPrefix: 0cM label: Authorization Form Data Use labelPlural: Authorization Form Data Uses nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUse AuthorizationFormDataUseHistory: apiName: AuthorizationFormDataUseHistory keyPrefix: '017' label: Authorization Form Data Use History labelPlural: Authorization Form Data Use History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUseHistory AuthorizationFormHistory: apiName: AuthorizationFormHistory keyPrefix: '017' label: Authorization Form History labelPlural: Authorization Form History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormHistory AuthorizationFormText: apiName: AuthorizationFormText keyPrefix: 0cN label: Authorization Form Text labelPlural: Authorization Form Texts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormText AuthorizationFormTextHistory: apiName: AuthorizationFormTextHistory keyPrefix: '017' label: Authorization Form Text History labelPlural: Authorization Form Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormTextHistory BackgroundOperation: apiName: BackgroundOperation keyPrefix: 08P label: Background Operation labelPlural: Background Operations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BackgroundOperation BusinessBrand: apiName: BusinessBrand keyPrefix: 1BU label: Business Brand labelPlural: Business Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessBrand BusinessHours: apiName: BusinessHours keyPrefix: 01m label: Business Hours labelPlural: Business Hours nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessHours Campaign: apiName: Campaign keyPrefix: '701' label: Campaign labelPlural: Campaigns nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Campaign CampaignHistory: apiName: CampaignHistory keyPrefix: '017' label: Campaign Field History labelPlural: Campaign Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignHistory CampaignMember: apiName: CampaignMember keyPrefix: 00v label: Campaign Member labelPlural: Campaign Members nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMember CampaignMemberStatus: apiName: CampaignMemberStatus keyPrefix: 01Y label: Campaign Member Status labelPlural: Campaign Member Statuses nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMemberStatus Case: apiName: Case keyPrefix: '500' label: Case labelPlural: Cases nameFields: - CaseNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Case CaseComment: apiName: CaseComment keyPrefix: 00a label: Case Comment labelPlural: Case Comments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseComment CaseContactRole: apiName: CaseContactRole keyPrefix: 03j label: Case Contact Role labelPlural: Case Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseContactRole CaseHistory: apiName: CaseHistory keyPrefix: '017' label: Case History labelPlural: Case History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseHistory ChannelProgram: apiName: ChannelProgram keyPrefix: 0Pk label: Channel Program labelPlural: Channel Programs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgram ChannelProgramHistory: apiName: ChannelProgramHistory keyPrefix: '017' label: Channel Program History labelPlural: Channel Program History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramHistory ChannelProgramLevel: apiName: ChannelProgramLevel keyPrefix: 0Pl label: Channel Program Level labelPlural: Channel Program Levels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevel ChannelProgramLevelHistory: apiName: ChannelProgramLevelHistory keyPrefix: '017' label: Channel Program Level History labelPlural: Channel Program Level History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevelHistory ChannelProgramMember: apiName: ChannelProgramMember keyPrefix: 0Pm label: Channel Program Member labelPlural: Channel Program Members nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMember ChannelProgramMemberHistory: apiName: ChannelProgramMemberHistory keyPrefix: '017' label: Channel Program Member History labelPlural: Channel Program Member History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMemberHistory CommSubscription: apiName: CommSubscription keyPrefix: 0Xl label: Communication Subscription labelPlural: Communication Subscriptions nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscription CommSubscriptionChannelType: apiName: CommSubscriptionChannelType keyPrefix: 0eB label: Communication Subscription Channel Type labelPlural: Communication Subscription Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelType CommSubscriptionChannelTypeHistory: apiName: CommSubscriptionChannelTypeHistory keyPrefix: '017' label: Communication Subscription Channel Type History labelPlural: Communication Subscription Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelTypeHistory CommSubscriptionHistory: apiName: CommSubscriptionHistory keyPrefix: '017' label: Communication Subscription History labelPlural: Communication Subscription History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionHistory ConsumptionRate: apiName: ConsumptionRate keyPrefix: 0Mo label: Consumption Rate labelPlural: Consumption Rates nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRate ConsumptionRateHistory: apiName: ConsumptionRateHistory keyPrefix: '017' label: Consumption Rate History ID labelPlural: Consumption Rate History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRateHistory ConsumptionSchedule: apiName: ConsumptionSchedule keyPrefix: 0Mh label: Consumption Schedule labelPlural: Consumption Schedules nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionSchedule ConsumptionScheduleHistory: apiName: ConsumptionScheduleHistory keyPrefix: '017' label: Consumption Schedule History ID labelPlural: Consumption Schedule History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionScheduleHistory Contact: apiName: Contact keyPrefix: '003' label: Contact labelPlural: Contacts nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contact ContactHistory: apiName: ContactHistory keyPrefix: '017' label: Contact History labelPlural: Contact History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactHistory ContactPointTypeConsent: apiName: ContactPointTypeConsent keyPrefix: 0ZY label: Contact Point Type Consent labelPlural: Contact Point Type Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsent ContactPointTypeConsentHistory: apiName: ContactPointTypeConsentHistory keyPrefix: '017' label: Contact Point Type Consent History labelPlural: Contact Point Type Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsentHistory ContactRequest: apiName: ContactRequest keyPrefix: 0Tz label: Contact Request labelPlural: Contact Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactRequest ContentDocument: apiName: ContentDocument keyPrefix: 069 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocument ContentDocumentHistory: apiName: ContentDocumentHistory keyPrefix: '017' label: Content Document History labelPlural: Content Document History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentHistory ContentDocumentLink: apiName: ContentDocumentLink keyPrefix: 06A label: Content Document Link labelPlural: Content Document Link nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentLink ContentVersion: apiName: ContentVersion keyPrefix: 068 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersion ContentVersionHistory: apiName: ContentVersionHistory keyPrefix: '017' label: Content Version History labelPlural: Content Version History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersionHistory ContentWorkspace: apiName: ContentWorkspace keyPrefix: 058 label: Library labelPlural: Libraries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentWorkspace Contract: apiName: Contract keyPrefix: '800' label: Contract labelPlural: Contracts nameFields: - ContractNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contract ContractContactRole: apiName: ContractContactRole keyPrefix: 02a label: Contract Contact Role labelPlural: Contract Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractContactRole ContractHistory: apiName: ContractHistory keyPrefix: '017' label: Contract History labelPlural: Contract History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractHistory CredentialStuffingEventStore: apiName: CredentialStuffingEventStore keyPrefix: 0fj label: Credential Stuffing Event Store labelPlural: Credential Stuffing Event Stores nameFields: - CredentialStuffingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/CredentialStuffingEventStore CspTrustedSite: apiName: CspTrustedSite keyPrefix: 08y label: Trusted URL labelPlural: Trusted URLs nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/CspTrustedSite Customer: apiName: Customer keyPrefix: 6 label: Customer labelPlural: Customers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Customer DandBCompany: apiName: DandBCompany keyPrefix: 06E label: D&B Company labelPlural: D&B Companies nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DandBCompany DataUseLegalBasis: apiName: DataUseLegalBasis keyPrefix: 0ZT label: Data Use Legal Basis labelPlural: Data Use Legal Bases nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasis DataUseLegalBasisHistory: apiName: DataUseLegalBasisHistory keyPrefix: '017' label: Data Use Legal Basis History labelPlural: Data Use Legal Basis History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasisHistory DataUsePurpose: apiName: DataUsePurpose keyPrefix: 0ZW label: Data Use Purpose labelPlural: Data Use Purposes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurpose DataUsePurposeHistory: apiName: DataUsePurposeHistory keyPrefix: '017' label: Data Use Purpose History labelPlural: Data Use Purpose History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurposeHistory Dataweave_Key_Mapping__mdt: apiName: Dataweave_Key_Mapping__mdt keyPrefix: m00 label: Dataweave Key Mapping labelPlural: Dataweave Key Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Key_Mapping__mdt Dataweave_Mapping__mdt: apiName: Dataweave_Mapping__mdt keyPrefix: m01 label: Dataweave Mapping labelPlural: Dataweave Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Mapping__mdt DelegatedAccount: apiName: DelegatedAccount keyPrefix: 0du label: External Managed Account labelPlural: External Managed Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccount DelegatedAccountHistory: apiName: DelegatedAccountHistory keyPrefix: '017' label: External Managed Account History labelPlural: External Managed Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccountHistory DeleteEvent: apiName: DeleteEvent keyPrefix: 00C label: Recycle Bin Item labelPlural: Recycle Bin nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DeleteEvent DuplicateRecordItem: apiName: DuplicateRecordItem keyPrefix: 0GL label: Duplicate Record Item labelPlural: Duplicate Record Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordItem DuplicateRecordSet: apiName: DuplicateRecordSet keyPrefix: 0GK label: Duplicate Record Set labelPlural: Duplicate Record Sets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordSet EmailMessageRelation: apiName: EmailMessageRelation keyPrefix: 0CZ label: Email Message Relation labelPlural: Email Message Relations nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EmailMessageRelation EngagementChannelType: apiName: EngagementChannelType keyPrefix: 0eF label: Engagement Channel Type labelPlural: Engagement Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelType EngagementChannelTypeHistory: apiName: EngagementChannelTypeHistory keyPrefix: '017' label: Engagement Channel Type History labelPlural: Engagement Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelTypeHistory FlowInterview: apiName: FlowInterview keyPrefix: 0Fo label: Flow Interview labelPlural: Flow Interviews nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowInterview FlowOrchestrationInstance: apiName: FlowOrchestrationInstance keyPrefix: 0jE label: Orchestration Run labelPlural: Orchestration Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationInstance FlowOrchestrationStageInstance: apiName: FlowOrchestrationStageInstance keyPrefix: 0jF label: Orchestration Stage Run labelPlural: Orchestration Stage Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStageInstance FlowOrchestrationStepInstance: apiName: FlowOrchestrationStepInstance keyPrefix: 0jL label: Orchestration Step Run labelPlural: Orchestration Step Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStepInstance FlowOrchestrationWorkItem: apiName: FlowOrchestrationWorkItem keyPrefix: 0jf label: Orchestration Work Item labelPlural: Orchestration Work Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationWorkItem Group: apiName: Group keyPrefix: 00G label: Group labelPlural: Group nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Group Holiday: apiName: Holiday keyPrefix: 0C0 label: Holiday labelPlural: Holidays nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Holiday IPAddressRange: apiName: IPAddressRange keyPrefix: 9s4 label: IP Address Range labelPlural: IP Address Ranges nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/IPAddressRange Image: apiName: Image keyPrefix: 4YL label: Image labelPlural: Images nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Image ImageHistory: apiName: ImageHistory keyPrefix: '017' label: Image History labelPlural: Image History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ImageHistory Individual: apiName: Individual keyPrefix: 0PK label: Individual labelPlural: Individuals nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Individual IndividualHistory: apiName: IndividualHistory keyPrefix: '017' label: Individual History labelPlural: Individual History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/IndividualHistory Lead: apiName: Lead keyPrefix: 00Q label: Lead labelPlural: Leads nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Lead LeadHistory: apiName: LeadHistory keyPrefix: '017' label: Lead History labelPlural: Lead History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/LeadHistory ListEmail: apiName: ListEmail keyPrefix: 0XB label: List Email labelPlural: List Emails nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ListEmail Macro: apiName: Macro keyPrefix: 0JZ label: Macro labelPlural: Macros nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Macro MacroHistory: apiName: MacroHistory keyPrefix: '017' label: Macro History labelPlural: Macro History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/MacroHistory ManagedContent: apiName: ManagedContent keyPrefix: 20Y label: Managed Content labelPlural: Managed Contents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContent ManagedContentVariant: apiName: ManagedContentVariant keyPrefix: 9Ps label: Managed Content Variant labelPlural: Managed Content Variants nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContentVariant Merchandise__c: apiName: Merchandise__c keyPrefix: a00 label: Merchandise labelPlural: Merchandise nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandise__c Merchandising_Mix__c: apiName: Merchandising_Mix__c keyPrefix: a01 label: Merchandise Mix labelPlural: Merchandise Mixes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandising_Mix__c Mix_Item__c: apiName: Mix_Item__c keyPrefix: a02 label: Mix Item labelPlural: Mix Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Mix_Item__c NamespaceRegistry: apiName: NamespaceRegistry keyPrefix: 1NR label: Namespace Registry labelPlural: Namespace Registries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistry NamespaceRegistryHistory: apiName: NamespaceRegistryHistory keyPrefix: '017' label: Namespace Registry History labelPlural: Namespace Registry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistryHistory Note: apiName: Note keyPrefix: '002' label: Note labelPlural: Notes nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/Note Opportunity: apiName: Opportunity keyPrefix: '006' label: Opportunity labelPlural: Opportunities nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Opportunity OpportunityContactRole: apiName: OpportunityContactRole keyPrefix: 00K label: Opportunity Contact Role labelPlural: Opportunity Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityContactRole OpportunityFieldHistory: apiName: OpportunityFieldHistory keyPrefix: '017' label: Opportunity Field History labelPlural: Opportunity Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityFieldHistory OpportunityHistory: apiName: OpportunityHistory keyPrefix: 008 label: Opportunity History labelPlural: Opportunity History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityHistory OpportunityLineItem: apiName: OpportunityLineItem keyPrefix: 00k label: Opportunity Product labelPlural: Opportunity Product nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityLineItem OpportunityPartner: apiName: OpportunityPartner keyPrefix: 00I label: Opportunity Partner labelPlural: Opportunity Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityPartner Order: apiName: Order keyPrefix: '801' label: Order labelPlural: Orders nameFields: - OrderNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Order OrderHistory: apiName: OrderHistory keyPrefix: '017' label: Order History labelPlural: Order History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderHistory OrderItem: apiName: OrderItem keyPrefix: '802' label: Order Product labelPlural: Order Products nameFields: - OrderItemNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItem OrderItemHistory: apiName: OrderItemHistory keyPrefix: '017' label: Order Product History labelPlural: Order Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItemHistory OrgMetric: apiName: OrgMetric keyPrefix: 3v1 label: Org Metric labelPlural: Org Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetric OrgMetricScanResult: apiName: OrgMetricScanResult keyPrefix: 9aM label: Org Metric Scan Result labelPlural: Org Metric Scan Results nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanResult OrgMetricScanSummary: apiName: OrgMetricScanSummary keyPrefix: 6mX label: Org Metric Scan Summary labelPlural: Org Metric Scan Summaries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanSummary Organization: apiName: Organization keyPrefix: 00D label: Organization labelPlural: Organizations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Organization Partner: apiName: Partner keyPrefix: 00I label: Partner labelPlural: Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Partner PartnerFundAllocation: apiName: PartnerFundAllocation keyPrefix: 0R8 label: Partner Fund Allocation labelPlural: Partner Fund Allocations nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocation PartnerFundAllocationHistory: apiName: PartnerFundAllocationHistory keyPrefix: '017' label: Partner Fund Allocation History labelPlural: Partner Fund Allocation History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocationHistory PartnerFundClaim: apiName: PartnerFundClaim keyPrefix: 0RB label: Partner Fund Claim labelPlural: Partner Fund Claims nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaim PartnerFundClaimHistory: apiName: PartnerFundClaimHistory keyPrefix: '017' label: Partner Fund Claim History labelPlural: Partner Fund Claim History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaimHistory PartnerFundRequest: apiName: PartnerFundRequest keyPrefix: 0RJ label: Partner Fund Request labelPlural: Partner Fund Requests nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequest PartnerFundRequestHistory: apiName: PartnerFundRequestHistory keyPrefix: '017' label: Partner Fund Request History labelPlural: Partner Fund Request History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequestHistory PartnerMarketingBudget: apiName: PartnerMarketingBudget keyPrefix: 0Cw label: Partner Marketing Budget labelPlural: Partner Marketing Budgets nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudget PartnerMarketingBudgetHistory: apiName: PartnerMarketingBudgetHistory keyPrefix: '017' label: Partner Marketing Budget History labelPlural: Partner Marketing Budget History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudgetHistory PartyConsent: apiName: PartyConsent keyPrefix: 0g8 label: Party Consent labelPlural: Party Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsent PartyConsentHistory: apiName: PartyConsentHistory keyPrefix: '017' label: Party Consent History labelPlural: Party Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsentHistory Period: apiName: Period keyPrefix: '026' label: Period labelPlural: Period nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Period Pricebook2: apiName: Pricebook2 keyPrefix: 01s label: Price Book labelPlural: Price Books nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2 Pricebook2History: apiName: Pricebook2History keyPrefix: '017' label: Price Book History labelPlural: Price Book History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2History PricebookEntry: apiName: PricebookEntry keyPrefix: 01u label: Price Book Entry labelPlural: Price Book Entries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntry PricebookEntryHistory: apiName: PricebookEntryHistory keyPrefix: '017' label: Price Book Entry History labelPlural: Price Book Entry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntryHistory ProcessDefinition: apiName: ProcessDefinition keyPrefix: 04a label: Process Definition labelPlural: Process Definition nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessDefinition ProcessInstance: apiName: ProcessInstance keyPrefix: 04g label: Process Instance labelPlural: Process Instance nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessInstance Product2: apiName: Product2 keyPrefix: 01t label: Product labelPlural: Products nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2 Product2History: apiName: Product2History keyPrefix: '017' label: Product History labelPlural: Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2History ProductConsumptionSchedule: apiName: ProductConsumptionSchedule keyPrefix: 0Mq label: Product Consumption Schedule labelPlural: Product Consumption Schedules nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProductConsumptionSchedule ProfileSkill: apiName: ProfileSkill keyPrefix: 0Sk label: Skill labelPlural: Skills nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkill ProfileSkillEndorsement: apiName: ProfileSkillEndorsement keyPrefix: 0SE label: Endorsement labelPlural: Endorsements nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsement ProfileSkillEndorsementHistory: apiName: ProfileSkillEndorsementHistory keyPrefix: '017' label: Endorsement History labelPlural: Endorsement History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsementHistory ProfileSkillHistory: apiName: ProfileSkillHistory keyPrefix: '017' label: Skill History labelPlural: Skill History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillHistory ProfileSkillUser: apiName: ProfileSkillUser keyPrefix: 0SM label: Skill User labelPlural: Skill Users nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUser ProfileSkillUserHistory: apiName: ProfileSkillUserHistory keyPrefix: '017' label: Skill User History labelPlural: Skill User History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUserHistory QuickText: apiName: QuickText keyPrefix: '574' label: Quick Text labelPlural: Quick Text nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickText QuickTextHistory: apiName: QuickTextHistory keyPrefix: '017' label: Quick Text History labelPlural: Quick Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickTextHistory Recommendation: apiName: Recommendation keyPrefix: 0pr label: Recommendation labelPlural: Recommendations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Recommendation RecordAction: apiName: RecordAction keyPrefix: 0Rw label: RecordAction labelPlural: RecordActions nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordAction RecordType: apiName: RecordType keyPrefix: '012' label: Record Type labelPlural: Record Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordType Report: apiName: Report keyPrefix: 00O label: Report labelPlural: Reports nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Report ReportAnomalyEventStore: apiName: ReportAnomalyEventStore keyPrefix: 0Z7 label: Report Anomaly Event Store labelPlural: Report Anomaly Event Stores nameFields: - ReportAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ReportAnomalyEventStore Scorecard: apiName: Scorecard keyPrefix: 01f label: Scorecard labelPlural: Scorecards nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Scorecard ScorecardAssociation: apiName: ScorecardAssociation keyPrefix: 0Qn label: Scorecard Association labelPlural: Scorecard Associations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardAssociation ScorecardMetric: apiName: ScorecardMetric keyPrefix: 0Om label: Scorecard Metric labelPlural: Scorecard Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardMetric ScratchOrgInfo: apiName: ScratchOrgInfo keyPrefix: 2SR label: Scratch Org Info labelPlural: Scratch Org Infos nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfo ScratchOrgInfoHistory: apiName: ScratchOrgInfoHistory keyPrefix: '017' label: Scratch Org Info History labelPlural: Scratch Org Info History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfoHistory SearchPromotionRule: apiName: SearchPromotionRule keyPrefix: 0MD label: Promoted Search Term labelPlural: Promoted Search Terms nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SearchPromotionRule Seller: apiName: Seller keyPrefix: 0q6 label: Seller labelPlural: Sellers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Seller SellerHistory: apiName: SellerHistory keyPrefix: '017' label: Seller History labelPlural: Seller History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SellerHistory SessionHijackingEventStore: apiName: SessionHijackingEventStore keyPrefix: 0Zj label: Session Hijacking Event Store labelPlural: Session Hijacking Event Stores nameFields: - SessionHijackingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/SessionHijackingEventStore SetupAssistantStep: apiName: SetupAssistantStep keyPrefix: 3Ys label: Setup Assistant Step labelPlural: Setup Assistant Steps nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/SetupAssistantStep SiteHistory: apiName: SiteHistory keyPrefix: '017' label: Site History labelPlural: Site History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SiteHistory SolutionHistory: apiName: SolutionHistory keyPrefix: '017' label: Solution History labelPlural: Solution History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SolutionHistory StaticResource: apiName: StaticResource keyPrefix: 081 label: Static Resource labelPlural: Static Resources nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StaticResource StreamingChannel: apiName: StreamingChannel keyPrefix: 0M6 label: Streaming Channel labelPlural: Streaming Channels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StreamingChannel ThreatDetectionFeedback: apiName: ThreatDetectionFeedback keyPrefix: 0hY label: Threat Detection Feedback labelPlural: Threat Detection Feedback nameFields: - ThreatDetectionFeedbackNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ThreatDetectionFeedback Topic: apiName: Topic keyPrefix: 0TO label: Topic labelPlural: Topics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Topic TopicAssignment: apiName: TopicAssignment keyPrefix: 0FT label: Topic Assignment labelPlural: Topic Assignments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/TopicAssignment Translation: apiName: Translation keyPrefix: 01h label: Language Translation labelPlural: Language Translation nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Translation User: apiName: User keyPrefix: '005' label: User labelPlural: People nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/User UserRole: apiName: UserRole keyPrefix: 00E label: Role labelPlural: Role nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/UserRole WorkBadgeDefinitionHistory: apiName: WorkBadgeDefinitionHistory keyPrefix: '017' label: Badge History labelPlural: Badge History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/WorkBadgeDefinitionHistory deprecated: false servers: - url: https://services variables: {} x-api-evangelist-processing: PascalCaseOperationSummaries: true ChooseTags: true x-microcks-operation: delay: 0 dispatcher: FALLBACK components: schemas: AccountBrand: title: AccountBrand required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AccountBrand keyPrefix: 0TU label: Account Brand labelPlural: Account Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountBrand FlowOrchestrationStepInstance: title: FlowOrchestrationStepInstance required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: FlowOrchestrationStepInstance keyPrefix: 0jL label: Orchestration Step Run labelPlural: Orchestration Step Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStepInstance EmailMessageRelation: title: EmailMessageRelation required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: EmailMessageRelation keyPrefix: 0CZ label: Email Message Relation labelPlural: Email Message Relations nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EmailMessageRelation PartnerFundRequestHistory: title: PartnerFundRequestHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerFundRequestHistory keyPrefix: '017' label: Partner Fund Request History labelPlural: Partner Fund Request History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequestHistory Objects: title: Objects required: - Account - AccountBrand - AccountHistory - AccountPartner - ActiveScratchOrg - ActiveScratchOrgHistory - ApiAnomalyEventStore - AppAnalyticsQueryRequest - AppMenuItem - Asset - AssetHistory - AssetRelationship - AssetRelationshipHistory - AuthorizationForm - AuthorizationFormConsent - AuthorizationFormConsentHistory - AuthorizationFormDataUse - AuthorizationFormDataUseHistory - AuthorizationFormHistory - AuthorizationFormText - AuthorizationFormTextHistory - BackgroundOperation - BusinessBrand - BusinessHours - Campaign - CampaignHistory - CampaignMember - CampaignMemberStatus - Case - CaseComment - CaseContactRole - CaseHistory - ChannelProgram - ChannelProgramHistory - ChannelProgramLevel - ChannelProgramLevelHistory - ChannelProgramMember - ChannelProgramMemberHistory - CommSubscription - CommSubscriptionChannelType - CommSubscriptionChannelTypeHistory - CommSubscriptionHistory - ConsumptionRate - ConsumptionRateHistory - ConsumptionSchedule - ConsumptionScheduleHistory - Contact - ContactHistory - ContactPointTypeConsent - ContactPointTypeConsentHistory - ContactRequest - ContentDocument - ContentDocumentHistory - ContentDocumentLink - ContentVersion - ContentVersionHistory - ContentWorkspace - Contract - ContractContactRole - ContractHistory - CredentialStuffingEventStore - CspTrustedSite - Customer - DandBCompany - DataUseLegalBasis - DataUseLegalBasisHistory - DataUsePurpose - DataUsePurposeHistory - Dataweave_Key_Mapping__mdt - Dataweave_Mapping__mdt - DelegatedAccount - DelegatedAccountHistory - DeleteEvent - DuplicateRecordItem - DuplicateRecordSet - EmailMessageRelation - EngagementChannelType - EngagementChannelTypeHistory - FlowInterview - FlowOrchestrationInstance - FlowOrchestrationStageInstance - FlowOrchestrationStepInstance - FlowOrchestrationWorkItem - Group - Holiday - IPAddressRange - Image - ImageHistory - Individual - IndividualHistory - Lead - LeadHistory - ListEmail - Macro - MacroHistory - ManagedContent - ManagedContentVariant - Merchandise__c - Merchandising_Mix__c - Mix_Item__c - NamespaceRegistry - NamespaceRegistryHistory - Note - Opportunity - OpportunityContactRole - OpportunityFieldHistory - OpportunityHistory - OpportunityLineItem - OpportunityPartner - Order - OrderHistory - OrderItem - OrderItemHistory - OrgMetric - OrgMetricScanResult - OrgMetricScanSummary - Organization - Partner - PartnerFundAllocation - PartnerFundAllocationHistory - PartnerFundClaim - PartnerFundClaimHistory - PartnerFundRequest - PartnerFundRequestHistory - PartnerMarketingBudget - PartnerMarketingBudgetHistory - PartyConsent - PartyConsentHistory - Period - Pricebook2 - Pricebook2History - PricebookEntry - PricebookEntryHistory - ProcessDefinition - ProcessInstance - Product2 - Product2History - ProductConsumptionSchedule - ProfileSkill - ProfileSkillEndorsement - ProfileSkillEndorsementHistory - ProfileSkillHistory - ProfileSkillUser - ProfileSkillUserHistory - QuickText - QuickTextHistory - Recommendation - RecordAction - RecordType - Report - ReportAnomalyEventStore - Scorecard - ScorecardAssociation - ScorecardMetric - ScratchOrgInfo - ScratchOrgInfoHistory - SearchPromotionRule - Seller - SellerHistory - SessionHijackingEventStore - SetupAssistantStep - SiteHistory - SolutionHistory - StaticResource - StreamingChannel - ThreatDetectionFeedback - Topic - TopicAssignment - Translation - User - UserRole - WorkBadgeDefinitionHistory type: object properties: Account: $ref: '#/components/schemas/Account12' AccountBrand: $ref: '#/components/schemas/AccountBrand' AccountHistory: $ref: '#/components/schemas/AccountHistory' AccountPartner: $ref: '#/components/schemas/AccountPartner' ActiveScratchOrg: $ref: '#/components/schemas/ActiveScratchOrg' ActiveScratchOrgHistory: $ref: '#/components/schemas/ActiveScratchOrgHistory' ApiAnomalyEventStore: $ref: '#/components/schemas/ApiAnomalyEventStore' AppAnalyticsQueryRequest: $ref: '#/components/schemas/AppAnalyticsQueryRequest' AppMenuItem: $ref: '#/components/schemas/AppMenuItem' Asset: $ref: '#/components/schemas/Asset' AssetHistory: $ref: '#/components/schemas/AssetHistory' AssetRelationship: $ref: '#/components/schemas/AssetRelationship' AssetRelationshipHistory: $ref: '#/components/schemas/AssetRelationshipHistory' AuthorizationForm: $ref: '#/components/schemas/AuthorizationForm' AuthorizationFormConsent: $ref: '#/components/schemas/AuthorizationFormConsent' AuthorizationFormConsentHistory: $ref: '#/components/schemas/AuthorizationFormConsentHistory' AuthorizationFormDataUse: $ref: '#/components/schemas/AuthorizationFormDataUse' AuthorizationFormDataUseHistory: $ref: '#/components/schemas/AuthorizationFormDataUseHistory' AuthorizationFormHistory: $ref: '#/components/schemas/AuthorizationFormHistory' AuthorizationFormText: $ref: '#/components/schemas/AuthorizationFormText' AuthorizationFormTextHistory: $ref: '#/components/schemas/AuthorizationFormTextHistory' BackgroundOperation: $ref: '#/components/schemas/BackgroundOperation' BusinessBrand: $ref: '#/components/schemas/BusinessBrand' BusinessHours: $ref: '#/components/schemas/BusinessHours' Campaign: $ref: '#/components/schemas/Campaign4' CampaignHistory: $ref: '#/components/schemas/CampaignHistory' CampaignMember: $ref: '#/components/schemas/CampaignMember' CampaignMemberStatus: $ref: '#/components/schemas/CampaignMemberStatus' Case: $ref: '#/components/schemas/Case' CaseComment: $ref: '#/components/schemas/CaseComment' CaseContactRole: $ref: '#/components/schemas/CaseContactRole' CaseHistory: $ref: '#/components/schemas/CaseHistory' ChannelProgram: $ref: '#/components/schemas/ChannelProgram' ChannelProgramHistory: $ref: '#/components/schemas/ChannelProgramHistory' ChannelProgramLevel: $ref: '#/components/schemas/ChannelProgramLevel' ChannelProgramLevelHistory: $ref: '#/components/schemas/ChannelProgramLevelHistory' ChannelProgramMember: $ref: '#/components/schemas/ChannelProgramMember' ChannelProgramMemberHistory: $ref: '#/components/schemas/ChannelProgramMemberHistory' CommSubscription: $ref: '#/components/schemas/CommSubscription' CommSubscriptionChannelType: $ref: '#/components/schemas/CommSubscriptionChannelType' CommSubscriptionChannelTypeHistory: $ref: '#/components/schemas/CommSubscriptionChannelTypeHistory' CommSubscriptionHistory: $ref: '#/components/schemas/CommSubscriptionHistory' ConsumptionRate: $ref: '#/components/schemas/ConsumptionRate' ConsumptionRateHistory: $ref: '#/components/schemas/ConsumptionRateHistory' ConsumptionSchedule: $ref: '#/components/schemas/ConsumptionSchedule' ConsumptionScheduleHistory: $ref: '#/components/schemas/ConsumptionScheduleHistory' Contact: $ref: '#/components/schemas/Contact3' ContactHistory: $ref: '#/components/schemas/ContactHistory' ContactPointTypeConsent: $ref: '#/components/schemas/ContactPointTypeConsent' ContactPointTypeConsentHistory: $ref: '#/components/schemas/ContactPointTypeConsentHistory' ContactRequest: $ref: '#/components/schemas/ContactRequest' ContentDocument: $ref: '#/components/schemas/ContentDocument' ContentDocumentHistory: $ref: '#/components/schemas/ContentDocumentHistory' ContentDocumentLink: $ref: '#/components/schemas/ContentDocumentLink' ContentVersion: $ref: '#/components/schemas/ContentVersion' ContentVersionHistory: $ref: '#/components/schemas/ContentVersionHistory' ContentWorkspace: $ref: '#/components/schemas/ContentWorkspace' Contract: $ref: '#/components/schemas/Contract' ContractContactRole: $ref: '#/components/schemas/ContractContactRole' ContractHistory: $ref: '#/components/schemas/ContractHistory' CredentialStuffingEventStore: $ref: '#/components/schemas/CredentialStuffingEventStore' CspTrustedSite: $ref: '#/components/schemas/CspTrustedSite' Customer: $ref: '#/components/schemas/Customer' DandBCompany: $ref: '#/components/schemas/DandBCompany' DataUseLegalBasis: $ref: '#/components/schemas/DataUseLegalBasis' DataUseLegalBasisHistory: $ref: '#/components/schemas/DataUseLegalBasisHistory' DataUsePurpose: $ref: '#/components/schemas/DataUsePurpose' DataUsePurposeHistory: $ref: '#/components/schemas/DataUsePurposeHistory' Dataweave_Key_Mapping__mdt: $ref: '#/components/schemas/DataweaveKeyMappingMdt' Dataweave_Mapping__mdt: $ref: '#/components/schemas/DataweaveMappingMdt' DelegatedAccount: $ref: '#/components/schemas/DelegatedAccount' DelegatedAccountHistory: $ref: '#/components/schemas/DelegatedAccountHistory' DeleteEvent: $ref: '#/components/schemas/DeleteEvent' DuplicateRecordItem: $ref: '#/components/schemas/DuplicateRecordItem' DuplicateRecordSet: $ref: '#/components/schemas/DuplicateRecordSet' EmailMessageRelation: $ref: '#/components/schemas/EmailMessageRelation' EngagementChannelType: $ref: '#/components/schemas/EngagementChannelType' EngagementChannelTypeHistory: $ref: '#/components/schemas/EngagementChannelTypeHistory' FlowInterview: $ref: '#/components/schemas/FlowInterview' FlowOrchestrationInstance: $ref: '#/components/schemas/FlowOrchestrationInstance' FlowOrchestrationStageInstance: $ref: '#/components/schemas/FlowOrchestrationStageInstance' FlowOrchestrationStepInstance: $ref: '#/components/schemas/FlowOrchestrationStepInstance' FlowOrchestrationWorkItem: $ref: '#/components/schemas/FlowOrchestrationWorkItem' Group: $ref: '#/components/schemas/Group2' Holiday: $ref: '#/components/schemas/Holiday' IPAddressRange: $ref: '#/components/schemas/IPAddressRange' Image: $ref: '#/components/schemas/Image' ImageHistory: $ref: '#/components/schemas/ImageHistory' Individual: $ref: '#/components/schemas/Individual' IndividualHistory: $ref: '#/components/schemas/IndividualHistory' Lead: $ref: '#/components/schemas/Lead2' LeadHistory: $ref: '#/components/schemas/LeadHistory' ListEmail: $ref: '#/components/schemas/ListEmail' Macro: $ref: '#/components/schemas/Macro' MacroHistory: $ref: '#/components/schemas/MacroHistory' ManagedContent: $ref: '#/components/schemas/ManagedContent' ManagedContentVariant: $ref: '#/components/schemas/ManagedContentVariant' Merchandise__c: $ref: '#/components/schemas/MerchandiseC' Merchandising_Mix__c: $ref: '#/components/schemas/MerchandisingMixC' Mix_Item__c: $ref: '#/components/schemas/MixItemC' NamespaceRegistry: $ref: '#/components/schemas/NamespaceRegistry' NamespaceRegistryHistory: $ref: '#/components/schemas/NamespaceRegistryHistory' Note: $ref: '#/components/schemas/Note' Opportunity: $ref: '#/components/schemas/Opportunity4' OpportunityContactRole: $ref: '#/components/schemas/OpportunityContactRole' OpportunityFieldHistory: $ref: '#/components/schemas/OpportunityFieldHistory' OpportunityHistory: $ref: '#/components/schemas/OpportunityHistory' OpportunityLineItem: $ref: '#/components/schemas/OpportunityLineItem' OpportunityPartner: $ref: '#/components/schemas/OpportunityPartner' Order: $ref: '#/components/schemas/Order' OrderHistory: $ref: '#/components/schemas/OrderHistory' OrderItem: $ref: '#/components/schemas/OrderItem' OrderItemHistory: $ref: '#/components/schemas/OrderItemHistory' OrgMetric: $ref: '#/components/schemas/OrgMetric' OrgMetricScanResult: $ref: '#/components/schemas/OrgMetricScanResult' OrgMetricScanSummary: $ref: '#/components/schemas/OrgMetricScanSummary' Organization: $ref: '#/components/schemas/Organization' Partner: $ref: '#/components/schemas/Partner' PartnerFundAllocation: $ref: '#/components/schemas/PartnerFundAllocation' PartnerFundAllocationHistory: $ref: '#/components/schemas/PartnerFundAllocationHistory' PartnerFundClaim: $ref: '#/components/schemas/PartnerFundClaim' PartnerFundClaimHistory: $ref: '#/components/schemas/PartnerFundClaimHistory' PartnerFundRequest: $ref: '#/components/schemas/PartnerFundRequest' PartnerFundRequestHistory: $ref: '#/components/schemas/PartnerFundRequestHistory' PartnerMarketingBudget: $ref: '#/components/schemas/PartnerMarketingBudget' PartnerMarketingBudgetHistory: $ref: '#/components/schemas/PartnerMarketingBudgetHistory' PartyConsent: $ref: '#/components/schemas/PartyConsent' PartyConsentHistory: $ref: '#/components/schemas/PartyConsentHistory' Period: $ref: '#/components/schemas/Period' Pricebook2: $ref: '#/components/schemas/Pricebook2' Pricebook2History: $ref: '#/components/schemas/Pricebook2History' PricebookEntry: $ref: '#/components/schemas/PricebookEntry' PricebookEntryHistory: $ref: '#/components/schemas/PricebookEntryHistory' ProcessDefinition: $ref: '#/components/schemas/ProcessDefinition' ProcessInstance: $ref: '#/components/schemas/ProcessInstance' Product2: $ref: '#/components/schemas/Product2' Product2History: $ref: '#/components/schemas/Product2History' ProductConsumptionSchedule: $ref: '#/components/schemas/ProductConsumptionSchedule' ProfileSkill: $ref: '#/components/schemas/ProfileSkill' ProfileSkillEndorsement: $ref: '#/components/schemas/ProfileSkillEndorsement' ProfileSkillEndorsementHistory: $ref: '#/components/schemas/ProfileSkillEndorsementHistory' ProfileSkillHistory: $ref: '#/components/schemas/ProfileSkillHistory' ProfileSkillUser: $ref: '#/components/schemas/ProfileSkillUser' ProfileSkillUserHistory: $ref: '#/components/schemas/ProfileSkillUserHistory' QuickText: $ref: '#/components/schemas/QuickText' QuickTextHistory: $ref: '#/components/schemas/QuickTextHistory' Recommendation: $ref: '#/components/schemas/Recommendation' RecordAction: $ref: '#/components/schemas/RecordAction' RecordType: $ref: '#/components/schemas/RecordType' Report: $ref: '#/components/schemas/Report' ReportAnomalyEventStore: $ref: '#/components/schemas/ReportAnomalyEventStore' Scorecard: $ref: '#/components/schemas/Scorecard' ScorecardAssociation: $ref: '#/components/schemas/ScorecardAssociation' ScorecardMetric: $ref: '#/components/schemas/ScorecardMetric' ScratchOrgInfo: $ref: '#/components/schemas/ScratchOrgInfo' ScratchOrgInfoHistory: $ref: '#/components/schemas/ScratchOrgInfoHistory' SearchPromotionRule: $ref: '#/components/schemas/SearchPromotionRule' Seller: $ref: '#/components/schemas/Seller' SellerHistory: $ref: '#/components/schemas/SellerHistory' SessionHijackingEventStore: $ref: '#/components/schemas/SessionHijackingEventStore' SetupAssistantStep: $ref: '#/components/schemas/SetupAssistantStep' SiteHistory: $ref: '#/components/schemas/SiteHistory' SolutionHistory: $ref: '#/components/schemas/SolutionHistory' StaticResource: $ref: '#/components/schemas/StaticResource' StreamingChannel: $ref: '#/components/schemas/StreamingChannel' ThreatDetectionFeedback: $ref: '#/components/schemas/ThreatDetectionFeedback' Topic: $ref: '#/components/schemas/Topic' TopicAssignment: $ref: '#/components/schemas/TopicAssignment' Translation: $ref: '#/components/schemas/Translation' User: $ref: '#/components/schemas/User8' UserRole: $ref: '#/components/schemas/UserRole' WorkBadgeDefinitionHistory: $ref: '#/components/schemas/WorkBadgeDefinitionHistory' examples: - Account: apiName: Account keyPrefix: '001' label: Account labelPlural: Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Account AccountBrand: apiName: AccountBrand keyPrefix: 0TU label: Account Brand labelPlural: Account Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountBrand AccountHistory: apiName: AccountHistory keyPrefix: '017' label: Account History labelPlural: Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountHistory AccountPartner: apiName: AccountPartner keyPrefix: 00I label: Account Partner labelPlural: Account Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountPartner ActiveScratchOrg: apiName: ActiveScratchOrg keyPrefix: 2AS label: Active Scratch Org labelPlural: Active Scratch Orgs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrg ActiveScratchOrgHistory: apiName: ActiveScratchOrgHistory keyPrefix: '017' label: Active Scratch Org History labelPlural: Active Scratch Org History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrgHistory ApiAnomalyEventStore: apiName: ApiAnomalyEventStore keyPrefix: 0j6 label: API Anomaly Event Store labelPlural: API Anomaly Event Stores nameFields: - ApiAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ApiAnomalyEventStore AppAnalyticsQueryRequest: apiName: AppAnalyticsQueryRequest keyPrefix: 0XI label: App Analytics Query Request labelPlural: App Analytics Query Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppAnalyticsQueryRequest AppMenuItem: apiName: AppMenuItem keyPrefix: 0DS label: AppMenuItem labelPlural: AppMenuItems nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppMenuItem Asset: apiName: Asset keyPrefix: 02i label: Asset labelPlural: Assets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Asset AssetHistory: apiName: AssetHistory keyPrefix: '017' label: Asset History labelPlural: Asset History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetHistory AssetRelationship: apiName: AssetRelationship keyPrefix: 1AR label: Asset Relationship labelPlural: Asset Relationships nameFields: - AssetRelationshipNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationship AssetRelationshipHistory: apiName: AssetRelationshipHistory keyPrefix: '017' label: Asset Relationship History labelPlural: Asset Relationship History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationshipHistory AuthorizationForm: apiName: AuthorizationForm keyPrefix: 0cI label: Authorization Form labelPlural: Authorization Forms nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationForm AuthorizationFormConsent: apiName: AuthorizationFormConsent keyPrefix: 0cK label: Authorization Form Consent labelPlural: Authorization Form Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsent AuthorizationFormConsentHistory: apiName: AuthorizationFormConsentHistory keyPrefix: '017' label: Authorization Form Consent History labelPlural: Authorization Form Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsentHistory AuthorizationFormDataUse: apiName: AuthorizationFormDataUse keyPrefix: 0cM label: Authorization Form Data Use labelPlural: Authorization Form Data Uses nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUse AuthorizationFormDataUseHistory: apiName: AuthorizationFormDataUseHistory keyPrefix: '017' label: Authorization Form Data Use History labelPlural: Authorization Form Data Use History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUseHistory AuthorizationFormHistory: apiName: AuthorizationFormHistory keyPrefix: '017' label: Authorization Form History labelPlural: Authorization Form History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormHistory AuthorizationFormText: apiName: AuthorizationFormText keyPrefix: 0cN label: Authorization Form Text labelPlural: Authorization Form Texts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormText AuthorizationFormTextHistory: apiName: AuthorizationFormTextHistory keyPrefix: '017' label: Authorization Form Text History labelPlural: Authorization Form Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormTextHistory BackgroundOperation: apiName: BackgroundOperation keyPrefix: 08P label: Background Operation labelPlural: Background Operations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BackgroundOperation BusinessBrand: apiName: BusinessBrand keyPrefix: 1BU label: Business Brand labelPlural: Business Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessBrand BusinessHours: apiName: BusinessHours keyPrefix: 01m label: Business Hours labelPlural: Business Hours nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessHours Campaign: apiName: Campaign keyPrefix: '701' label: Campaign labelPlural: Campaigns nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Campaign CampaignHistory: apiName: CampaignHistory keyPrefix: '017' label: Campaign Field History labelPlural: Campaign Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignHistory CampaignMember: apiName: CampaignMember keyPrefix: 00v label: Campaign Member labelPlural: Campaign Members nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMember CampaignMemberStatus: apiName: CampaignMemberStatus keyPrefix: 01Y label: Campaign Member Status labelPlural: Campaign Member Statuses nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMemberStatus Case: apiName: Case keyPrefix: '500' label: Case labelPlural: Cases nameFields: - CaseNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Case CaseComment: apiName: CaseComment keyPrefix: 00a label: Case Comment labelPlural: Case Comments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseComment CaseContactRole: apiName: CaseContactRole keyPrefix: 03j label: Case Contact Role labelPlural: Case Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseContactRole CaseHistory: apiName: CaseHistory keyPrefix: '017' label: Case History labelPlural: Case History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseHistory ChannelProgram: apiName: ChannelProgram keyPrefix: 0Pk label: Channel Program labelPlural: Channel Programs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgram ChannelProgramHistory: apiName: ChannelProgramHistory keyPrefix: '017' label: Channel Program History labelPlural: Channel Program History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramHistory ChannelProgramLevel: apiName: ChannelProgramLevel keyPrefix: 0Pl label: Channel Program Level labelPlural: Channel Program Levels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevel ChannelProgramLevelHistory: apiName: ChannelProgramLevelHistory keyPrefix: '017' label: Channel Program Level History labelPlural: Channel Program Level History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevelHistory ChannelProgramMember: apiName: ChannelProgramMember keyPrefix: 0Pm label: Channel Program Member labelPlural: Channel Program Members nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMember ChannelProgramMemberHistory: apiName: ChannelProgramMemberHistory keyPrefix: '017' label: Channel Program Member History labelPlural: Channel Program Member History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMemberHistory CommSubscription: apiName: CommSubscription keyPrefix: 0Xl label: Communication Subscription labelPlural: Communication Subscriptions nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscription CommSubscriptionChannelType: apiName: CommSubscriptionChannelType keyPrefix: 0eB label: Communication Subscription Channel Type labelPlural: Communication Subscription Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelType CommSubscriptionChannelTypeHistory: apiName: CommSubscriptionChannelTypeHistory keyPrefix: '017' label: Communication Subscription Channel Type History labelPlural: Communication Subscription Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelTypeHistory CommSubscriptionHistory: apiName: CommSubscriptionHistory keyPrefix: '017' label: Communication Subscription History labelPlural: Communication Subscription History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionHistory ConsumptionRate: apiName: ConsumptionRate keyPrefix: 0Mo label: Consumption Rate labelPlural: Consumption Rates nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRate ConsumptionRateHistory: apiName: ConsumptionRateHistory keyPrefix: '017' label: Consumption Rate History ID labelPlural: Consumption Rate History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRateHistory ConsumptionSchedule: apiName: ConsumptionSchedule keyPrefix: 0Mh label: Consumption Schedule labelPlural: Consumption Schedules nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionSchedule ConsumptionScheduleHistory: apiName: ConsumptionScheduleHistory keyPrefix: '017' label: Consumption Schedule History ID labelPlural: Consumption Schedule History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionScheduleHistory Contact: apiName: Contact keyPrefix: '003' label: Contact labelPlural: Contacts nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contact ContactHistory: apiName: ContactHistory keyPrefix: '017' label: Contact History labelPlural: Contact History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactHistory ContactPointTypeConsent: apiName: ContactPointTypeConsent keyPrefix: 0ZY label: Contact Point Type Consent labelPlural: Contact Point Type Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsent ContactPointTypeConsentHistory: apiName: ContactPointTypeConsentHistory keyPrefix: '017' label: Contact Point Type Consent History labelPlural: Contact Point Type Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsentHistory ContactRequest: apiName: ContactRequest keyPrefix: 0Tz label: Contact Request labelPlural: Contact Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactRequest ContentDocument: apiName: ContentDocument keyPrefix: 069 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocument ContentDocumentHistory: apiName: ContentDocumentHistory keyPrefix: '017' label: Content Document History labelPlural: Content Document History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentHistory ContentDocumentLink: apiName: ContentDocumentLink keyPrefix: 06A label: Content Document Link labelPlural: Content Document Link nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentLink ContentVersion: apiName: ContentVersion keyPrefix: 068 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersion ContentVersionHistory: apiName: ContentVersionHistory keyPrefix: '017' label: Content Version History labelPlural: Content Version History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersionHistory ContentWorkspace: apiName: ContentWorkspace keyPrefix: 058 label: Library labelPlural: Libraries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentWorkspace Contract: apiName: Contract keyPrefix: '800' label: Contract labelPlural: Contracts nameFields: - ContractNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contract ContractContactRole: apiName: ContractContactRole keyPrefix: 02a label: Contract Contact Role labelPlural: Contract Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractContactRole ContractHistory: apiName: ContractHistory keyPrefix: '017' label: Contract History labelPlural: Contract History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractHistory CredentialStuffingEventStore: apiName: CredentialStuffingEventStore keyPrefix: 0fj label: Credential Stuffing Event Store labelPlural: Credential Stuffing Event Stores nameFields: - CredentialStuffingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/CredentialStuffingEventStore CspTrustedSite: apiName: CspTrustedSite keyPrefix: 08y label: Trusted URL labelPlural: Trusted URLs nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/CspTrustedSite Customer: apiName: Customer keyPrefix: 6 label: Customer labelPlural: Customers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Customer DandBCompany: apiName: DandBCompany keyPrefix: 06E label: D&B Company labelPlural: D&B Companies nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DandBCompany DataUseLegalBasis: apiName: DataUseLegalBasis keyPrefix: 0ZT label: Data Use Legal Basis labelPlural: Data Use Legal Bases nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasis DataUseLegalBasisHistory: apiName: DataUseLegalBasisHistory keyPrefix: '017' label: Data Use Legal Basis History labelPlural: Data Use Legal Basis History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasisHistory DataUsePurpose: apiName: DataUsePurpose keyPrefix: 0ZW label: Data Use Purpose labelPlural: Data Use Purposes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurpose DataUsePurposeHistory: apiName: DataUsePurposeHistory keyPrefix: '017' label: Data Use Purpose History labelPlural: Data Use Purpose History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurposeHistory Dataweave_Key_Mapping__mdt: apiName: Dataweave_Key_Mapping__mdt keyPrefix: m00 label: Dataweave Key Mapping labelPlural: Dataweave Key Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Key_Mapping__mdt Dataweave_Mapping__mdt: apiName: Dataweave_Mapping__mdt keyPrefix: m01 label: Dataweave Mapping labelPlural: Dataweave Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Mapping__mdt DelegatedAccount: apiName: DelegatedAccount keyPrefix: 0du label: External Managed Account labelPlural: External Managed Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccount DelegatedAccountHistory: apiName: DelegatedAccountHistory keyPrefix: '017' label: External Managed Account History labelPlural: External Managed Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccountHistory DeleteEvent: apiName: DeleteEvent keyPrefix: 00C label: Recycle Bin Item labelPlural: Recycle Bin nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DeleteEvent DuplicateRecordItem: apiName: DuplicateRecordItem keyPrefix: 0GL label: Duplicate Record Item labelPlural: Duplicate Record Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordItem DuplicateRecordSet: apiName: DuplicateRecordSet keyPrefix: 0GK label: Duplicate Record Set labelPlural: Duplicate Record Sets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordSet EmailMessageRelation: apiName: EmailMessageRelation keyPrefix: 0CZ label: Email Message Relation labelPlural: Email Message Relations nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EmailMessageRelation EngagementChannelType: apiName: EngagementChannelType keyPrefix: 0eF label: Engagement Channel Type labelPlural: Engagement Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelType EngagementChannelTypeHistory: apiName: EngagementChannelTypeHistory keyPrefix: '017' label: Engagement Channel Type History labelPlural: Engagement Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelTypeHistory FlowInterview: apiName: FlowInterview keyPrefix: 0Fo label: Flow Interview labelPlural: Flow Interviews nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowInterview FlowOrchestrationInstance: apiName: FlowOrchestrationInstance keyPrefix: 0jE label: Orchestration Run labelPlural: Orchestration Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationInstance FlowOrchestrationStageInstance: apiName: FlowOrchestrationStageInstance keyPrefix: 0jF label: Orchestration Stage Run labelPlural: Orchestration Stage Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStageInstance FlowOrchestrationStepInstance: apiName: FlowOrchestrationStepInstance keyPrefix: 0jL label: Orchestration Step Run labelPlural: Orchestration Step Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStepInstance FlowOrchestrationWorkItem: apiName: FlowOrchestrationWorkItem keyPrefix: 0jf label: Orchestration Work Item labelPlural: Orchestration Work Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationWorkItem Group: apiName: Group keyPrefix: 00G label: Group labelPlural: Group nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Group Holiday: apiName: Holiday keyPrefix: 0C0 label: Holiday labelPlural: Holidays nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Holiday IPAddressRange: apiName: IPAddressRange keyPrefix: 9s4 label: IP Address Range labelPlural: IP Address Ranges nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/IPAddressRange Image: apiName: Image keyPrefix: 4YL label: Image labelPlural: Images nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Image ImageHistory: apiName: ImageHistory keyPrefix: '017' label: Image History labelPlural: Image History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ImageHistory Individual: apiName: Individual keyPrefix: 0PK label: Individual labelPlural: Individuals nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Individual IndividualHistory: apiName: IndividualHistory keyPrefix: '017' label: Individual History labelPlural: Individual History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/IndividualHistory Lead: apiName: Lead keyPrefix: 00Q label: Lead labelPlural: Leads nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Lead LeadHistory: apiName: LeadHistory keyPrefix: '017' label: Lead History labelPlural: Lead History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/LeadHistory ListEmail: apiName: ListEmail keyPrefix: 0XB label: List Email labelPlural: List Emails nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ListEmail Macro: apiName: Macro keyPrefix: 0JZ label: Macro labelPlural: Macros nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Macro MacroHistory: apiName: MacroHistory keyPrefix: '017' label: Macro History labelPlural: Macro History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/MacroHistory ManagedContent: apiName: ManagedContent keyPrefix: 20Y label: Managed Content labelPlural: Managed Contents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContent ManagedContentVariant: apiName: ManagedContentVariant keyPrefix: 9Ps label: Managed Content Variant labelPlural: Managed Content Variants nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContentVariant Merchandise__c: apiName: Merchandise__c keyPrefix: a00 label: Merchandise labelPlural: Merchandise nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandise__c Merchandising_Mix__c: apiName: Merchandising_Mix__c keyPrefix: a01 label: Merchandise Mix labelPlural: Merchandise Mixes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandising_Mix__c Mix_Item__c: apiName: Mix_Item__c keyPrefix: a02 label: Mix Item labelPlural: Mix Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Mix_Item__c NamespaceRegistry: apiName: NamespaceRegistry keyPrefix: 1NR label: Namespace Registry labelPlural: Namespace Registries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistry NamespaceRegistryHistory: apiName: NamespaceRegistryHistory keyPrefix: '017' label: Namespace Registry History labelPlural: Namespace Registry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistryHistory Note: apiName: Note keyPrefix: '002' label: Note labelPlural: Notes nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/Note Opportunity: apiName: Opportunity keyPrefix: '006' label: Opportunity labelPlural: Opportunities nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Opportunity OpportunityContactRole: apiName: OpportunityContactRole keyPrefix: 00K label: Opportunity Contact Role labelPlural: Opportunity Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityContactRole OpportunityFieldHistory: apiName: OpportunityFieldHistory keyPrefix: '017' label: Opportunity Field History labelPlural: Opportunity Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityFieldHistory OpportunityHistory: apiName: OpportunityHistory keyPrefix: 008 label: Opportunity History labelPlural: Opportunity History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityHistory OpportunityLineItem: apiName: OpportunityLineItem keyPrefix: 00k label: Opportunity Product labelPlural: Opportunity Product nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityLineItem OpportunityPartner: apiName: OpportunityPartner keyPrefix: 00I label: Opportunity Partner labelPlural: Opportunity Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityPartner Order: apiName: Order keyPrefix: '801' label: Order labelPlural: Orders nameFields: - OrderNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Order OrderHistory: apiName: OrderHistory keyPrefix: '017' label: Order History labelPlural: Order History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderHistory OrderItem: apiName: OrderItem keyPrefix: '802' label: Order Product labelPlural: Order Products nameFields: - OrderItemNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItem OrderItemHistory: apiName: OrderItemHistory keyPrefix: '017' label: Order Product History labelPlural: Order Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItemHistory OrgMetric: apiName: OrgMetric keyPrefix: 3v1 label: Org Metric labelPlural: Org Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetric OrgMetricScanResult: apiName: OrgMetricScanResult keyPrefix: 9aM label: Org Metric Scan Result labelPlural: Org Metric Scan Results nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanResult OrgMetricScanSummary: apiName: OrgMetricScanSummary keyPrefix: 6mX label: Org Metric Scan Summary labelPlural: Org Metric Scan Summaries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanSummary Organization: apiName: Organization keyPrefix: 00D label: Organization labelPlural: Organizations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Organization Partner: apiName: Partner keyPrefix: 00I label: Partner labelPlural: Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Partner PartnerFundAllocation: apiName: PartnerFundAllocation keyPrefix: 0R8 label: Partner Fund Allocation labelPlural: Partner Fund Allocations nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocation PartnerFundAllocationHistory: apiName: PartnerFundAllocationHistory keyPrefix: '017' label: Partner Fund Allocation History labelPlural: Partner Fund Allocation History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocationHistory PartnerFundClaim: apiName: PartnerFundClaim keyPrefix: 0RB label: Partner Fund Claim labelPlural: Partner Fund Claims nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaim PartnerFundClaimHistory: apiName: PartnerFundClaimHistory keyPrefix: '017' label: Partner Fund Claim History labelPlural: Partner Fund Claim History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaimHistory PartnerFundRequest: apiName: PartnerFundRequest keyPrefix: 0RJ label: Partner Fund Request labelPlural: Partner Fund Requests nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequest PartnerFundRequestHistory: apiName: PartnerFundRequestHistory keyPrefix: '017' label: Partner Fund Request History labelPlural: Partner Fund Request History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequestHistory PartnerMarketingBudget: apiName: PartnerMarketingBudget keyPrefix: 0Cw label: Partner Marketing Budget labelPlural: Partner Marketing Budgets nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudget PartnerMarketingBudgetHistory: apiName: PartnerMarketingBudgetHistory keyPrefix: '017' label: Partner Marketing Budget History labelPlural: Partner Marketing Budget History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudgetHistory PartyConsent: apiName: PartyConsent keyPrefix: 0g8 label: Party Consent labelPlural: Party Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsent PartyConsentHistory: apiName: PartyConsentHistory keyPrefix: '017' label: Party Consent History labelPlural: Party Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsentHistory Period: apiName: Period keyPrefix: '026' label: Period labelPlural: Period nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Period Pricebook2: apiName: Pricebook2 keyPrefix: 01s label: Price Book labelPlural: Price Books nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2 Pricebook2History: apiName: Pricebook2History keyPrefix: '017' label: Price Book History labelPlural: Price Book History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2History PricebookEntry: apiName: PricebookEntry keyPrefix: 01u label: Price Book Entry labelPlural: Price Book Entries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntry PricebookEntryHistory: apiName: PricebookEntryHistory keyPrefix: '017' label: Price Book Entry History labelPlural: Price Book Entry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntryHistory ProcessDefinition: apiName: ProcessDefinition keyPrefix: 04a label: Process Definition labelPlural: Process Definition nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessDefinition ProcessInstance: apiName: ProcessInstance keyPrefix: 04g label: Process Instance labelPlural: Process Instance nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessInstance Product2: apiName: Product2 keyPrefix: 01t label: Product labelPlural: Products nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2 Product2History: apiName: Product2History keyPrefix: '017' label: Product History labelPlural: Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2History ProductConsumptionSchedule: apiName: ProductConsumptionSchedule keyPrefix: 0Mq label: Product Consumption Schedule labelPlural: Product Consumption Schedules nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProductConsumptionSchedule ProfileSkill: apiName: ProfileSkill keyPrefix: 0Sk label: Skill labelPlural: Skills nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkill ProfileSkillEndorsement: apiName: ProfileSkillEndorsement keyPrefix: 0SE label: Endorsement labelPlural: Endorsements nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsement ProfileSkillEndorsementHistory: apiName: ProfileSkillEndorsementHistory keyPrefix: '017' label: Endorsement History labelPlural: Endorsement History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsementHistory ProfileSkillHistory: apiName: ProfileSkillHistory keyPrefix: '017' label: Skill History labelPlural: Skill History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillHistory ProfileSkillUser: apiName: ProfileSkillUser keyPrefix: 0SM label: Skill User labelPlural: Skill Users nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUser ProfileSkillUserHistory: apiName: ProfileSkillUserHistory keyPrefix: '017' label: Skill User History labelPlural: Skill User History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUserHistory QuickText: apiName: QuickText keyPrefix: '574' label: Quick Text labelPlural: Quick Text nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickText QuickTextHistory: apiName: QuickTextHistory keyPrefix: '017' label: Quick Text History labelPlural: Quick Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickTextHistory Recommendation: apiName: Recommendation keyPrefix: 0pr label: Recommendation labelPlural: Recommendations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Recommendation RecordAction: apiName: RecordAction keyPrefix: 0Rw label: RecordAction labelPlural: RecordActions nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordAction RecordType: apiName: RecordType keyPrefix: '012' label: Record Type labelPlural: Record Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordType Report: apiName: Report keyPrefix: 00O label: Report labelPlural: Reports nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Report ReportAnomalyEventStore: apiName: ReportAnomalyEventStore keyPrefix: 0Z7 label: Report Anomaly Event Store labelPlural: Report Anomaly Event Stores nameFields: - ReportAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ReportAnomalyEventStore Scorecard: apiName: Scorecard keyPrefix: 01f label: Scorecard labelPlural: Scorecards nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Scorecard ScorecardAssociation: apiName: ScorecardAssociation keyPrefix: 0Qn label: Scorecard Association labelPlural: Scorecard Associations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardAssociation ScorecardMetric: apiName: ScorecardMetric keyPrefix: 0Om label: Scorecard Metric labelPlural: Scorecard Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardMetric ScratchOrgInfo: apiName: ScratchOrgInfo keyPrefix: 2SR label: Scratch Org Info labelPlural: Scratch Org Infos nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfo ScratchOrgInfoHistory: apiName: ScratchOrgInfoHistory keyPrefix: '017' label: Scratch Org Info History labelPlural: Scratch Org Info History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfoHistory SearchPromotionRule: apiName: SearchPromotionRule keyPrefix: 0MD label: Promoted Search Term labelPlural: Promoted Search Terms nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SearchPromotionRule Seller: apiName: Seller keyPrefix: 0q6 label: Seller labelPlural: Sellers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Seller SellerHistory: apiName: SellerHistory keyPrefix: '017' label: Seller History labelPlural: Seller History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SellerHistory SessionHijackingEventStore: apiName: SessionHijackingEventStore keyPrefix: 0Zj label: Session Hijacking Event Store labelPlural: Session Hijacking Event Stores nameFields: - SessionHijackingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/SessionHijackingEventStore SetupAssistantStep: apiName: SetupAssistantStep keyPrefix: 3Ys label: Setup Assistant Step labelPlural: Setup Assistant Steps nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/SetupAssistantStep SiteHistory: apiName: SiteHistory keyPrefix: '017' label: Site History labelPlural: Site History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SiteHistory SolutionHistory: apiName: SolutionHistory keyPrefix: '017' label: Solution History labelPlural: Solution History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SolutionHistory StaticResource: apiName: StaticResource keyPrefix: 081 label: Static Resource labelPlural: Static Resources nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StaticResource StreamingChannel: apiName: StreamingChannel keyPrefix: 0M6 label: Streaming Channel labelPlural: Streaming Channels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StreamingChannel ThreatDetectionFeedback: apiName: ThreatDetectionFeedback keyPrefix: 0hY label: Threat Detection Feedback labelPlural: Threat Detection Feedback nameFields: - ThreatDetectionFeedbackNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ThreatDetectionFeedback Topic: apiName: Topic keyPrefix: 0TO label: Topic labelPlural: Topics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Topic TopicAssignment: apiName: TopicAssignment keyPrefix: 0FT label: Topic Assignment labelPlural: Topic Assignments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/TopicAssignment Translation: apiName: Translation keyPrefix: 01h label: Language Translation labelPlural: Language Translation nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Translation User: apiName: User keyPrefix: '005' label: User labelPlural: People nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/User UserRole: apiName: UserRole keyPrefix: 00E label: Role labelPlural: Role nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/UserRole WorkBadgeDefinitionHistory: apiName: WorkBadgeDefinitionHistory keyPrefix: '017' label: Badge History labelPlural: Badge History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/WorkBadgeDefinitionHistory Scorecard: title: Scorecard required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Scorecard keyPrefix: 01f label: Scorecard labelPlural: Scorecards nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Scorecard IPAddressRange: title: IPAddressRange required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: IPAddressRange keyPrefix: 9s4 label: IP Address Range labelPlural: IP Address Ranges nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/IPAddressRange NamespaceRegistry: title: NamespaceRegistry required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: NamespaceRegistry keyPrefix: 1NR label: Namespace Registry labelPlural: Namespace Registries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistry CaseContactRole: title: CaseContactRole required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CaseContactRole keyPrefix: 03j label: Case Contact Role labelPlural: Case Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseContactRole Customer: title: Customer required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Customer keyPrefix: 6 label: Customer labelPlural: Customers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Customer PartnerFundClaim: title: PartnerFundClaim required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerFundClaim keyPrefix: 0RB label: Partner Fund Claim labelPlural: Partner Fund Claims nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaim AccountHistory: title: AccountHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AccountHistory keyPrefix: '017' label: Account History labelPlural: Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountHistory AuthorizationFormTextHistory: title: AuthorizationFormTextHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationFormTextHistory keyPrefix: '017' label: Authorization Form Text History labelPlural: Authorization Form Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormTextHistory ProcessInstance: title: ProcessInstance required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProcessInstance keyPrefix: 04g label: Process Instance labelPlural: Process Instance nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessInstance Organization: title: Organization required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Organization keyPrefix: 00D label: Organization labelPlural: Organizations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Organization GetaDirectoryofSupportedObjects: title: GetaDirectoryofSupportedObjects required: - objects type: object properties: objects: $ref: '#/components/schemas/Objects' examples: - objects: Account: apiName: Account keyPrefix: '001' label: Account labelPlural: Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Account AccountBrand: apiName: AccountBrand keyPrefix: 0TU label: Account Brand labelPlural: Account Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountBrand AccountHistory: apiName: AccountHistory keyPrefix: '017' label: Account History labelPlural: Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountHistory AccountPartner: apiName: AccountPartner keyPrefix: 00I label: Account Partner labelPlural: Account Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountPartner ActiveScratchOrg: apiName: ActiveScratchOrg keyPrefix: 2AS label: Active Scratch Org labelPlural: Active Scratch Orgs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrg ActiveScratchOrgHistory: apiName: ActiveScratchOrgHistory keyPrefix: '017' label: Active Scratch Org History labelPlural: Active Scratch Org History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrgHistory ApiAnomalyEventStore: apiName: ApiAnomalyEventStore keyPrefix: 0j6 label: API Anomaly Event Store labelPlural: API Anomaly Event Stores nameFields: - ApiAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ApiAnomalyEventStore AppAnalyticsQueryRequest: apiName: AppAnalyticsQueryRequest keyPrefix: 0XI label: App Analytics Query Request labelPlural: App Analytics Query Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppAnalyticsQueryRequest AppMenuItem: apiName: AppMenuItem keyPrefix: 0DS label: AppMenuItem labelPlural: AppMenuItems nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppMenuItem Asset: apiName: Asset keyPrefix: 02i label: Asset labelPlural: Assets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Asset AssetHistory: apiName: AssetHistory keyPrefix: '017' label: Asset History labelPlural: Asset History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetHistory AssetRelationship: apiName: AssetRelationship keyPrefix: 1AR label: Asset Relationship labelPlural: Asset Relationships nameFields: - AssetRelationshipNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationship AssetRelationshipHistory: apiName: AssetRelationshipHistory keyPrefix: '017' label: Asset Relationship History labelPlural: Asset Relationship History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationshipHistory AuthorizationForm: apiName: AuthorizationForm keyPrefix: 0cI label: Authorization Form labelPlural: Authorization Forms nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationForm AuthorizationFormConsent: apiName: AuthorizationFormConsent keyPrefix: 0cK label: Authorization Form Consent labelPlural: Authorization Form Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsent AuthorizationFormConsentHistory: apiName: AuthorizationFormConsentHistory keyPrefix: '017' label: Authorization Form Consent History labelPlural: Authorization Form Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsentHistory AuthorizationFormDataUse: apiName: AuthorizationFormDataUse keyPrefix: 0cM label: Authorization Form Data Use labelPlural: Authorization Form Data Uses nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUse AuthorizationFormDataUseHistory: apiName: AuthorizationFormDataUseHistory keyPrefix: '017' label: Authorization Form Data Use History labelPlural: Authorization Form Data Use History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUseHistory AuthorizationFormHistory: apiName: AuthorizationFormHistory keyPrefix: '017' label: Authorization Form History labelPlural: Authorization Form History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormHistory AuthorizationFormText: apiName: AuthorizationFormText keyPrefix: 0cN label: Authorization Form Text labelPlural: Authorization Form Texts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormText AuthorizationFormTextHistory: apiName: AuthorizationFormTextHistory keyPrefix: '017' label: Authorization Form Text History labelPlural: Authorization Form Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormTextHistory BackgroundOperation: apiName: BackgroundOperation keyPrefix: 08P label: Background Operation labelPlural: Background Operations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BackgroundOperation BusinessBrand: apiName: BusinessBrand keyPrefix: 1BU label: Business Brand labelPlural: Business Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessBrand BusinessHours: apiName: BusinessHours keyPrefix: 01m label: Business Hours labelPlural: Business Hours nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessHours Campaign: apiName: Campaign keyPrefix: '701' label: Campaign labelPlural: Campaigns nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Campaign CampaignHistory: apiName: CampaignHistory keyPrefix: '017' label: Campaign Field History labelPlural: Campaign Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignHistory CampaignMember: apiName: CampaignMember keyPrefix: 00v label: Campaign Member labelPlural: Campaign Members nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMember CampaignMemberStatus: apiName: CampaignMemberStatus keyPrefix: 01Y label: Campaign Member Status labelPlural: Campaign Member Statuses nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMemberStatus Case: apiName: Case keyPrefix: '500' label: Case labelPlural: Cases nameFields: - CaseNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Case CaseComment: apiName: CaseComment keyPrefix: 00a label: Case Comment labelPlural: Case Comments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseComment CaseContactRole: apiName: CaseContactRole keyPrefix: 03j label: Case Contact Role labelPlural: Case Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseContactRole CaseHistory: apiName: CaseHistory keyPrefix: '017' label: Case History labelPlural: Case History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseHistory ChannelProgram: apiName: ChannelProgram keyPrefix: 0Pk label: Channel Program labelPlural: Channel Programs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgram ChannelProgramHistory: apiName: ChannelProgramHistory keyPrefix: '017' label: Channel Program History labelPlural: Channel Program History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramHistory ChannelProgramLevel: apiName: ChannelProgramLevel keyPrefix: 0Pl label: Channel Program Level labelPlural: Channel Program Levels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevel ChannelProgramLevelHistory: apiName: ChannelProgramLevelHistory keyPrefix: '017' label: Channel Program Level History labelPlural: Channel Program Level History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevelHistory ChannelProgramMember: apiName: ChannelProgramMember keyPrefix: 0Pm label: Channel Program Member labelPlural: Channel Program Members nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMember ChannelProgramMemberHistory: apiName: ChannelProgramMemberHistory keyPrefix: '017' label: Channel Program Member History labelPlural: Channel Program Member History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMemberHistory CommSubscription: apiName: CommSubscription keyPrefix: 0Xl label: Communication Subscription labelPlural: Communication Subscriptions nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscription CommSubscriptionChannelType: apiName: CommSubscriptionChannelType keyPrefix: 0eB label: Communication Subscription Channel Type labelPlural: Communication Subscription Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelType CommSubscriptionChannelTypeHistory: apiName: CommSubscriptionChannelTypeHistory keyPrefix: '017' label: Communication Subscription Channel Type History labelPlural: Communication Subscription Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelTypeHistory CommSubscriptionHistory: apiName: CommSubscriptionHistory keyPrefix: '017' label: Communication Subscription History labelPlural: Communication Subscription History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionHistory ConsumptionRate: apiName: ConsumptionRate keyPrefix: 0Mo label: Consumption Rate labelPlural: Consumption Rates nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRate ConsumptionRateHistory: apiName: ConsumptionRateHistory keyPrefix: '017' label: Consumption Rate History ID labelPlural: Consumption Rate History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRateHistory ConsumptionSchedule: apiName: ConsumptionSchedule keyPrefix: 0Mh label: Consumption Schedule labelPlural: Consumption Schedules nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionSchedule ConsumptionScheduleHistory: apiName: ConsumptionScheduleHistory keyPrefix: '017' label: Consumption Schedule History ID labelPlural: Consumption Schedule History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionScheduleHistory Contact: apiName: Contact keyPrefix: '003' label: Contact labelPlural: Contacts nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contact ContactHistory: apiName: ContactHistory keyPrefix: '017' label: Contact History labelPlural: Contact History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactHistory ContactPointTypeConsent: apiName: ContactPointTypeConsent keyPrefix: 0ZY label: Contact Point Type Consent labelPlural: Contact Point Type Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsent ContactPointTypeConsentHistory: apiName: ContactPointTypeConsentHistory keyPrefix: '017' label: Contact Point Type Consent History labelPlural: Contact Point Type Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsentHistory ContactRequest: apiName: ContactRequest keyPrefix: 0Tz label: Contact Request labelPlural: Contact Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactRequest ContentDocument: apiName: ContentDocument keyPrefix: 069 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocument ContentDocumentHistory: apiName: ContentDocumentHistory keyPrefix: '017' label: Content Document History labelPlural: Content Document History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentHistory ContentDocumentLink: apiName: ContentDocumentLink keyPrefix: 06A label: Content Document Link labelPlural: Content Document Link nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentLink ContentVersion: apiName: ContentVersion keyPrefix: 068 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersion ContentVersionHistory: apiName: ContentVersionHistory keyPrefix: '017' label: Content Version History labelPlural: Content Version History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersionHistory ContentWorkspace: apiName: ContentWorkspace keyPrefix: 058 label: Library labelPlural: Libraries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentWorkspace Contract: apiName: Contract keyPrefix: '800' label: Contract labelPlural: Contracts nameFields: - ContractNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contract ContractContactRole: apiName: ContractContactRole keyPrefix: 02a label: Contract Contact Role labelPlural: Contract Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractContactRole ContractHistory: apiName: ContractHistory keyPrefix: '017' label: Contract History labelPlural: Contract History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractHistory CredentialStuffingEventStore: apiName: CredentialStuffingEventStore keyPrefix: 0fj label: Credential Stuffing Event Store labelPlural: Credential Stuffing Event Stores nameFields: - CredentialStuffingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/CredentialStuffingEventStore CspTrustedSite: apiName: CspTrustedSite keyPrefix: 08y label: Trusted URL labelPlural: Trusted URLs nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/CspTrustedSite Customer: apiName: Customer keyPrefix: 6 label: Customer labelPlural: Customers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Customer DandBCompany: apiName: DandBCompany keyPrefix: 06E label: D&B Company labelPlural: D&B Companies nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DandBCompany DataUseLegalBasis: apiName: DataUseLegalBasis keyPrefix: 0ZT label: Data Use Legal Basis labelPlural: Data Use Legal Bases nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasis DataUseLegalBasisHistory: apiName: DataUseLegalBasisHistory keyPrefix: '017' label: Data Use Legal Basis History labelPlural: Data Use Legal Basis History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasisHistory DataUsePurpose: apiName: DataUsePurpose keyPrefix: 0ZW label: Data Use Purpose labelPlural: Data Use Purposes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurpose DataUsePurposeHistory: apiName: DataUsePurposeHistory keyPrefix: '017' label: Data Use Purpose History labelPlural: Data Use Purpose History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurposeHistory Dataweave_Key_Mapping__mdt: apiName: Dataweave_Key_Mapping__mdt keyPrefix: m00 label: Dataweave Key Mapping labelPlural: Dataweave Key Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Key_Mapping__mdt Dataweave_Mapping__mdt: apiName: Dataweave_Mapping__mdt keyPrefix: m01 label: Dataweave Mapping labelPlural: Dataweave Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Mapping__mdt DelegatedAccount: apiName: DelegatedAccount keyPrefix: 0du label: External Managed Account labelPlural: External Managed Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccount DelegatedAccountHistory: apiName: DelegatedAccountHistory keyPrefix: '017' label: External Managed Account History labelPlural: External Managed Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccountHistory DeleteEvent: apiName: DeleteEvent keyPrefix: 00C label: Recycle Bin Item labelPlural: Recycle Bin nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DeleteEvent DuplicateRecordItem: apiName: DuplicateRecordItem keyPrefix: 0GL label: Duplicate Record Item labelPlural: Duplicate Record Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordItem DuplicateRecordSet: apiName: DuplicateRecordSet keyPrefix: 0GK label: Duplicate Record Set labelPlural: Duplicate Record Sets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordSet EmailMessageRelation: apiName: EmailMessageRelation keyPrefix: 0CZ label: Email Message Relation labelPlural: Email Message Relations nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EmailMessageRelation EngagementChannelType: apiName: EngagementChannelType keyPrefix: 0eF label: Engagement Channel Type labelPlural: Engagement Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelType EngagementChannelTypeHistory: apiName: EngagementChannelTypeHistory keyPrefix: '017' label: Engagement Channel Type History labelPlural: Engagement Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelTypeHistory FlowInterview: apiName: FlowInterview keyPrefix: 0Fo label: Flow Interview labelPlural: Flow Interviews nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowInterview FlowOrchestrationInstance: apiName: FlowOrchestrationInstance keyPrefix: 0jE label: Orchestration Run labelPlural: Orchestration Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationInstance FlowOrchestrationStageInstance: apiName: FlowOrchestrationStageInstance keyPrefix: 0jF label: Orchestration Stage Run labelPlural: Orchestration Stage Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStageInstance FlowOrchestrationStepInstance: apiName: FlowOrchestrationStepInstance keyPrefix: 0jL label: Orchestration Step Run labelPlural: Orchestration Step Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStepInstance FlowOrchestrationWorkItem: apiName: FlowOrchestrationWorkItem keyPrefix: 0jf label: Orchestration Work Item labelPlural: Orchestration Work Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationWorkItem Group: apiName: Group keyPrefix: 00G label: Group labelPlural: Group nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Group Holiday: apiName: Holiday keyPrefix: 0C0 label: Holiday labelPlural: Holidays nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Holiday IPAddressRange: apiName: IPAddressRange keyPrefix: 9s4 label: IP Address Range labelPlural: IP Address Ranges nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/IPAddressRange Image: apiName: Image keyPrefix: 4YL label: Image labelPlural: Images nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Image ImageHistory: apiName: ImageHistory keyPrefix: '017' label: Image History labelPlural: Image History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ImageHistory Individual: apiName: Individual keyPrefix: 0PK label: Individual labelPlural: Individuals nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Individual IndividualHistory: apiName: IndividualHistory keyPrefix: '017' label: Individual History labelPlural: Individual History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/IndividualHistory Lead: apiName: Lead keyPrefix: 00Q label: Lead labelPlural: Leads nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Lead LeadHistory: apiName: LeadHistory keyPrefix: '017' label: Lead History labelPlural: Lead History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/LeadHistory ListEmail: apiName: ListEmail keyPrefix: 0XB label: List Email labelPlural: List Emails nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ListEmail Macro: apiName: Macro keyPrefix: 0JZ label: Macro labelPlural: Macros nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Macro MacroHistory: apiName: MacroHistory keyPrefix: '017' label: Macro History labelPlural: Macro History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/MacroHistory ManagedContent: apiName: ManagedContent keyPrefix: 20Y label: Managed Content labelPlural: Managed Contents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContent ManagedContentVariant: apiName: ManagedContentVariant keyPrefix: 9Ps label: Managed Content Variant labelPlural: Managed Content Variants nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContentVariant Merchandise__c: apiName: Merchandise__c keyPrefix: a00 label: Merchandise labelPlural: Merchandise nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandise__c Merchandising_Mix__c: apiName: Merchandising_Mix__c keyPrefix: a01 label: Merchandise Mix labelPlural: Merchandise Mixes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandising_Mix__c Mix_Item__c: apiName: Mix_Item__c keyPrefix: a02 label: Mix Item labelPlural: Mix Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Mix_Item__c NamespaceRegistry: apiName: NamespaceRegistry keyPrefix: 1NR label: Namespace Registry labelPlural: Namespace Registries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistry NamespaceRegistryHistory: apiName: NamespaceRegistryHistory keyPrefix: '017' label: Namespace Registry History labelPlural: Namespace Registry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistryHistory Note: apiName: Note keyPrefix: '002' label: Note labelPlural: Notes nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/Note Opportunity: apiName: Opportunity keyPrefix: '006' label: Opportunity labelPlural: Opportunities nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Opportunity OpportunityContactRole: apiName: OpportunityContactRole keyPrefix: 00K label: Opportunity Contact Role labelPlural: Opportunity Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityContactRole OpportunityFieldHistory: apiName: OpportunityFieldHistory keyPrefix: '017' label: Opportunity Field History labelPlural: Opportunity Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityFieldHistory OpportunityHistory: apiName: OpportunityHistory keyPrefix: 008 label: Opportunity History labelPlural: Opportunity History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityHistory OpportunityLineItem: apiName: OpportunityLineItem keyPrefix: 00k label: Opportunity Product labelPlural: Opportunity Product nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityLineItem OpportunityPartner: apiName: OpportunityPartner keyPrefix: 00I label: Opportunity Partner labelPlural: Opportunity Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityPartner Order: apiName: Order keyPrefix: '801' label: Order labelPlural: Orders nameFields: - OrderNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Order OrderHistory: apiName: OrderHistory keyPrefix: '017' label: Order History labelPlural: Order History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderHistory OrderItem: apiName: OrderItem keyPrefix: '802' label: Order Product labelPlural: Order Products nameFields: - OrderItemNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItem OrderItemHistory: apiName: OrderItemHistory keyPrefix: '017' label: Order Product History labelPlural: Order Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItemHistory OrgMetric: apiName: OrgMetric keyPrefix: 3v1 label: Org Metric labelPlural: Org Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetric OrgMetricScanResult: apiName: OrgMetricScanResult keyPrefix: 9aM label: Org Metric Scan Result labelPlural: Org Metric Scan Results nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanResult OrgMetricScanSummary: apiName: OrgMetricScanSummary keyPrefix: 6mX label: Org Metric Scan Summary labelPlural: Org Metric Scan Summaries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanSummary Organization: apiName: Organization keyPrefix: 00D label: Organization labelPlural: Organizations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Organization Partner: apiName: Partner keyPrefix: 00I label: Partner labelPlural: Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Partner PartnerFundAllocation: apiName: PartnerFundAllocation keyPrefix: 0R8 label: Partner Fund Allocation labelPlural: Partner Fund Allocations nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocation PartnerFundAllocationHistory: apiName: PartnerFundAllocationHistory keyPrefix: '017' label: Partner Fund Allocation History labelPlural: Partner Fund Allocation History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocationHistory PartnerFundClaim: apiName: PartnerFundClaim keyPrefix: 0RB label: Partner Fund Claim labelPlural: Partner Fund Claims nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaim PartnerFundClaimHistory: apiName: PartnerFundClaimHistory keyPrefix: '017' label: Partner Fund Claim History labelPlural: Partner Fund Claim History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaimHistory PartnerFundRequest: apiName: PartnerFundRequest keyPrefix: 0RJ label: Partner Fund Request labelPlural: Partner Fund Requests nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequest PartnerFundRequestHistory: apiName: PartnerFundRequestHistory keyPrefix: '017' label: Partner Fund Request History labelPlural: Partner Fund Request History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequestHistory PartnerMarketingBudget: apiName: PartnerMarketingBudget keyPrefix: 0Cw label: Partner Marketing Budget labelPlural: Partner Marketing Budgets nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudget PartnerMarketingBudgetHistory: apiName: PartnerMarketingBudgetHistory keyPrefix: '017' label: Partner Marketing Budget History labelPlural: Partner Marketing Budget History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudgetHistory PartyConsent: apiName: PartyConsent keyPrefix: 0g8 label: Party Consent labelPlural: Party Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsent PartyConsentHistory: apiName: PartyConsentHistory keyPrefix: '017' label: Party Consent History labelPlural: Party Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsentHistory Period: apiName: Period keyPrefix: '026' label: Period labelPlural: Period nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Period Pricebook2: apiName: Pricebook2 keyPrefix: 01s label: Price Book labelPlural: Price Books nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2 Pricebook2History: apiName: Pricebook2History keyPrefix: '017' label: Price Book History labelPlural: Price Book History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2History PricebookEntry: apiName: PricebookEntry keyPrefix: 01u label: Price Book Entry labelPlural: Price Book Entries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntry PricebookEntryHistory: apiName: PricebookEntryHistory keyPrefix: '017' label: Price Book Entry History labelPlural: Price Book Entry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntryHistory ProcessDefinition: apiName: ProcessDefinition keyPrefix: 04a label: Process Definition labelPlural: Process Definition nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessDefinition ProcessInstance: apiName: ProcessInstance keyPrefix: 04g label: Process Instance labelPlural: Process Instance nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessInstance Product2: apiName: Product2 keyPrefix: 01t label: Product labelPlural: Products nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2 Product2History: apiName: Product2History keyPrefix: '017' label: Product History labelPlural: Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2History ProductConsumptionSchedule: apiName: ProductConsumptionSchedule keyPrefix: 0Mq label: Product Consumption Schedule labelPlural: Product Consumption Schedules nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProductConsumptionSchedule ProfileSkill: apiName: ProfileSkill keyPrefix: 0Sk label: Skill labelPlural: Skills nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkill ProfileSkillEndorsement: apiName: ProfileSkillEndorsement keyPrefix: 0SE label: Endorsement labelPlural: Endorsements nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsement ProfileSkillEndorsementHistory: apiName: ProfileSkillEndorsementHistory keyPrefix: '017' label: Endorsement History labelPlural: Endorsement History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsementHistory ProfileSkillHistory: apiName: ProfileSkillHistory keyPrefix: '017' label: Skill History labelPlural: Skill History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillHistory ProfileSkillUser: apiName: ProfileSkillUser keyPrefix: 0SM label: Skill User labelPlural: Skill Users nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUser ProfileSkillUserHistory: apiName: ProfileSkillUserHistory keyPrefix: '017' label: Skill User History labelPlural: Skill User History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUserHistory QuickText: apiName: QuickText keyPrefix: '574' label: Quick Text labelPlural: Quick Text nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickText QuickTextHistory: apiName: QuickTextHistory keyPrefix: '017' label: Quick Text History labelPlural: Quick Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickTextHistory Recommendation: apiName: Recommendation keyPrefix: 0pr label: Recommendation labelPlural: Recommendations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Recommendation RecordAction: apiName: RecordAction keyPrefix: 0Rw label: RecordAction labelPlural: RecordActions nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordAction RecordType: apiName: RecordType keyPrefix: '012' label: Record Type labelPlural: Record Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordType Report: apiName: Report keyPrefix: 00O label: Report labelPlural: Reports nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Report ReportAnomalyEventStore: apiName: ReportAnomalyEventStore keyPrefix: 0Z7 label: Report Anomaly Event Store labelPlural: Report Anomaly Event Stores nameFields: - ReportAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ReportAnomalyEventStore Scorecard: apiName: Scorecard keyPrefix: 01f label: Scorecard labelPlural: Scorecards nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Scorecard ScorecardAssociation: apiName: ScorecardAssociation keyPrefix: 0Qn label: Scorecard Association labelPlural: Scorecard Associations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardAssociation ScorecardMetric: apiName: ScorecardMetric keyPrefix: 0Om label: Scorecard Metric labelPlural: Scorecard Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardMetric ScratchOrgInfo: apiName: ScratchOrgInfo keyPrefix: 2SR label: Scratch Org Info labelPlural: Scratch Org Infos nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfo ScratchOrgInfoHistory: apiName: ScratchOrgInfoHistory keyPrefix: '017' label: Scratch Org Info History labelPlural: Scratch Org Info History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfoHistory SearchPromotionRule: apiName: SearchPromotionRule keyPrefix: 0MD label: Promoted Search Term labelPlural: Promoted Search Terms nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SearchPromotionRule Seller: apiName: Seller keyPrefix: 0q6 label: Seller labelPlural: Sellers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Seller SellerHistory: apiName: SellerHistory keyPrefix: '017' label: Seller History labelPlural: Seller History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SellerHistory SessionHijackingEventStore: apiName: SessionHijackingEventStore keyPrefix: 0Zj label: Session Hijacking Event Store labelPlural: Session Hijacking Event Stores nameFields: - SessionHijackingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/SessionHijackingEventStore SetupAssistantStep: apiName: SetupAssistantStep keyPrefix: 3Ys label: Setup Assistant Step labelPlural: Setup Assistant Steps nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/SetupAssistantStep SiteHistory: apiName: SiteHistory keyPrefix: '017' label: Site History labelPlural: Site History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SiteHistory SolutionHistory: apiName: SolutionHistory keyPrefix: '017' label: Solution History labelPlural: Solution History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SolutionHistory StaticResource: apiName: StaticResource keyPrefix: 081 label: Static Resource labelPlural: Static Resources nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StaticResource StreamingChannel: apiName: StreamingChannel keyPrefix: 0M6 label: Streaming Channel labelPlural: Streaming Channels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StreamingChannel ThreatDetectionFeedback: apiName: ThreatDetectionFeedback keyPrefix: 0hY label: Threat Detection Feedback labelPlural: Threat Detection Feedback nameFields: - ThreatDetectionFeedbackNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ThreatDetectionFeedback Topic: apiName: Topic keyPrefix: 0TO label: Topic labelPlural: Topics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Topic TopicAssignment: apiName: TopicAssignment keyPrefix: 0FT label: Topic Assignment labelPlural: Topic Assignments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/TopicAssignment Translation: apiName: Translation keyPrefix: 01h label: Language Translation labelPlural: Language Translation nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Translation User: apiName: User keyPrefix: '005' label: User labelPlural: People nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/User UserRole: apiName: UserRole keyPrefix: 00E label: Role labelPlural: Role nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/UserRole WorkBadgeDefinitionHistory: apiName: WorkBadgeDefinitionHistory keyPrefix: '017' label: Badge History labelPlural: Badge History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/WorkBadgeDefinitionHistory ChannelProgramMember: title: ChannelProgramMember required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ChannelProgramMember keyPrefix: 0Pm label: Channel Program Member labelPlural: Channel Program Members nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMember TopicAssignment: title: TopicAssignment required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: TopicAssignment keyPrefix: 0FT label: Topic Assignment labelPlural: Topic Assignments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/TopicAssignment SolutionHistory: title: SolutionHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: SolutionHistory keyPrefix: '017' label: Solution History labelPlural: Solution History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SolutionHistory ConsumptionSchedule: title: ConsumptionSchedule required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ConsumptionSchedule keyPrefix: 0Mh label: Consumption Schedule labelPlural: Consumption Schedules nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionSchedule DandBCompany: title: DandBCompany required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DandBCompany keyPrefix: 06E label: D&B Company labelPlural: D&B Companies nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DandBCompany OpportunityLineItem: title: OpportunityLineItem required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OpportunityLineItem keyPrefix: 00k label: Opportunity Product labelPlural: Opportunity Product nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityLineItem MacroHistory: title: MacroHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: MacroHistory keyPrefix: '017' label: Macro History labelPlural: Macro History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/MacroHistory ProfileSkillHistory: title: ProfileSkillHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProfileSkillHistory keyPrefix: '017' label: Skill History labelPlural: Skill History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillHistory ContentVersion: title: ContentVersion required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContentVersion keyPrefix: 068 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersion OrgMetricScanSummary: title: OrgMetricScanSummary required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OrgMetricScanSummary keyPrefix: 6mX label: Org Metric Scan Summary labelPlural: Org Metric Scan Summaries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanSummary Report: title: Report required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Report keyPrefix: 00O label: Report labelPlural: Reports nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Report Pricebook2: title: Pricebook2 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Pricebook2 keyPrefix: 01s label: Price Book labelPlural: Price Books nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2 OpportunityContactRole: title: OpportunityContactRole required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OpportunityContactRole keyPrefix: 00K label: Opportunity Contact Role labelPlural: Opportunity Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityContactRole ConsumptionRate: title: ConsumptionRate required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ConsumptionRate keyPrefix: 0Mo label: Consumption Rate labelPlural: Consumption Rates nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRate ProfileSkillUserHistory: title: ProfileSkillUserHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProfileSkillUserHistory keyPrefix: '017' label: Skill User History labelPlural: Skill User History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUserHistory OpportunityHistory: title: OpportunityHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OpportunityHistory keyPrefix: 008 label: Opportunity History labelPlural: Opportunity History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityHistory StaticResource: title: StaticResource required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: StaticResource keyPrefix: 081 label: Static Resource labelPlural: Static Resources nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StaticResource PartnerFundRequest: title: PartnerFundRequest required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerFundRequest keyPrefix: 0RJ label: Partner Fund Request labelPlural: Partner Fund Requests nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundRequest IndividualHistory: title: IndividualHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: IndividualHistory keyPrefix: '017' label: Individual History labelPlural: Individual History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/IndividualHistory CommSubscriptionChannelTypeHistory: title: CommSubscriptionChannelTypeHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CommSubscriptionChannelTypeHistory keyPrefix: '017' label: Communication Subscription Channel Type History labelPlural: Communication Subscription Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelTypeHistory FlowOrchestrationWorkItem: title: FlowOrchestrationWorkItem required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: FlowOrchestrationWorkItem keyPrefix: 0jf label: Orchestration Work Item labelPlural: Orchestration Work Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationWorkItem PartyConsentHistory: title: PartyConsentHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartyConsentHistory keyPrefix: '017' label: Party Consent History labelPlural: Party Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsentHistory Opportunity4: title: Opportunity4 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Opportunity keyPrefix: '006' label: Opportunity labelPlural: Opportunities nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Opportunity Period: title: Period required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Period keyPrefix: '026' label: Period labelPlural: Period nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Period AppMenuItem: title: AppMenuItem required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AppMenuItem keyPrefix: 0DS label: AppMenuItem labelPlural: AppMenuItems nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppMenuItem DataweaveMappingMdt: title: DataweaveMappingMdt required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Dataweave_Mapping__mdt keyPrefix: m01 label: Dataweave Mapping labelPlural: Dataweave Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Mapping__mdt DuplicateRecordSet: title: DuplicateRecordSet required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DuplicateRecordSet keyPrefix: 0GK label: Duplicate Record Set labelPlural: Duplicate Record Sets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordSet OrgMetric: title: OrgMetric required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OrgMetric keyPrefix: 3v1 label: Org Metric labelPlural: Org Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetric ContactRequest: title: ContactRequest required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContactRequest keyPrefix: 0Tz label: Contact Request labelPlural: Contact Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactRequest CredentialStuffingEventStore: title: CredentialStuffingEventStore required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CredentialStuffingEventStore keyPrefix: 0fj label: Credential Stuffing Event Store labelPlural: Credential Stuffing Event Stores nameFields: - CredentialStuffingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/CredentialStuffingEventStore FlowOrchestrationInstance: title: FlowOrchestrationInstance required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: FlowOrchestrationInstance keyPrefix: 0jE label: Orchestration Run labelPlural: Orchestration Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationInstance AuthorizationFormConsent: title: AuthorizationFormConsent required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationFormConsent keyPrefix: 0cK label: Authorization Form Consent labelPlural: Authorization Form Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsent DataUsePurposeHistory: title: DataUsePurposeHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DataUsePurposeHistory keyPrefix: '017' label: Data Use Purpose History labelPlural: Data Use Purpose History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurposeHistory CaseHistory: title: CaseHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CaseHistory keyPrefix: '017' label: Case History labelPlural: Case History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseHistory RecordType: title: RecordType required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: RecordType keyPrefix: '012' label: Record Type labelPlural: Record Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordType EngagementChannelTypeHistory: title: EngagementChannelTypeHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: EngagementChannelTypeHistory keyPrefix: '017' label: Engagement Channel Type History labelPlural: Engagement Channel Type History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelTypeHistory CommSubscriptionHistory: title: CommSubscriptionHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CommSubscriptionHistory keyPrefix: '017' label: Communication Subscription History labelPlural: Communication Subscription History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionHistory DelegatedAccount: title: DelegatedAccount required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DelegatedAccount keyPrefix: 0du label: External Managed Account labelPlural: External Managed Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccount Asset: title: Asset required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Asset keyPrefix: 02i label: Asset labelPlural: Assets nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Asset OpportunityPartner: title: OpportunityPartner required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OpportunityPartner keyPrefix: 00I label: Opportunity Partner labelPlural: Opportunity Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityPartner Macro: title: Macro required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Macro keyPrefix: 0JZ label: Macro labelPlural: Macros nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Macro Product2: title: Product2 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Product2 keyPrefix: 01t label: Product labelPlural: Products nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2 DuplicateRecordItem: title: DuplicateRecordItem required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DuplicateRecordItem keyPrefix: 0GL label: Duplicate Record Item labelPlural: Duplicate Record Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DuplicateRecordItem ProcessDefinition: title: ProcessDefinition required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProcessDefinition keyPrefix: 04a label: Process Definition labelPlural: Process Definition nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProcessDefinition DataUseLegalBasis: title: DataUseLegalBasis required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DataUseLegalBasis keyPrefix: 0ZT label: Data Use Legal Basis labelPlural: Data Use Legal Bases nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasis CampaignMember: title: CampaignMember required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CampaignMember keyPrefix: 00v label: Campaign Member labelPlural: Campaign Members nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMember PartyConsent: title: PartyConsent required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartyConsent keyPrefix: 0g8 label: Party Consent labelPlural: Party Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartyConsent ContactPointTypeConsent: title: ContactPointTypeConsent required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContactPointTypeConsent keyPrefix: 0ZY label: Contact Point Type Consent labelPlural: Contact Point Type Consents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsent ApiAnomalyEventStore: title: ApiAnomalyEventStore required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ApiAnomalyEventStore keyPrefix: 0j6 label: API Anomaly Event Store labelPlural: API Anomaly Event Stores nameFields: - ApiAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ApiAnomalyEventStore Recommendation: title: Recommendation required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Recommendation keyPrefix: 0pr label: Recommendation labelPlural: Recommendations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Recommendation ListEmail: title: ListEmail required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ListEmail keyPrefix: 0XB label: List Email labelPlural: List Emails nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ListEmail DataUsePurpose: title: DataUsePurpose required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DataUsePurpose keyPrefix: 0ZW label: Data Use Purpose labelPlural: Data Use Purposes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUsePurpose BusinessBrand: title: BusinessBrand required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: BusinessBrand keyPrefix: 1BU label: Business Brand labelPlural: Business Brands nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessBrand AssetRelationshipHistory: title: AssetRelationshipHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AssetRelationshipHistory keyPrefix: '017' label: Asset Relationship History labelPlural: Asset Relationship History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationshipHistory ReportAnomalyEventStore: title: ReportAnomalyEventStore required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ReportAnomalyEventStore keyPrefix: 0Z7 label: Report Anomaly Event Store labelPlural: Report Anomaly Event Stores nameFields: - ReportAnomalyEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ReportAnomalyEventStore ManagedContent: title: ManagedContent required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ManagedContent keyPrefix: 20Y label: Managed Content labelPlural: Managed Contents nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContent AccountPartner: title: AccountPartner required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AccountPartner keyPrefix: 00I label: Account Partner labelPlural: Account Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AccountPartner CaseComment: title: CaseComment required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CaseComment keyPrefix: 00a label: Case Comment labelPlural: Case Comments nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CaseComment NamespaceRegistryHistory: title: NamespaceRegistryHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: NamespaceRegistryHistory keyPrefix: '017' label: Namespace Registry History labelPlural: Namespace Registry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/NamespaceRegistryHistory SiteHistory: title: SiteHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: SiteHistory keyPrefix: '017' label: Site History labelPlural: Site History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SiteHistory ActiveScratchOrg: title: ActiveScratchOrg required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ActiveScratchOrg keyPrefix: 2AS label: Active Scratch Org labelPlural: Active Scratch Orgs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrg ManagedContentVariant: title: ManagedContentVariant required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ManagedContentVariant keyPrefix: 9Ps label: Managed Content Variant labelPlural: Managed Content Variants nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ManagedContentVariant SearchPromotionRule: title: SearchPromotionRule required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: SearchPromotionRule keyPrefix: 0MD label: Promoted Search Term labelPlural: Promoted Search Terms nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SearchPromotionRule Image: title: Image required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Image keyPrefix: 4YL label: Image labelPlural: Images nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Image DataUseLegalBasisHistory: title: DataUseLegalBasisHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DataUseLegalBasisHistory keyPrefix: '017' label: Data Use Legal Basis History labelPlural: Data Use Legal Basis History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DataUseLegalBasisHistory ImageHistory: title: ImageHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ImageHistory keyPrefix: '017' label: Image History labelPlural: Image History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ImageHistory ScratchOrgInfoHistory: title: ScratchOrgInfoHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ScratchOrgInfoHistory keyPrefix: '017' label: Scratch Org Info History labelPlural: Scratch Org Info History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfoHistory MerchandisingMixC: title: MerchandisingMixC required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Merchandising_Mix__c keyPrefix: a01 label: Merchandise Mix labelPlural: Merchandise Mixes nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandising_Mix__c FlowOrchestrationStageInstance: title: FlowOrchestrationStageInstance required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: FlowOrchestrationStageInstance keyPrefix: 0jF label: Orchestration Stage Run labelPlural: Orchestration Stage Runs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowOrchestrationStageInstance Translation: title: Translation required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Translation keyPrefix: 01h label: Language Translation labelPlural: Language Translation nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Translation ScorecardAssociation: title: ScorecardAssociation required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ScorecardAssociation keyPrefix: 0Qn label: Scorecard Association labelPlural: Scorecard Associations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardAssociation OrderItemHistory: title: OrderItemHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OrderItemHistory keyPrefix: '017' label: Order Product History labelPlural: Order Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItemHistory ContractContactRole: title: ContractContactRole required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContractContactRole keyPrefix: 02a label: Contract Contact Role labelPlural: Contract Contact Role nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractContactRole AuthorizationFormConsentHistory: title: AuthorizationFormConsentHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationFormConsentHistory keyPrefix: '017' label: Authorization Form Consent History labelPlural: Authorization Form Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormConsentHistory UserRole: title: UserRole required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: UserRole keyPrefix: 00E label: Role labelPlural: Role nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/UserRole DelegatedAccountHistory: title: DelegatedAccountHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DelegatedAccountHistory keyPrefix: '017' label: External Managed Account History labelPlural: External Managed Account History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DelegatedAccountHistory PartnerFundAllocationHistory: title: PartnerFundAllocationHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerFundAllocationHistory keyPrefix: '017' label: Partner Fund Allocation History labelPlural: Partner Fund Allocation History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocationHistory ThreatDetectionFeedback: title: ThreatDetectionFeedback required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ThreatDetectionFeedback keyPrefix: 0hY label: Threat Detection Feedback labelPlural: Threat Detection Feedback nameFields: - ThreatDetectionFeedbackNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/ThreatDetectionFeedback EngagementChannelType: title: EngagementChannelType required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: EngagementChannelType keyPrefix: 0eF label: Engagement Channel Type labelPlural: Engagement Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/EngagementChannelType PartnerFundAllocation: title: PartnerFundAllocation required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerFundAllocation keyPrefix: 0R8 label: Partner Fund Allocation labelPlural: Partner Fund Allocations nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundAllocation AuthorizationFormHistory: title: AuthorizationFormHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationFormHistory keyPrefix: '017' label: Authorization Form History labelPlural: Authorization Form History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormHistory Campaign4: title: Campaign4 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Campaign keyPrefix: '701' label: Campaign labelPlural: Campaigns nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Campaign DeleteEvent: title: DeleteEvent required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: DeleteEvent keyPrefix: 00C label: Recycle Bin Item labelPlural: Recycle Bin nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/DeleteEvent ProfileSkillEndorsement: title: ProfileSkillEndorsement required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProfileSkillEndorsement keyPrefix: 0SE label: Endorsement labelPlural: Endorsements nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsement Account12: title: Account12 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Account keyPrefix: '001' label: Account labelPlural: Accounts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Account ConsumptionScheduleHistory: title: ConsumptionScheduleHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ConsumptionScheduleHistory keyPrefix: '017' label: Consumption Schedule History ID labelPlural: Consumption Schedule History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionScheduleHistory QuickText: title: QuickText required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: QuickText keyPrefix: '574' label: Quick Text labelPlural: Quick Text nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickText OrderItem: title: OrderItem required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OrderItem keyPrefix: '802' label: Order Product labelPlural: Order Products nameFields: - OrderItemNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderItem ConsumptionRateHistory: title: ConsumptionRateHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ConsumptionRateHistory keyPrefix: '017' label: Consumption Rate History ID labelPlural: Consumption Rate History ID nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ConsumptionRateHistory LeadHistory: title: LeadHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: LeadHistory keyPrefix: '017' label: Lead History labelPlural: Lead History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/LeadHistory PartnerFundClaimHistory: title: PartnerFundClaimHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerFundClaimHistory keyPrefix: '017' label: Partner Fund Claim History labelPlural: Partner Fund Claim History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerFundClaimHistory Individual: title: Individual required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Individual keyPrefix: 0PK label: Individual labelPlural: Individuals nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Individual Lead2: title: Lead2 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Lead keyPrefix: 00Q label: Lead labelPlural: Leads nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Lead MixItemC: title: MixItemC required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Mix_Item__c keyPrefix: a02 label: Mix Item labelPlural: Mix Items nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Mix_Item__c AuthorizationFormText: title: AuthorizationFormText required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationFormText keyPrefix: 0cN label: Authorization Form Text labelPlural: Authorization Form Texts nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormText Case: title: Case required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Case keyPrefix: '500' label: Case labelPlural: Cases nameFields: - CaseNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Case CspTrustedSite: title: CspTrustedSite required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CspTrustedSite keyPrefix: 08y label: Trusted URL labelPlural: Trusted URLs nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/CspTrustedSite ContactPointTypeConsentHistory: title: ContactPointTypeConsentHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContactPointTypeConsentHistory keyPrefix: '017' label: Contact Point Type Consent History labelPlural: Contact Point Type Consent History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactPointTypeConsentHistory MerchandiseC: title: MerchandiseC required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Merchandise__c keyPrefix: a00 label: Merchandise labelPlural: Merchandise nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Merchandise__c SetupAssistantStep: title: SetupAssistantStep required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: SetupAssistantStep keyPrefix: 3Ys label: Setup Assistant Step labelPlural: Setup Assistant Steps nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/SetupAssistantStep PricebookEntryHistory: title: PricebookEntryHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PricebookEntryHistory keyPrefix: '017' label: Price Book Entry History labelPlural: Price Book Entry History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntryHistory ScorecardMetric: title: ScorecardMetric required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ScorecardMetric keyPrefix: 0Om label: Scorecard Metric labelPlural: Scorecard Metrics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScorecardMetric ChannelProgramMemberHistory: title: ChannelProgramMemberHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ChannelProgramMemberHistory keyPrefix: '017' label: Channel Program Member History labelPlural: Channel Program Member History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramMemberHistory FlowInterview: title: FlowInterview required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: FlowInterview keyPrefix: 0Fo label: Flow Interview labelPlural: Flow Interviews nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/FlowInterview WorkBadgeDefinitionHistory: title: WorkBadgeDefinitionHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: WorkBadgeDefinitionHistory keyPrefix: '017' label: Badge History labelPlural: Badge History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/WorkBadgeDefinitionHistory ChannelProgramLevelHistory: title: ChannelProgramLevelHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ChannelProgramLevelHistory keyPrefix: '017' label: Channel Program Level History labelPlural: Channel Program Level History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevelHistory AuthorizationForm: title: AuthorizationForm required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationForm keyPrefix: 0cI label: Authorization Form labelPlural: Authorization Forms nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationForm CommSubscription: title: CommSubscription required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CommSubscription keyPrefix: 0Xl label: Communication Subscription labelPlural: Communication Subscriptions nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscription BusinessHours: title: BusinessHours required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: BusinessHours keyPrefix: 01m label: Business Hours labelPlural: Business Hours nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BusinessHours ContentDocument: title: ContentDocument required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContentDocument keyPrefix: 069 label: File labelPlural: Files nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocument PartnerMarketingBudget: title: PartnerMarketingBudget required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerMarketingBudget keyPrefix: 0Cw label: Partner Marketing Budget labelPlural: Partner Marketing Budgets nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudget OpportunityFieldHistory: title: OpportunityFieldHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OpportunityFieldHistory keyPrefix: '017' label: Opportunity Field History labelPlural: Opportunity Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OpportunityFieldHistory Topic: title: Topic required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Topic keyPrefix: 0TO label: Topic labelPlural: Topics nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Topic ProfileSkillUser: title: ProfileSkillUser required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProfileSkillUser keyPrefix: 0SM label: Skill User labelPlural: Skill Users nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillUser ChannelProgramHistory: title: ChannelProgramHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ChannelProgramHistory keyPrefix: '017' label: Channel Program History labelPlural: Channel Program History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramHistory QuickTextHistory: title: QuickTextHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: QuickTextHistory keyPrefix: '017' label: Quick Text History labelPlural: Quick Text History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/QuickTextHistory Contact3: title: Contact3 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Contact keyPrefix: '003' label: Contact labelPlural: Contacts nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contact CampaignHistory: title: CampaignHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CampaignHistory keyPrefix: '017' label: Campaign Field History labelPlural: Campaign Field History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignHistory ContentDocumentHistory: title: ContentDocumentHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContentDocumentHistory keyPrefix: '017' label: Content Document History labelPlural: Content Document History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentHistory RecordAction: title: RecordAction required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: RecordAction keyPrefix: 0Rw label: RecordAction labelPlural: RecordActions nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/RecordAction SellerHistory: title: SellerHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: SellerHistory keyPrefix: '017' label: Seller History labelPlural: Seller History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/SellerHistory ContentVersionHistory: title: ContentVersionHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContentVersionHistory keyPrefix: '017' label: Content Version History labelPlural: Content Version History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentVersionHistory ChannelProgram: title: ChannelProgram required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ChannelProgram keyPrefix: 0Pk label: Channel Program labelPlural: Channel Programs nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgram ProfileSkillEndorsementHistory: title: ProfileSkillEndorsementHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProfileSkillEndorsementHistory keyPrefix: '017' label: Endorsement History labelPlural: Endorsement History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkillEndorsementHistory Seller: title: Seller required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Seller keyPrefix: 0q6 label: Seller labelPlural: Sellers nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Seller DataweaveKeyMappingMdt: title: DataweaveKeyMappingMdt required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Dataweave_Key_Mapping__mdt keyPrefix: m00 label: Dataweave Key Mapping labelPlural: Dataweave Key Mappings nameFields: - DeveloperName objectInfoUrl: /services/data/v58.0/ui-api/object-info/Dataweave_Key_Mapping__mdt ContentDocumentLink: title: ContentDocumentLink required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContentDocumentLink keyPrefix: 06A label: Content Document Link labelPlural: Content Document Link nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentDocumentLink Pricebook2History: title: Pricebook2History required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Pricebook2History keyPrefix: '017' label: Price Book History labelPlural: Price Book History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Pricebook2History User8: title: User8 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: User keyPrefix: '005' label: User labelPlural: People nameFields: - FirstName - LastName - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/User Note: title: Note required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Note keyPrefix: '002' label: Note labelPlural: Notes nameFields: - Title objectInfoUrl: /services/data/v58.0/ui-api/object-info/Note StreamingChannel: title: StreamingChannel required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: StreamingChannel keyPrefix: 0M6 label: Streaming Channel labelPlural: Streaming Channels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/StreamingChannel ProfileSkill: title: ProfileSkill required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProfileSkill keyPrefix: 0Sk label: Skill labelPlural: Skills nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProfileSkill OrderHistory: title: OrderHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OrderHistory keyPrefix: '017' label: Order History labelPlural: Order History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrderHistory Holiday: title: Holiday required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Holiday keyPrefix: 0C0 label: Holiday labelPlural: Holidays nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Holiday Product2History: title: Product2History required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Product2History keyPrefix: '017' label: Product History labelPlural: Product History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Product2History ActiveScratchOrgHistory: title: ActiveScratchOrgHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ActiveScratchOrgHistory keyPrefix: '017' label: Active Scratch Org History labelPlural: Active Scratch Org History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ActiveScratchOrgHistory ProductConsumptionSchedule: title: ProductConsumptionSchedule required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ProductConsumptionSchedule keyPrefix: 0Mq label: Product Consumption Schedule labelPlural: Product Consumption Schedules nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ProductConsumptionSchedule PartnerMarketingBudgetHistory: title: PartnerMarketingBudgetHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PartnerMarketingBudgetHistory keyPrefix: '017' label: Partner Marketing Budget History labelPlural: Partner Marketing Budget History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/PartnerMarketingBudgetHistory ChannelProgramLevel: title: ChannelProgramLevel required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ChannelProgramLevel keyPrefix: 0Pl label: Channel Program Level labelPlural: Channel Program Levels nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ChannelProgramLevel OrgMetricScanResult: title: OrgMetricScanResult required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: OrgMetricScanResult keyPrefix: 9aM label: Org Metric Scan Result labelPlural: Org Metric Scan Results nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/OrgMetricScanResult CommSubscriptionChannelType: title: CommSubscriptionChannelType required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CommSubscriptionChannelType keyPrefix: 0eB label: Communication Subscription Channel Type labelPlural: Communication Subscription Channel Types nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/CommSubscriptionChannelType Order: title: Order required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Order keyPrefix: '801' label: Order labelPlural: Orders nameFields: - OrderNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Order AssetRelationship: title: AssetRelationship required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AssetRelationship keyPrefix: 1AR label: Asset Relationship labelPlural: Asset Relationships nameFields: - AssetRelationshipNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetRelationship AssetHistory: title: AssetHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AssetHistory keyPrefix: '017' label: Asset History labelPlural: Asset History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AssetHistory AuthorizationFormDataUseHistory: title: AuthorizationFormDataUseHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationFormDataUseHistory keyPrefix: '017' label: Authorization Form Data Use History labelPlural: Authorization Form Data Use History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUseHistory ScratchOrgInfo: title: ScratchOrgInfo required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ScratchOrgInfo keyPrefix: 2SR label: Scratch Org Info labelPlural: Scratch Org Infos nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ScratchOrgInfo Contract: title: Contract required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Contract keyPrefix: '800' label: Contract labelPlural: Contracts nameFields: - ContractNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/Contract ContentWorkspace: title: ContentWorkspace required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContentWorkspace keyPrefix: 058 label: Library labelPlural: Libraries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContentWorkspace Group2: title: Group2 required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Group keyPrefix: 00G label: Group labelPlural: Group nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/Group ContactHistory: title: ContactHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContactHistory keyPrefix: '017' label: Contact History labelPlural: Contact History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContactHistory AppAnalyticsQueryRequest: title: AppAnalyticsQueryRequest required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AppAnalyticsQueryRequest keyPrefix: 0XI label: App Analytics Query Request labelPlural: App Analytics Query Requests nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AppAnalyticsQueryRequest PricebookEntry: title: PricebookEntry required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: PricebookEntry keyPrefix: 01u label: Price Book Entry labelPlural: Price Book Entries nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/PricebookEntry CampaignMemberStatus: title: CampaignMemberStatus required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: CampaignMemberStatus keyPrefix: 01Y label: Campaign Member Status labelPlural: Campaign Member Statuses nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/CampaignMemberStatus BackgroundOperation: title: BackgroundOperation required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: BackgroundOperation keyPrefix: 08P label: Background Operation labelPlural: Background Operations nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/BackgroundOperation Partner: title: Partner required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: Partner keyPrefix: 00I label: Partner labelPlural: Partner nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/Partner SessionHijackingEventStore: title: SessionHijackingEventStore required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: SessionHijackingEventStore keyPrefix: 0Zj label: Session Hijacking Event Store labelPlural: Session Hijacking Event Stores nameFields: - SessionHijackingEventNumber objectInfoUrl: /services/data/v58.0/ui-api/object-info/SessionHijackingEventStore ContractHistory: title: ContractHistory required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: ContractHistory keyPrefix: '017' label: Contract History labelPlural: Contract History nameFields: [] objectInfoUrl: /services/data/v58.0/ui-api/object-info/ContractHistory AuthorizationFormDataUse: title: AuthorizationFormDataUse required: - apiName - keyPrefix - label - labelPlural - nameFields - objectInfoUrl type: object properties: apiName: type: string example: example_value keyPrefix: type: string example: example_value label: type: string example: Example Title labelPlural: type: string example: example_value nameFields: type: array items: type: string description: '' example: [] objectInfoUrl: type: string example: https://www.example.com examples: - apiName: AuthorizationFormDataUse keyPrefix: 0cM label: Authorization Form Data Use labelPlural: Authorization Form Data Uses nameFields: - Name objectInfoUrl: /services/data/v58.0/ui-api/object-info/AuthorizationFormDataUse securitySchemes: BearerAuth: type: http scheme: bearer description: 'OAuth 2.0 Bearer token obtained from the Salesforce OAuth 2.0 token endpoint. Include this token in the Authorization header as "Bearer {access_token}". '