Spotlight Object
A SpotlightObject represents an instance of spotlighted objects collections and its definition, along with RQL query definition used to retrieve items.
Field
Type
Description
id
string
The unique identifier for the spotlight object in this format: SPO-<QQQQ>-<QQQQ>-<XXXX>-<XXXX>-<XXXX>
query
The spotlight query object.
top
List of the top 5 objects returned by the downstreamed RQL query.
total
int
Total number of objects available for downstream RQL.
audit
AuditObject
The audit information object. This object keeps track of changes to the spotlight object. Mainly when the cache key was refreshed for the last time, and by whom the action was initiated.
Example:
Example
Last updated
Was this helpful?