How to find - What has triggered the 'POST' API call in SNOW

Obito
Tera Expert

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.

1 ACCEPTED SOLUTION

siva krishna M2
Tera Guru

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

 

sivakrishna3_0-1707107923774.png

 

If it it helps, Kindly click on "Helpful" and mark it as "Accepted solution"

 

View solution in original post

1 REPLY 1

siva krishna M2
Tera Guru

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

 

sivakrishna3_0-1707107923774.png

 

If it it helps, Kindly click on "Helpful" and mark it as "Accepted solution"