- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2018 12:50 AM
When creating a REST API Calls - where are they stored in ServiceNow
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2018 01:40 AM
Hi Sanjay,
If you have exposed some REST endpoint and given to third party application and you want to know what request they have sent then there is no way to handle this.
If it is REST using import set then it will be stored in the import set table.
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2018 12:53 AM
sys_rest_message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2018 01:40 AM
Hi Sanjay,
If you have exposed some REST endpoint and given to third party application and you want to know what request they have sent then there is no way to handle this.
If it is REST using import set then it will be stored in the import set table.
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2022 11:31 PM
If it is not REST using import set t
If its using scripted rest whe have log the request wright?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2024 11:42 PM - edited ‎05-16-2024 11:45 PM
Hi,
I do not see straight table for this but I know ServiceNow Support team does recommend to enable a system property "glide.rest.debug" which starts logging the request and response payload.
https://www.servicenow.com/community/developer-forum/rest-api-logging/m-p/1680760
I was also exploring table name starts with sys_api_ and see there are bunch of table with that name, may be you can look for those.