- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 10:31 AM - edited 02-19-2025 07:54 PM
Using Table API/Rest API is it possible to get the last updated comments?
PS - I see few posts talking about querying sys_journal_field table, but I dont want to go via that approach as I believe its not recommended to query such large tables, sorting on large tables etc
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 02:52 AM
not possible with Table API as journal entries are stored in sys_journal_field table
You can use Scripted REST API and then get the latest comments and send as API response
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
02-20-2025 08:52 PM
I haven't tried it yet but I believe so.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader