List Spotlighted Objects
Last updated
Was this helpful?
Last updated
Was this helpful?
Gets a list of spotlight result objects for the specified account (retrieved from JWT) and the buyer group (retrieved from the API for the requesting user), filtered by an RQL query if applicable.
GET /public/v1/spotlight/objects HTTP/1.1
Host:
Accept: */*
OK
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": {
"at": "2025-05-09T12:29:18.709Z",
"by": {
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-05-09T12:29:18.709Z",
"by": {
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"total": 1,
"top": [],
"query": {
"id": "text",
"audit": {
"created": {
"at": "2025-05-09T12:29:18.709Z",
"by": {
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"icon": "text"
}
},
"updated": {
"at": "2025-05-09T12:29:18.709Z",
"by": {
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"icon": "text"
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"template": "text",
"invalidation": {
"interval": "text"
},
"filter": "text",
"scope": "None"
},
"name": "text"
}
]
}