Rest Api and sys_journal_field

cssservice
Tera Contributor

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:

 

https://instancename/api/now/table/sys_journal_field?element_id=f94eaa1447055a50c4f6d9f4116d4382^ele...

 

 

Is this an ACL issue?

 

 

3 REPLIES 3

Sohail Khilji
Kilo Patron

Hi @cssservice,

 

go to this property and add the sys_journal table name and save it.

 

SohailKhilji_0-1732027248382.png

 

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....

LinkedIn - Lets Connect

Runjay Patel
Giga Sage

Hi @cssservice ,

 

You did mistake one thing, instead of & you have putted ^. Use & for and operation.

https://instancename/api/now/table/sys_journal_field?element_id=f94eaa1447055a50c4f6d9f4116d4382&ele...

 

-------------------------------------------------------------------------

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

-------------------------------------------------------------------------

 

 

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?