Back to all

Getting the Key for Public

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:

  1. Log into the Maximizer database directly and look for a record that is marked "Public" for Full Access.
  2. Use the API to query that record.
  3. 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?