User Guide
acl-field-info 53
acl-field-info
Availability
Breeze 5.
Description
Returns field-ids and values for an ACL. The caller must have view permission for the ACL.
You can call
principal-list to determine the account-id or principal-ids.
An ACL is a securable Breeze object, for example, a principal, SCO, or account. For more
information, see “About principals, SCOs, and IDs” on page 17.
Parameters
acl-id
The ID of the ACL whose field information you want to return. This parameter can be
a
sco-id, an account-id, or a principal-id.
Filters
Results cannot be filtered or sorted.
Returned elements
acl-fields
Sample results
The following sample results were returned when the acl-id parameter was an account-id.
Some fields in the account ACL list the main account contact; in this case, Mike Brown. The
other fields identify the company associated with the account. The fields are specified at account
creation time and stored in an ACL field.
<results>
<status code="ok"/>
<acl-fields>
<field acl-id="38181499" field-id="email">
<value>dblack@macromedia.com</value>
</field>
<field acl-id="38181499" field-id="first-name">
<value>Daryl</value>
</field>
<field acl-id="38181499" field-id="last-name">
<value>Black</value>
</field>
<field acl-id="38181499" field-id="account-company">
<value>Macromedia</value>
</field>
<field acl-id="38181499" field-id="telephony-adaptor">
<value>
com.macromedia.breeze_ext.premiere.gateway.PTekGateway
</value>
</field>
<field acl-id="38181499" field-id="pricing-model-training">
<value>concurrent-learner</value>
</field>