Rest Api and sys_journal_field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2024 06:25 AM
Hi.. I am trying to retrieve the comments from the sys_journal_field via rest API and receive a blank response. I made a call as following:
Is this an ACL issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2024 06:41 AM
Hi @cssservice,
go to this property and add the sys_journal table name and save it.
Go back to rest api explorer you must be able to access the table.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2024 07:03 AM
Hi @cssservice ,
You did mistake one thing, instead of & you have putted ^. Use & for and operation.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2024 07:54 AM
Thanks! I fixed that and i can see the response as an admin user . I created an ACL on sys_journal_field to allow users with non admin role yet receiving a blank response. Any ideas?