- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2019 10:56 PM
Hello all,
can anyone help me with the script of rest API to fetch the list of incident updated in last 5 min.
Thanks in advance.
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2019 12:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2019 11:31 PM
I am getting error
{
"error": {
"detail": "Error Parsing input streamJSONObject[\"request\"] not found.",
"message": "Exception while reading request"
},
"status": "failure"
}
https://dev72524.service-now.com/api/now/table/incident?sysparm_query=sys_updated_onRELATIVELE%40minute%40ago%405

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2019 11:38 PM
You can try like this, but it gives incidents updated in last 15 minutes. We don't have a filter for 5 minutes.
https://your-instance.service-now.com/api/now/table/incident?sysparm_query=sys_updated_on%3Ejavascript%3Ags.beginningOfLast15Minutes()&sysparm_limit=10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2019 11:47 PM
Yes for 15 minutes and last minutes filter is there, is there any way to achieve this through scripted API

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2019 11:56 PM
Where are you displaying these incidents? In another app or somewhere in SN itself?
You can fetch the results and can filter further and fetch only the incidents which are last 5 minutes.
Mark the comment as a correct answer/helpful if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2019 12:05 AM
I need to display these incident in other app