Access to sys_dictionary and sys_choice from Rest API

Sandhya23
Tera Guru

I am trying to read the tables - sys_dictionary and sys_choice from the rest API using Postman. For sys_dictioanry I gave the role as personalize_dictionary to the service account and tried and I can just see the response as below. What other roles am I missing?

 

Sandhya23_0-1715227641473.png

 

 

1 REPLY 1

Sandhya23
Tera Guru

Hi All,

 

I also tried the below but still no luck, any idea ? 

 

So far what I did was:

 

1. create a role sys_dictionary_reader 

2. create 2 ACLs for table.None  and table.* 

3. added the role to these ACLs .

4. provided the role to the service account and

5. Tried the Get Method from Postman to read the sys_dictionary table.

 

but it is not working. Anything that I am missing here ?