How to view the incoming data when using Table API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2025 05:39 AM - edited ‎04-16-2025 10:42 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2025 06:52 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2025 10:47 AM
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?