60
Chapter 4: XML API Reference
common-info
Availability
Breeze 4.
Description
Provides basic information about the current user and server.
If you call
common-info
without logging in first, the same information is returned, except that
the
user
tag is not included, and the
account-id
value may be different.
Parameters
None.
Filters
Results cannot be filtered or sorted.
Returned elements
common
Sample results
<results>
<status code="ok" />
<common locale="en">
<cookie>breezm5qtgnye46zpckbf.MARIANNE</cookie>
<date>2004-02-12T15:53:19.797-07:00</date>
<host>http://admin.breeze.example.com</host>
<url>/api/xml?action=common-info</url>
<version>breeze_402_r116</version>
<account account-id="222914" />
<user user-id="503562">
<name>Greg Erweck</name>
<login>[email protected]</login>
</user>
<user-agent>
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107
Firefox/1.0
</user-agent>
</common>
</results>
custom-field-update
Availability
Breeze 4. This API is not supported in Breeze 5.
This API was replaced by the
acl-field-update
API.
Description
Updates the specified account custom field. Creates a new custom field if none exists.
Содержание BREEZE 5
Страница 1: ...Breeze Integration Guide ...
Страница 40: ...40 Chapter 3 Common Tasks ...