Spotlight TopItem
The SpotlightTopItem represents references to the platform objects picked up by SpotlightQuery.
The SpotlightTopItem is used to provide data to the frontend template. It includes both core properties and object-specific properties. Spotlight operates as a service that is object-agnostic, meaning it does not maintain the schema of domain objects. The SpotlightTopItem contract is a result of a downstreamed RQL query and is utilized as is in a JSON string. This indicates that the list of properties is object-specific and may change depending on the RQL query executed.
id
string
The core unique identifier for each item.
href
string
Relative reference to object on API.
{object-specific-properties}
string
List of object specific properites, as a result of downstreamed RQL query.
Example
Last updated
Was this helpful?