SearchResult

Result from a SOSL search execution

CloudCRMCustomer ManagementEnterpriseSales

Properties

Name Type Description
searchRecords array
View JSON Schema on GitHub

JSON Schema

salesforce-sales-cloud-searchresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SearchResult",
  "title": "SearchResult",
  "type": "object",
  "description": "Result from a SOSL search execution",
  "properties": {
    "searchRecords": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SObjectRecord"
      }
    }
  }
}