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 (aka [[Composite Objects]] need to use dot notation specify the object's alias, as well as the field name, using the pattern: <tt>{aliasName}.{fieldName}</tt>.
::* Field lists for database views (aka [[Composite Objects]]) need to use dot notation to specify the object's alias, as well as the field name: <tt>{aliasName}.{fieldName}</tt>.

Revision as of 02:36, 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 (aka Composite Objects) need to use dot notation to specify the object's alias, as well as the field name: {aliasName}.{fieldName}.