- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2024 01:28 PM - edited 02-04-2024 01:29 PM
Hi All,
Is there any way ,where we can find out what has triggered the 'POST' call made from SNOW, I mean if it is triggered from script include or UI Action.
Can we find it out. Please suggest if you any way.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2024 08:39 PM
Hello @Obito ,
Please follow below steps to find what is the source for REST API call
1) Go to the table "sys_outbound_http_log" (sys_outbound_http_log.LIST) where we can find all the REST calls called in ServiceNow
2) Find the rest call log record using the URL field and check the source table and source recod id
If it it helps, Kindly click on "Helpful" and mark it as "Accepted solution"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2024 08:39 PM
Hello @Obito ,
Please follow below steps to find what is the source for REST API call
1) Go to the table "sys_outbound_http_log" (sys_outbound_http_log.LIST) where we can find all the REST calls called in ServiceNow
2) Find the rest call log record using the URL field and check the source table and source recod id
If it it helps, Kindly click on "Helpful" and mark it as "Accepted solution"