Forums
Getting the Key for Public
last year by Patrick Wong
What is the payload to use when retrieving "Public" for Full Access (or even Read Access) from entities like:
- AbEntry
- Opportunity
- Note
- Case
- Document
- Lead
The only -- and inefficient -- way I know of doing this is:
- Log into the Maximizer database directly and look for a record that is marked "Public" for Full Access.
- Use the API to query that record.
- Retrieve the Key for "Public".
I want to use the API to query a database for the "Full Access: Public" key without having to look into the database itself. Can it be done?
