Why can I not see the syslog_transaction table in the Rest API Explorer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2019 05:42 PM
Hello,
I am working on building a script to capture transaction logs and using REST API explorer. I am not sure why but the TABLE API does not show syslog tables in pull down menu.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2019 03:19 AM
Hi Ash,
The reason why syslog_transaction is not available in REST API Explorer is the same why it is not available in Reports. System tables are restricted from reporting by default. This is because when someone will query those table with no filters, condition and search patterns it can cause big performance issues.
If you want to be able to use the syslog_transaction table in REST API Explorer you need to add it to the system property glide.ui.permitted_tables, after you will do this, the Transaction Log Entry table will be available to be chosen in the drop-down list.
System property:
REST API Explorer after adding table to the system property:
Just remember that this will also enable the Transaction Log Entry table in the Reports module.
If my answer helped you in any way, please then mark it as helpful. If this solved your case please mark it as correct answer. Thank You.
Best regards,
Łukasz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2020 05:45 AM
Hi Lukasz Bojara
I am also facing the same issue for sys_user_visibility table(to access/modify the visibility domains of a user). But I could not find glide.ui.permitted_tables in system properties.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2019 10:44 AM
Thank You. That was helpful