Logs for Inbound APIs

Kass3m
Tera Expert

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?

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

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?

 

 

"session": {
        "debug_logs": [],
        "notifications": []
    }
 
Many thanks.