Logs for Inbound APIs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 01:05 PM
Third party vendor calls the Servicenow Case Creation API and loads the data: creates a case.
We are running into scenarios where no cases are being created.
How do we look at these logs to see what Workday sent over and why was the case not created.
Are there OOB logs: custom views that can be created to view and send notifications when a case is not created?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 08:07 PM
Hi @Kass3m
the following article explains in details what to do: https://developer.servicenow.com/blog.do?p=/post/debugging-inbound-rest-calls-and-the-business-rules...
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 08:00 PM
Hi @Maik Skoddow ,
The session debugging works when using the Rest API Explorer however if doing a Remote call or using the Postman it is not working anymore. Log Tail is also not logging the request body and details. When using the JSessionID and Token the response returns an empty object as below. I also noticed that it expires the current session where JSessionID was used and logs out the user.
Any other methods to see the Inbound Log from remote clients?