In SolarWinds Service Desk to fetch the incidents and changes entities we are using the below mentioned APIs.
1. Incidents - https://api.samanage.com/incidents.json
2. Changes - https://api.samanage.com/changes.json
Now along with this API we are passing the filter param with the updated_from as the key and the value as the timestamp for example - https://api.samanage.com/incidents.json?updated_from=2025-11-10T00:56:18.000Z
So while using this above API there is some unsual behavior taking place. Like even if the entities updated time is falling in the current filter window, still the entity is not being returned via API.
Therefore want to ask that is there any issue in the SolarWinds Service Desk APIs?
Like due to some backend processes like indexing and all, does the API results in some delay.
Thanks
Aniket.