- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 10:11 PM - edited 12-12-2023 10:13 PM
Hi Team,
We have some integration with other third-party applications and they are using Incident Table API call to create & update Incident in ServiceNow.
There are some issues observed like instead of updating existing Incident state, new Incidents gets created for same issues.
We need to check/investigate what is the payload send by the other application like which HTTP action post/patch, payload etc.
Where in ServiceNow we can find these logs or details made by other application to ServiceNow Table API?
Regards,
Bharat.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 06:46 AM
I won't recommend using Table API for integration as it exposes entire table data.
You should connect with them over a call and see what they are sending.
I would recommend using scripted rest api or Import set table API for security purpose.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 10:28 PM
Hi,
You can check below dashboard
https://your_instance.service-now.com/$pa_dashboard.do?sysparm_dashboard=3001aa169f011200ef4afa7dc67...
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 10:52 PM
Hi Saurabh,
Thank you for your quick response on this, I see the dashboard.
Is there any way to see the json payload send by the application?
Regards,
Bharat.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 10:38 PM
Hi @Bharat Shinde ,
This resource might be helpful :
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0659194
**Please mark my answer helpful or correct if it applies. 😉
Thank you!
JE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 06:41 AM
Hi JE,
Thanks for your reply on this. This article talks about outbound Rest service where as we are looking for inbound logs.
My understanding is, Inbound means that other applications make calls to ServiceNow's REST API to get information from SN, or create/update records. Where-as Outbound means that ServiceNow makes calls to other applications' REST API to get information from the other application or create/update records.
We are looking for Inbound REST API logs.
Regards,
Bharat.