- 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-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-15-2023 01:15 AM
Thank you for your reply on this and the recommendation made. I will check on this.
Regards,
Bharat.