Difference between revisions of "FieldsInJavaAPIs"
From AgileApps Support Wiki
imported>Aeric |
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 use dot notation specify the object's alias, as well as the field name: <tt>{aliasName}.{fieldName}</tt>. |
Revision as of 02:35, 15 November 2014
- A comma-separated list of field names
- 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 use dot notation specify the object's alias, as well as the field name: {aliasName}.{fieldName}.