How can I get data from the Journal?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 11:41 AM
I'm trying to get the Log data for the Rest API but I can't. I want to use the LOG data to build a history, but it's not shown in the Servicenow Rest API console. How can I pull this data?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2024 11:48 AM
The activity is generated from several tables, sys_email, sys_audit and sys_journal_field to name the major ones. So you are going to have to pull information from all of them to get a full picture of the history.