54
Chapter 4: XML API Reference
<field acl-id="38181499" field-id="pricing-model-meeting">
<value>concurrent-attendee</value>
</field>
</acl-fields>
</results>
See also
acl-field-list
,
acl-field-update
acl-field-list
Availability
Breeze 5.
Description
Returns the list of
acl-ids
and values in the logged-in account for the given
field-id
. For
example, to list the first names of all users in an account, call this API with
field-id=first-
name
. This API requires Administrator permission on the logged-in account.
Call
acl-field-info
to determine the possible fields for an ACL.
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
field-id
The ID of the field whose values you want to list.
Filters
Results cannot be filtered or sorted.
Returned elements
acl-field-list
Sample results
<results>
<status code="ok"/>
<acl-field-list>
<acl acl-id="38122317">
<value>Stephanie</value>
</acl>
<acl acl-id="38130237">
<value>Daryl</value>
</acl>
<acl acl-id="38140560">
<value>Mary</value>
</acl>
</acl-field-list>
</results>
See also
acl-field-info
,
acl-field-update
Содержание BREEZE 5
Страница 1: ...Breeze Integration Guide ...
Страница 40: ...40 Chapter 3 Common Tasks ...