Difference between revisions of "FieldsInJavaAPIs"
From AgileApps Support Wiki
imported>Aeric (Created page with "::* A comma-separated list of field names to retrieve{{#ifeq: {{PAGENAME}}|Java API:Composite Objects|, where a field name of the form <tt>alias[.alias...].*</tt> or <tt>alias[.a…") |
imported>Aeric |
||
Line 2: | Line 2: | ||
::* The asterisk (<tt>"*"</tt>) wildcard specifies all fields | ::* The asterisk (<tt>"*"</tt>) wildcard specifies all fields | ||
:::(Use the [[REST API:field Resource]] to get a complete list of fields.) | :::(Use the [[REST API:field Resource]] to get a complete list of fields.) | ||
:* Field lists for database views need to specify the object's alias, as well as the field name. | ::* Field lists for database views need to specify the object's alias, as well as the field name. |
Revision as of 00:16, 10 August 2011
- A comma-separated list of field names to retrieve
- The asterisk ("*") wildcard specifies all fields
- (Use the REST API:field Resource to get a complete list of fields.)
- Field lists for database views need to specify the object's alias, as well as the field name.