How to view the incoming data when using Table API?

Suggy
Giga Sage

Hi,

There is an integration where 3rd party system is using ServiceNow Table API to create/update the incidents in ServiceNow.

I need to view what data that system is sending. Is it possible to see?

2 REPLIES 2

Robert H
Mega Sage

Hello @Suggy ,

 

If the integration is creating records in ServiceNow then you can look for records created by the integration user account. Otherwise you would have to follow the steps described here.

 

Regards,

Robert

Hi @Robert H I looked at that post, but it actually for troubleshooting right. 

I want to view the incoming data for every API inbound transaction.

Is there a way for that?