Access to sys_dictionary and sys_choice from Rest API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2024 09:08 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2024 08:52 PM
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 ?