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.) | ||
::* For fields in a database view (aka [[Composite Objects]]) use dot notation to specify | ::* For fields in a database view (aka [[Composite Objects]]) use dot notation to specify the object's alias and the field name in that object.<br>The pattern is: <tt>{aliasName}.{fieldName}</tt>. |
Revision as of 02:38, 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.)
- For fields in a database view (aka Composite Objects) use dot notation to specify the object's alias and the field name in that object.
The pattern is: {aliasName}.{fieldName}.