Get Spotlight Query
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200
OK
application/json
404
Not Found
application/json
get
GET /public/v1/spotlight/queries/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2025-08-06T09:29:29.450Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-08-06T09:29:29.450Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"template": "text",
"invalidationInterval": "text",
"invalidateOnDateChange": true,
"filter": "text",
"scope": "text"
}
Last updated
Was this helpful?