SearchResult

Result of a SOSL search

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
searchRecords array Matching records from the search
View JSON Schema on GitHub

JSON Schema

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