Salesforce Retrieves API

The Retrieves API from Salesforce — 10 operation(s) for retrieves.

Operations 2

GET /data/v64.0/connect/business-rules/lookup-tables Salesforce Retrieve Lookup Tables #
GET /data/v64.0/async/specifications/oas3/{schemaId} Salesforce Retrieve Openapi Schema #

Documentation

Specifications

Schemas & Data

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/salesforce-retrieves-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

salesforce-retrieves-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Salesforce Retrieves API
  description: 'Find the resources you need to start building. '
  contact: {}
  version: '1.0'
servers:
- url: https://login.salesforce.com
  variables: {}
- url: https://id
  variables: {}
- url: https://services
  variables: {}
- url: '{{url}}{{site}}/services/oauth2'
  variables:
    url:
      default: DefaultParameterValue
    site:
      default: DefaultParameterValue
security:
- oauth2:
  - api
tags:
- name: Retrieves
paths:
  /data/v64.0/connect/business-rules/lookup-tables:
    parameters: []
    get:
      tags:
      - Retrieves
      summary: Salesforce Retrieve Lookup Tables
      description: "# Lookup Tables (GET)\n\nRetrieve lookup tables.Resource\n\n```\n/connect/business-rules/lookup-tables\n\n ```\n\nResource example\n\n```\nhttps://yourInstance.salesforce.com/services/data/v59.0/connect/business-rules/lookup-tables?searchKey=D&usageType=Bre&lookupTypes=DecisionTable,DecisionMatrix\n\n ```\n\n```\nhttps://yourInstance.salesforce.com/services/data/v59.0/connect/business-rules/lookup-tables?searchKey=D&usageType=Bre\n\n ```\n\nAvailable version59.0Requires ChatterNoHTTP methodsGETRequest parameters for GET\n\n| Parameter Name | Type | Description | Required or Optional | Available Version |\n| --- | --- | --- | --- | --- |\n| lookupTypes | String | Type of lookup table. Valid values are:<br><br>- DecisionMatrix<br>    <br>- DecisionTable | Optional | 59.0 |\n| searchKey | String | The search text entered by the user to retrieve a list of lookup tables. | Required | 59.0 |\n| usageType | String | Usage type of the lookup table. Valid values are:<br><br>- AiAccelerator​SubscriberChurn​Prediction—Used for Industries Einstein<br>    <br>- Bre—Used for Business Rules Engine<br>    <br>- CustomLoyalty—Used for Loyalty Management<br>    <br>- DefaultPricing—Used for Pricing Plans in Enterprise Product Catalog (EPC) by Communications Cloud<br>    <br>- Qualification—Used for Industries Communications, Media, and Energy (CME)<br>    <br>- RecordAlert—Used for Financial Services Cloud<br>    <br>- ShipAndDebit—Used for Manufacturing Cloud<br>    <br>- TierProcessing—Used for Loyalty Management<br>    <br>- TransactionJournal—Used for Loyalty Management<br>    <br>- WarrantyClaim—Used for Manufacturing Cloud | Required | 59.0 |\n\nResponse body for GET[Lookup Tables Result List](https://developer.salesforce.com/docs/atlas.en-us.industries_reference.meta/industries_reference/connect_responses_lookup_tables_result_list.htm)"
      operationId: Retrievelookuptables
      parameters:
      - name: searchKey
        in: query
        description: ''
        required: true
        style: form
        explode: true
        schema:
          type: string
          examples:
          - my
        example: example_value
      - name: usageType
        in: query
        description: ''
        required: true
        style: form
        explode: true
        schema:
          type: string
          examples:
          - Bre
        example: example_value
      - name: lookupTypes
        in: query
        description: 'Optional: Type of lookup table. Valid values are: DecisionMatrix, DecisionTable'
        required: true
        style: form
        explode: true
        schema:
          type: string
          examples:
          - DecisionTable
        example: example_value
      responses:
        '404':
          description: Not Found
          headers:
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Wed, 06 Sep 2023 08:56:11 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
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: chunked
          content:
            application/json;charset=UTF-8:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/404-BecauseVersion59.0NotPresentInTargetOrg1'
                description: ''
                examples:
                - - errorCode: NOT_FOUND
                    message: The requested resource does not exist
                contentMediaType: application/json;charset=UTF-8
              example:
              - errorCode: NOT_FOUND
                message: The requested resource does not exist
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /data/v64.0/async/specifications/oas3/{schemaId}:
    parameters: []
    get:
      tags:
      - Retrieves
      summary: Salesforce Retrieve Openapi Schema
      description: Generate an OpenAPI 3.0 document for the sObjects REST API. This is a [Beta feature](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/openapi_beta.htm) that requires an activation step before it can be used.
      operationId: RetrieveOpenAPISchema
      parameters:
      - name: schemaId
        in: path
        description: Identifier that was returned in the original request to generate the Schema.
        required: true
        schema:
          type: string
        example: '500123'
      responses:
        '200':
          description: OK
          headers:
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Mon, 26 Feb 2024 13:53:54 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-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
            Sforce-Limit-Info:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: api-usage=11/15000
            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:
              schema:
                $ref: '#/components/schemas/RetrieveOpenAPISchema'
              examples:
                Retrieveopenapischema200Example:
                  summary: Default RetrieveOpenAPISchema 200 response
                  x-microcks-default: true
                  value:
                    openapi: example_value
                    info:
                      title: Example Title
                      description: A sample description.
                      version: example_value
                    servers:
                    - url: https://www.example.com
                    security:
                    - bearerAuth: {}
                      oAuth2: {}
                      openIDConnectDiscovery: {}
                    paths: {}
                    components: {}
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
components:
  schemas:
    ReportsToId:
      title: ReportsToId
      required:
      - type
      - description
      type: object
      properties:
        type:
          type: string
          example: example_value
        description:
          type: string
          example: A sample description.
      examples:
      - type: string
        description: This field doesn’t appear if IsPersonAccount is true.
    Updateable:
      title: Updateable
      required:
      - type
      type: object
      properties:
        type:
          type: string
          example: example_value
      examples:
      - type: boolean
    Security:
      title: Security
      type: object
      properties:
        bearerAuth:
          type: array
          items:
            type: string
          description: ''
          example: []
        oAuth2:
          type: array
          items:
            type: string
          description: ''
          example: []
        openIDConnectDiscovery:
          type: array
          items:
            type: string
          description: ''
          example: []
      examples:
      - bearerAuth: []
    JigsawContactId:
      title: JigsawContactId
      required:
      - type
      type: object
      properties:
        type:
          type: string
          example: example_value
      examples:
      - type: string
    RestApiError:
      title: RestApiError
      required:
      - type
      - properties
      type: object
      properties:
        type:
          type: string
          example: example_value
        properties:
          $ref: '#/components/schemas/Properties3'
      examples:
      - type: object
        properties:
          errorCode:
            type: string
          message:
            type: string
    MailingStreet:
      title: MailingStreet
      required:
      - type
      - description
      type: object
      properties:
        type:
          type: string
          example: example_value
        description:
          type: string
          example: A sample description.
      examples:
      - type: string
        description: Street address for mailing address.
    RequestBody:
      title: RequestBody
      required:
      - content
      type: object
      properties:
        content:
          $ref: '#/components/schemas/Content'
      examples:
      - content:
          application/json:
            schema:
              $ref: '#/components/schemas/ContactSObject'
    Mergeable:
      title: Mergeable
      required:
      - type
      type: object
      properties:
        type:
          type: string
          example: example_value
      examples:
      - type: boolean
    Custom:
      title: Custom
      required:
      - type
      type: object
      properties:
        type:
          type: string
          example: example_value
      examples:
      - type: boolean
    OtherGeocodeAccuracy:
      title: OtherGeocodeAccuracy
      required:
      - type
      - description
      type: object
      properties:
        type:
          type: string
          example: example_value
        description:
          type: string
          example: A sample description.
      examples:
      - type: string
        description: Accuracy level of the geocode for the other address. For details on geolocation compound fields, see .
    LabelPlural:
      title: LabelPlural
      required:
      - type
      type: object
      properties:
        type:
          type: string
          example: example_value
      examples:
      - type: string
    AccountNumber:
      title: AccountNumber
      required:
      - type
      - description
      type: object
      properties:
        type:
          type: string
          example: example_value
        description:
          type: string
          example: A sample description.
      examples:
      - type: string
        description: Account number assigned to this account (not the unique, system-generated ID assigned during creation). Maximum size is 40 characters.
    Label:
      title: Label
      required:
      - type
      type: object
      properties:
        type:
          type: string
          example: example_value
      examples:
      - type: string
    Jigsaw:
      title: Jigsaw
      required:
      - type
      - description
      type: object
      properties:
        type:
          type: string
          example: example_value
        description:
          type: string
          example: A sample description.
      examples:
      - type: string
        description: References the ID of a company in Data.com. If an account has a value in this field, it means that the account was imported from Data.com. If the field value is null, the account was not imported from Data.com. Maximum size is 20 characters. Available in API version 22.0 and later. Label is Data.com Key. This field is available on business accounts, not person accounts.The Jigsaw field is exposed in the API to support troubleshooting for import errors and reimporting of corrected data. Do not modify the value in the Jigsaw field.
    Info:
      title: Info
      required:
      - title
      - description
      - version
      type: object
      properties:
        title:
          type: string
          example: Example Title
        description:
          type: string
          example: A sample description.
        version:
          type: string
          example: example_value
      examples:
      - title: Lightning Platform REST API
        description: 'REST API provides you with programmatic access to your data in Salesforce. The flexibility and scalability of REST API make it an excellent choice for integrating Salesforce into your applications and for performing complex operations on a large scale. You can use REST API tools to create, manipulate, and search data in Salesforce by sending HTTP requests to endpoints in Salesforce. Depending on where you send requests, you access and operate on different pieces of information, called resources. Resources include records, query results, metadata, and more. '
        version: '60.0'
    Password:
      title: Password
      required:
      - tokenUrl
      - scopes
      type: object
      properties:
        tokenUrl:
          type: string
          example: https://www.example.com
        scopes:
          $ref: '#/components/schemas/Scopes1'
      examples:
      - tokenUrl: https://login.salesforce.com/services/oauth2/token
        scopes:
          api: Allows access to the current, logged-in user’s account using APIs, such as REST API and Bulk API. This scope also includes chatter_api, which allows access to Connect REST API resources.
    Server:
      title: Server
      required:
      - url
      type: object
      properties:
        url:
          type: string
          example: https://www.example.com
      examples:
      - url: https://pozil-dev-ed.my.salesforce.com/services/data/v60.0
    Triggerable:
      title: Triggerable
      required:
      - type
      type: object
      properties:
        type:
          type: string
          example: example_value
      examples:
      - type: boolean
    OtherLatitude:
      title: OtherLatitude
      required:
      - type
      - description
      type: object
      properties:
        type:
          type: string
          example: example_value
        description:
          type: string
          example: A sample description.
      examples:
      - type: number
        description: Used with OtherLongitude to specify the precise geolocation of an alternate address. Acceptable values are numbers between –90 and 90 up to 15 decimal places. For details on geolocation compound fields, see .
    ApplicationJson:
      title: ApplicationJson
      required:
      - schema
      type: object
      properties:
        schema:
          $ref: '#/components/schemas/Schema'
      examples:
      - schema:
          $ref: '#/components/schemas/SObjectRootInfo'
    Createable:
      title: Createable
      required:
      - type
      type: object
      properties:
        type:
          type: string
          example: example_value
      examples:
      - type: boolean
    IsPartner:
      title: IsPartner
      required:
      - type
      - description
      type: object
      properties:
        type:
          type: string
          example: example_value
        description:
          type: string
          example: A sample description.
      examples:
      - type: boolean
        description: Indicates whether the account has at least one contact enabled to use the org's partner portal (true) or not (false). This field is available if partner relationship management (partner portal) is enabled ORdigitial experiences is enabled and you have partner portal licenses. If you change this field's value from true to false, you can disable up to 15 partner portal users associated with the account and permanently delete all of the account's partner portal roles and groups. You can't restore deleted partner portal roles and groups. Disabling a partner portal user in the Salesforce user interface or the API does not change this field's value from true to false. Even if this field's value is false, you can enable a contact on an account as a partner portal user via the API. This field can be updated in API version 16.0 and later.We recommend that you update up to 50 contacts simultaneously when changing the accounts on contacts enabled for a Customer Portal or partner portal. We also recommend that you make this update after business hours.
    Salutation:
      title: Salutation
      required:
      - type
      - description
      type: object
      properties:
        type:
          type: string
          example: example_value
        description:
          type: string
          example: A sample description.
      examples:
      - type: string
        description: Honorific abbreviation, word, or phrase to be used in front of name in greetings, such as Dr. or Mrs.
    IsInterface:
      title: IsInterface
      required:
      - type
      type: object
      properties:
        type:
          type: string
          example: example_value
      examples:
      - type: boolean
    Post:
      title: Post
      required:
      - parameters
      - requestBody
      - responses
      type: object
      properties:
        parameters:
          type: array
          items:
            $ref: '#/components/schemas/Parameter4'
          description: ''
          example: []
        requestBody:
          $ref: '#/components/schemas/RequestBody'
        responses:
          type: object
          additionalProperties:
            $ref: '#/components/schemas/m200'
          example: example_value
    Items19:
      title: Items19
      required:
      - type
      - properties
      type: object
      properties:
        type:
          type: string
          example: example_value
        properties:
          $ref: '#/components/schemas/Properties7'
      examples:
      - type: object
        properties:
          extendedErrorCode:
            type: string
    ShippingCity:
      title: ShippingCity
      required:
      - type
      - description
      type: object
      properties:
        type:
          type: string
          example: example_value
        description:
          type: string
          example: A sample description.
      examples:
      - type: string
        description: Details of the shipping address for this account. City maximum size is 40 characters
    Paths:
      title: Paths
      required:
      - /sobjects/Contact
      type: object
      properties:
        /sobjects/Contact:
          $ref: '#/components/schemas/SobjectsContact'
    Properties10:
      title: Properties10
      required:
      - message
      - statusCode
      - extendedDetails
      type: object
      properties:
        message:
          $ref: '#/components/schemas/Message'
        statusCode:
          $ref: '#/components/schemas/StatusCode'
        extendedDetails:
          $ref: '#/components/schemas/ExtendedDetails'
      examples:
      - message:
          type: string
        statusCode:
          type: string
        extendedDetails:
          type: array
          items:
            type: object
            properties:
              extendedErrorCode:
                type: string
    IsSubtype:
      title: IsSubtype
      required:
      - type
      type: object
      properties:
        type:
          type: string
          example: example_value
      examples:
      - type: boolean
    AssociateEntityType:
      title: AssociateEntityType
      required:
      - type
      type: object
      properties:
        type:
          type: string
          example: example_value
      examples:
      - type: string
    Properties4:
      title: Properties4
      required:
      - Id
      - IsDeleted
      - MasterRecordId
      - Name
      - Type
      - ParentId
      - BillingStreet
      - BillingCity
      - BillingState
      - BillingPostalCode
      - BillingCountry
      - BillingLatitude
      - BillingLongitude
      - BillingGeocodeAccuracy
      - BillingAddress
      - ShippingStreet
      - ShippingCity
      - ShippingState
      - ShippingPostalCode
      - ShippingCountry
      - ShippingLatitude
      - ShippingLongitude
      - ShippingGeocodeAccuracy
      - ShippingAddress
      - Phone
      - Fax
      - AccountNumber
      - Website
      - PhotoUrl
      - Sic
      - Industry
      - AnnualRevenue
      - NumberOfEmployees
      - Ownership
      - TickerSymbol
      - Description
      - Rating
      - Site
      - OwnerId
      - CreatedDate
      - CreatedById
      - LastModifiedDate
      - LastModifiedById
      - SystemModstamp
      - LastActivityDate
      - LastViewedDate
      - LastReferencedDate
      - IsPartner
      - IsCustomerPortal
      - ChannelProgramName
      - ChannelProgramLevelName
      - Jigsaw
      - JigsawCompanyId
      - CleanStatus
      - AccountSource
      - DunsNumber
      - Tradestyle
      - NaicsCode
      - NaicsDesc
      - YearStarted
      - SicDesc
      - DandbCompanyId
      - CustomerPriority__c
      - SLA__c
      - Active__c
      - NumberofLocations__c
      - UpsellOpportunity__c
      - SLASerialNumber__c
      - SLAExpirationDate__c
      - Potential_Value__c
      - Match_Billing_Address__c
      - Number_of_Contacts__c
      - Region__c
      - attributes
      type: object
      properties:
        Id:
          $ref: '#/components/schemas/Id'
        IsDeleted:
          $ref: '#/components/schemas/IsDeleted'
        MasterRecordId:
          $ref: '#/components/schemas/MasterRecordId'
        Name:
          $ref: '#/components/schemas/Name14'
        Type:
          $ref: '#/components/schemas/Type4'
        ParentId:
          $ref: '#/components/schemas/ParentId'
        BillingStreet:
          $ref: '#/components/schemas/BillingStreet'
        BillingCity:
          $ref: '#/components/schemas/BillingCity'
        BillingState:
          $ref: '#/components/schemas/BillingState'
        BillingPostalCode:
          $ref: '#/components/schemas/BillingPostalCode'
        BillingCountry:
          $ref: '#/components/schemas/BillingCountry'
        BillingLatitude:
          $ref: '#/components/schemas/BillingLatitude'
        BillingLongitude:
          $ref: '#/components/schemas/BillingLongitude'
        BillingGeocodeAccuracy:
          $ref: '#/components/schemas/BillingGeocodeAccuracy'
        BillingAddress:
          $ref: '#/components/schemas/BillingAddress'
        ShippingStreet:
          $ref: '#/components/schemas/ShippingStreet'
        ShippingCity:
          $ref: '#/components/schemas/ShippingCity'
        ShippingState:
          $ref: '#/components/schemas/ShippingState'
        ShippingPostalCode:
          $ref: '#/components/schemas/ShippingPostalCode'
        ShippingCountry:
          $ref: '#/components/schemas/ShippingCountry'
        ShippingLatitude:
          $ref: '#/components/schemas/ShippingLatitude'
        ShippingLongitude:
          $ref: '#/components/schemas/ShippingLongitude'
        ShippingGeocodeAccuracy:
          $ref: '#/components/schemas/ShippingGeocodeAccuracy'
        ShippingAddress:
          $ref: '#/components/schemas/ShippingAddress'
        Phone:
          $ref: '#/components/schemas/Phone'
        Fax:
          $ref: '#/components/schemas/Fax'
        AccountNumber:
          $ref: '#/components/schemas/AccountNumber'
        Website:
          $ref: '#/components/schemas/Website'
        PhotoUrl:
          $ref: '#/components/schemas/PhotoUrl'
        Sic:
          $ref: '#/components/schemas/Sic'
        Industry:
          $ref: '#/components/schemas/Industry'
        AnnualRevenue:
          $ref: '#/components/schemas/AnnualRevenue'
        NumberOfEmployees:
          $ref: '#/components/schemas/NumberOfEmployees'
        Ownership:
          $ref: '#/components/schemas/Ownership'
        TickerSymbol:
          $ref: '#/components/schemas/TickerSymbol'
        Description:
          $ref: '#/components/schemas/Description3'
        Rating:
          $ref: '#/components/schemas/Rating'
        Site:
          $ref: '#/components/schemas/Site'
        OwnerId:
          $ref: '#/components/schemas/OwnerId'
        CreatedDate:
          $ref: '#/components/schemas/CreatedDate'
        CreatedById:
          $ref: '#/components/schemas/CreatedById'
        LastModifiedDate:
          $ref: '#/components/schemas/LastModifiedDate'
        LastModifiedById:
          $ref: '#/components/schemas/LastModifiedById'
        SystemModstamp:
          $ref: '#/components/schemas/SystemModstamp'
        LastActivityDate:
          $ref: '#/components/schemas/LastActivityDate'
        LastViewedDate:
          $ref: '#/components/schemas/LastViewedDate'
        LastReferencedDate:
          $ref: '#/components/schemas/LastReferencedDate'
        IsPartner:
          $ref: '#/components/schemas/IsPartner'
        IsCustomerPortal:
          $ref: '#/components/schemas/IsCustomerPortal'
        ChannelProgramName:
          $ref: '#/components/schemas/ChannelProgramName'
        ChannelProgramLevelName:
          $ref: '#/components/schemas/ChannelProgramLevelName'
        Jigsaw:
          $ref: '#/components/schemas/Jigsaw'
        JigsawCompanyId:
          $ref: '#/components/schemas/JigsawCompanyId'
        CleanStatus:
          $ref: '#/components/schemas/CleanStatus'
        AccountSource:
          $ref: '#/components/schemas/AccountSource'
        DunsNumber:
          $ref: '#/components/schemas/DunsNumber'
        Tradestyle:
          $ref: '#/components/schemas/Tradestyle'
        NaicsCode:
          $ref: '#/components/schemas/NaicsCode'
        NaicsDesc:
          $ref: '#/components/schemas/NaicsDesc'
        YearStarted:
          $ref: '#/components/schemas/YearStarted'
        SicDesc:
          $ref: '#/components/schemas/SicDesc'
        DandbCompanyId:
          $ref: '#/components/schemas/DandbCompanyId'
        CustomerPriority__c:
          $ref: '#/components/schemas/CustomerPriorityC'
        SLA__c:
          $ref: '#/components/schemas/SLAC'
        Active__c:
          $ref: '#/components/schemas/ActiveC'
        NumberofLocations__c:
          $ref: '#/components/schemas/NumberofLocationsC'
        UpsellOpportunity__c:
          $ref: '#/components/schemas/UpsellOpportunityC'
        SLASerialNumber__c:
          $ref: '#/components/schemas/SLASerialNumberC'
        SLAExpirationDate__c:
          $ref: '#/components/schemas/SLAExpirationDateC'
        Potential_Value__c:
          $ref: '#/components/schemas/PotentialValueC'
        Match_Billing_Address__c:
          $ref: '#/components/schemas/MatchBillingAddressC'
        Number_of_Contacts__c:
          $ref: '#/components/schemas/NumberOfContactsC'
        Region__c:
          $ref: '#/components/schemas/RegionC'
        attributes:
          $ref: '#/components/schemas/Attributes15'
      examples:
      - Id:
          type: string
        IsDeleted:
          type: boolean
          description: Indicates whether the object has been moved to the Recycle Bin (true) or not (false). Label is Deleted.
        MasterRecordId:
          type: string
          description: If this object was deleted as the result of a merge, this field contains the ID of the record that was kept. If this object was deleted for any other reason, or has not been deleted, the value is null.
        Name:
          type: string
          description: 'Required. Label is Account Name. Name of the account. Maximum size is 255 characters. If the account has a record type of Person Account: This value is the concatenation of the FirstName, MiddleName, LastName, and Suffix of the associated person contact. You can''t modify this value.'
        Type:
          type: string
          description: Type of account, for example, Customer, Competitor, or Partner.
        ParentId:
          type: string
          description: ID of the parent object, if any.
        BillingStreet:
          type: string
          description: Street address for the billing address of this account.
        BillingCity:
          type: string
          description: Details for the billing address of this account. Maximum size is 40 characters.
        BillingState:
          type: string
          description: Details for the billing address of this account. Maximum size is 80 characters.
        BillingPostalCode:
          type: string
          description: Details for the billing address of this account. Maximum size is 20 characters.
        BillingCountry:
          type: string
          description: Details for the billing address of this account. Maximum size is 80 characters.
        BillingLatitude:
          type: number
          description: Used with BillingLongitude to specify the precise geolocation of a billing address. Acceptable values are numbers between –90 and 90 with up to 15 decimal places. See Compound Field Considerations and Limitations for details on geolocation compound fields.
        BillingLongitude:
          type: number
          description: Used with BillingLatitude to specify the precise geolocation of a billing address. Acceptable values are numbers between –180 and 180 with up to 15 decimal places. See Compound Field Considerations and Limitations for details on geolocation compound fields.
        BillingGeocodeAccuracy:
          type: string
          description: Accuracy level of the geocode for the billing address. See Compound Field Considera

# --- truncated at 32 KB (274 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/salesforce/refs/heads/main/openapi/salesforce-retrieves-api-openapi.yml