We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Logs for inbound rest calls

snowtech1
Tera Expert

Hello,

Could someone please help where I could find logs for inbound rest calls with the payloads on them?

ctomasi

Thanks in advance.

1 ACCEPTED SOLUTION

if you dont find it then add with default value false, change to true during debugging.



Adding a Property - ServiceNow Wiki


View solution in original post

6 REPLIES 6

Sashi K1
Kilo Guru

Enable following property to see REST payload



sys_properties.list



glide.rest.debug


if you dont find it then add with default value false, change to true during debugging.



Adding a Property - ServiceNow Wiki


Thank you for the reply. Have the property enabled, are they expected to be on the sys_log table?


Am not able to find anything on it.


have you re-logged in? Normally current session wouldn't pick new properties. Your regular logs supposed to be showing REST payloads with property to be in place.